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
Hi, our team upgraded to Spring Boot 3.3.1 and are running into a compilation error with: java.lang.NoClassDefFoundError: javax/inject/Inject: javax.inject.Inject
Here is sample of project where issue can be reproduced - link
Looks like this problem similar to this closed issue: #1926