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

Upgrade to Jersey 2.30 #1319

Closed
tomas-langer opened this issue Jan 23, 2020 · 3 comments · Fixed by #1438
Closed

Upgrade to Jersey 2.30 #1319

tomas-langer opened this issue Jan 23, 2020 · 3 comments · Fixed by #1438
Assignees
Labels
2.x Issues for 2.x version branch jax-rs JAX-RS and Jersey related issues MP P2
Milestone

Comments

@tomas-langer
Copy link
Member

Also add support for property jersey.config.disableDefaultProvider when generating native image (this removes support for Rendered image and XML providers).

@tomas-langer tomas-langer added MP jax-rs JAX-RS and Jersey related issues 2.x Issues for 2.x version branch labels Jan 23, 2020
@tomas-langer tomas-langer added this to the 2.0.0 milestone Jan 23, 2020
@m0mus m0mus added the P2 label Jan 23, 2020
@tomas-langer tomas-langer self-assigned this Jan 29, 2020
@tomas-langer
Copy link
Member Author

See https://github.com/eclipse-ee4j/jersey/blob/57de0c4142981981d562b7fb644b14712cc19337/core-common/src/main/java/org/glassfish/jersey/CommonProperties.java#L244 for switch that needs to be used when building native-image to exclude image processing and XML parsing

@tomas-langer
Copy link
Member Author

Jersey 2.30 includes classes compiled for target of Java 12, so we cannot use it in Helidon. Waiting for Jersey 2.30.1

@tomas-langer
Copy link
Member Author

Jersey 2.30.1 - compilation successful, issue with executor service with Rx Jersey client (context not propagated)

@tomas-langer tomas-langer added dependencies Pull requests that update a dependency file and removed dependencies Pull requests that update a dependency file labels Feb 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.x Issues for 2.x version branch jax-rs JAX-RS and Jersey related issues MP P2
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants