This is an automated email from the ASF dual-hosted git repository. lihan pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
from d8b33d3 Move Checkstyle files to more natural location new 12cfba6 Improve composability of the migration tool when using from other tools new 7bc1105 Avoid JavaClass.dump when there are no changes new 4d83b8d Improve manifest handling new 13480f5 Add change log entry The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.md | 4 +- .../apache/tomcat/jakartaee/ClassConverter.java | 20 ++-- .../org/apache/tomcat/jakartaee/Converter.java | 3 +- .../org/apache/tomcat/jakartaee/EESpecProfile.java | 96 ++---------------- .../apache/tomcat/jakartaee/EESpecProfiles.java | 112 +++++++++++++++++++++ .../apache/tomcat/jakartaee/ManifestConverter.java | 46 +++++---- .../org/apache/tomcat/jakartaee/Migration.java | 46 +++++++-- .../org/apache/tomcat/jakartaee/MigrationCLI.java | 2 +- .../org/apache/tomcat/jakartaee/MigrationTask.java | 4 +- .../tomcat/jakartaee/PassThroughConverter.java | 3 +- .../org/apache/tomcat/jakartaee/TextConverter.java | 17 ++-- .../tomcat/jakartaee/LocalStrings.properties | 2 + .../tomcat/jakartaee/ClassConverterTest.java | 2 +- .../apache/tomcat/jakartaee/EESpecProfileTest.java | 4 +- .../org/apache/tomcat/jakartaee/MigrationTest.java | 7 ++ .../apache/tomcat/jakartaee/TextConverterTest.java | 2 +- 16 files changed, 231 insertions(+), 139 deletions(-) create mode 100644 src/main/java/org/apache/tomcat/jakartaee/EESpecProfiles.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org