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