Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
16.1.0
-
None
-
None
-
Orion
-
Orion.Cycle8.Sprint
-
Extra Small
Description
All 4 log configuration files (conf/log4l2-*.xml & /site/components/src/test/resources/log4j2.xml) in the archetype of v16 have this line
<Logger name="javax.ws.rs.core" level="warn/error"/>
this needs to be updated to
<Logger name="jakarta.ws.rs.core" level="warn/error"/>
and also this needs to be mentioned in the upgrade steps for existing implementations either here
https://xmdocumentation.bloomreach.com/library/upgrade-15-to-16/steps/update-project-configuration.html
or here
https://xmdocumentation.bloomreach.com/library/upgrade-15-to-16/steps/migrate-from-javax-to-jakarta-namespace.html