-
Notifications
You must be signed in to change notification settings - Fork 87
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 ehcache dependency as part of Spring Boot migration #383
Conversation
--> java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlElement
@AlekSimpson would be great if you could see this through! :) |
I merged the |
With `scanRuntimeClasspath()` configured to only scan the given package, it won't find the transitively required recipes from the recipe list.
`3.x.x` is not allowed. Instead use `3.x`.
Tried this again for a bit; switching to a different recipe that only changes the version number, as we're not changing the groupId or artifactId. Now getting a puzzling error
|
It looks like Spring Boot again manages a version for Ehcache, now at 3.10.8 in Spring Boot 3.1.3 Thanks again for reporting this issue and the attempts to fix it in #383; I don't think we require anything to be done at this point. |
testing fix for #376