-
Notifications
You must be signed in to change notification settings - Fork 310
Migrate to Jakarta EE 9 #1169
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
Comments
@mp911de - I was just reviewing SD Cassandra and I don't see that it use the Java Servlet API anywhere in the codebase nor does it declare the |
@mp911de - I just realized there are other imports from the Java EE namespace ( |
Re-arrange spring dependency declarations. Remove unnecessary javax.interceptor:javax.interceptor-api and javax.annotation:javax.annotation-api dependencies. Declare jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0 dependency (commented out) in preparation for Jarkata EE 9 migration. Add exclusion on the javax.inject:javax.inject dependency to the org.apache.cassandra:cassandra-all dependency. Resolves spring-projectsgh-1170.
Re-arrange spring dependency declarations. Remove unnecessary javax.interceptor:javax.interceptor-api and javax.annotation:javax.annotation-api dependencies. Declare jakarta.enterprise:jakarta.enterprise.cdi-api:3.0.0 dependency (commented out) in preparation for Jarkata EE 9 migration. Add exclusion on the javax.inject:javax.inject dependency to the org.apache.cassandra:cassandra-all dependency. Resolves spring-projectsgh-1170.
This task is dependent on Spring Data Commons |
Remove unused pom elements. See #1169
Remove unused pom elements. See #1169
Remove unused pom elements. See #1169
Remove unused pom elements. See #1169
No description provided.
The text was updated successfully, but these errors were encountered: