You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by GitBox <gi...@apache.org> on 2022/07/12 10:54:54 UTC

[GitHub] [tomcat-jakartaee-migration] blasss opened a new pull request, #28: Additional Profile to Migrate Back to JEE8 from Jakarta EE

blasss opened a new pull request, #28:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/28

   We happily used the migration tool to convert our codebase to the new Jakarta EE packages.
   As we additionally need to supply a JEE8 compatible version of our software we plan to do a backwards migration as part of our build pipeline.
   This pull request extends the migration tool with an additional profile "JEE8" that supports the conversion to the old packages.
   The implementation uses the given facilities of pattern matching and extends the profile with the new "source" and "target" fields, that denote the root-package name before migration ("source") and ("afterwards"). 
   ClassConverter additionally required replacement of by now hardcoded references to the package-roots.
   
   The given extension of the migration tool will allow a fast adoption of the new Jakarta EE packages in dev and ops without sacrificing the option to provide backward compatibility for clients lagging behind.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat-jakartaee-migration] rmaucher commented on pull request #28: Additional Profile to Migrate Back to JEE8 from Jakarta EE

Posted by GitBox <gi...@apache.org>.
rmaucher commented on PR #28:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/28#issuecomment-1182938991

   That's an interesting idea. However, it's also even riskier than the other way around: deprecated features that are removed in new EE versions are usually rather forgotten, but if you ever start using any of the new EE features, which sounds more likely to me, you will no longer be able to go backwards.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat-jakartaee-migration] markt-asf commented on pull request #28: Additional Profile to Migrate Back to JEE8 from Jakarta EE

Posted by GitBox <gi...@apache.org>.
markt-asf commented on PR #28:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/28#issuecomment-1247723803

   Risky, but with a suitable warning in the docs I think it will be OK.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat-jakartaee-migration] markt-asf merged pull request #28: Additional Profile to Migrate Back to JEE8 from Jakarta EE

Posted by GitBox <gi...@apache.org>.
markt-asf merged PR #28:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/28


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org


[GitHub] [tomcat-jakartaee-migration] ChristopherSchultz commented on pull request #28: Additional Profile to Migrate Back to JEE8 from Jakarta EE

Posted by GitBox <gi...@apache.org>.
ChristopherSchultz commented on PR #28:
URL: https://github.com/apache/tomcat-jakartaee-migration/pull/28#issuecomment-1181818892

   I like this idea.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org