You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
Since
jersey-bean-validation
has changed fromjakarta.el
toexpressly
(see PR here) the exclusion ofjakarta.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
The text was updated successfully, but these errors were encountered: