android-test icon indicating copy to clipboard operation
android-test copied to clipboard

Migrate tomcat's annotation-api to a new version

Open utzcoz opened this issue 11 months ago • 0 comments

Migrate org.apache.tomcat:annotations-api to org.apache.tomcat:tommcat-annotations-api to use newer versions that rename javax.annotation to jakarta.annotation to avoid duplicated class javax.annotation with other dependencies.

This CL selects the first stable version 10.0.0 that renames javax.annotation.

See https://github.com/apache/tomcat/commit/4ed2dc843a59ef204f93082d610f8d6f547051ab.

utzcoz avatar Mar 16 '25 14:03 utzcoz