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

Change or remove dependency exclusion in spring-boot-starter-jersey #40580

Closed
viktorgunnarson opened this issue Apr 30, 2024 · 1 comment
Closed
Labels
status: declined A suggestion or change that we don't feel we should currently apply

Comments

@viktorgunnarson
Copy link

Since jersey-bean-validation has changed from jakarta.el to expressly (see PR here) the exclusion of jakarta.el seems redundant and should probably either be changed or removed:

https://github.com/spring-projects/spring-boot/blame/c6c02906ef8af4bf5684cb2670a8c42021265de6/spring-boot-project/spring-boot-starters/spring-boot-starter-jersey/build.gradle#L16

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 30, 2024
@wilkinsona
Copy link
Member

wilkinsona commented Apr 30, 2024

It's the underlying implementation that has changed but the dependency on the API remains. We exclude it as we want org.apache.tomcat.embed:tomcat-embed-el, a dependency through spring-boot-starter-validation, to be used instead.

@wilkinsona wilkinsona closed this as not planned Won't fix, can't repro, duplicate, stale Apr 30, 2024
@wilkinsona wilkinsona added status: declined A suggestion or change that we don't feel we should currently apply and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: declined A suggestion or change that we don't feel we should currently apply
Projects
None yet
Development

No branches or pull requests

3 participants