Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevent Class Cast Exception in cases where two classloaders handle t… #5405

Merged
merged 1 commit into from
Sep 7, 2023

Conversation

jansupol
Copy link
Contributor

@jansupol jansupol commented Sep 5, 2023

…he same TracingLogger

…he same TracingLogger

Signed-off-by: jansupol <jan.supol@oracle.com>
@jansupol jansupol linked an issue Sep 5, 2023 that may be closed by this pull request
@jansupol jansupol added this to the 2.41 milestone Sep 7, 2023
@jansupol jansupol merged commit 5a2b251 into eclipse-ee4j:2.x Sep 7, 2023
3 checks passed
@jansupol jansupol deleted the TracingLoggerCCE branch September 7, 2023 12:58
@gluser1357
Copy link

Just being curious, when will this be merged into 3.x?

@senivam
Copy link
Contributor

senivam commented Sep 8, 2023

after release of the 2.41

@jansupol jansupol self-assigned this Oct 18, 2023
This was referenced Oct 20, 2023
srowen pushed a commit to apache/spark that referenced this pull request Oct 29, 2023
### What changes were proposed in this pull request?
This pr aims upgrade Jersey from 2.40 to 2.41.

### Why are the changes needed?
The new version bring some improvements, like:
- eclipse-ee4j/jersey#5350
- eclipse-ee4j/jersey#5365
- eclipse-ee4j/jersey#5436
- eclipse-ee4j/jersey#5296

and some bug fix, like:
- eclipse-ee4j/jersey#5359
- eclipse-ee4j/jersey#5405
- eclipse-ee4j/jersey#5423
- eclipse-ee4j/jersey#5435
- eclipse-ee4j/jersey#5445

The full release notes as follows:
- https://github.com/eclipse-ee4j/jersey/releases/tag/2.41

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
Pass GitHub Actions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #43490 from LuciferYang/SPARK-45636.

Lead-authored-by: YangJie <yangjie01@baidu.com>
Co-authored-by: yangjie01 <yangjie01@baidu.com>
Signed-off-by: Sean Owen <srowen@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross-context forward results in ClassCastException of TracingLogger
4 participants