- Update Eclipse OSGI to 3.23.200. (dependabot/remm)
- When migrating files in place, don't replace the original file if no conversion has taken place. Based on PR[#78] by Semiao Marco.
- When converting a file in an archive, update the last modified time for that archive entry. Based on PR[#78] by Semiao Marco.
- Correctly handle OSGi headers. PR[#54] by Kyle Smith.
- Add an option to cache migrated JARs. PR[#87] by Aaron Cosand.
- Update ASF parent POM 34. (dependabot/markt)
- Update Commons BCEL to 6.11.0. (dependabot/remm)
- Update Commons Compress to 1.28.0. (dependabot/remm)
- Update Commons IO to 2.21.0. (dependabot/remm)
- Update the JaCoCo Maven plugin to 0.8.12. (dependabot/markt)
- Update Commons BCEL to 6.10.0. (dependabot/markt)
- Update Commons Compress to 1.27.1. (dependabot/markt)
- Update Commons IO to 2.18.0. (dependabot/markt)
- Update Ant to 1.10.15. (dependabot/markt)
- Fix issue that
matchExcludesAgainstPathNamedidn't work for files. Part of PR#60 provided by Semiao Marco. (markt) - Update ASF parent POM to 33. (markt)
- Added a new profile,
SERVLETthat only migrates thejavax.servletpackage and sub-packages. PR#57 provided by Ralf Wiebicke. (markt)
- Include
.earfiles in list of recognised archives. PR#50 provided by Sammy Chu. (markt) - Update Commons BCEL to 6.8.1. (markt)
- Update Commons Compress to 1.25.0. (markt)
- Update Commons IO to 2.15.1. (markt)
- Update Ant to 1.10.14. (markt)
- Include
.jspfand.tagffiles in the conversion process. (markt)
- When converting directories, rename files according to the chosen profile. (fschumacher)
- Add configuration option,
matchExcludesAgainstPathNamethat can be used to configure exclusions based on path name rather than just file name. PR#38 provided by Réda Housni Alaoui. (markt) - Update OSGI servlet specification versions if present in manifest file. PR#42 provided by Ivan Furnadjiev. (markt)
- Update Commons BCEL to 6.7.0. (markt)
- Update Commons Compress to 1.23.0. (markt)
- Provided workaround for the known JDK bug identified as the cause of migration failures in issue #46. (markt/ebourg)
- Fix handling of javax.annotation package in 1.0.5. PR #40 provided by Danny Thomas (remm)
- Allow parallel use of ClassConverter. PR #41 provided by Danny Thomas (remm)
- Improve manifest handling to remain the key ordering when unchanged manifests. PR #36 provided by Danny Thomas (lihan)
- Improve the performance of conversion by avoiding
JavaClass.dumpwhen there are no changes. PR #36 provided by Danny Thomas (lihan) - Improve composability of the migration tool when using from other tools. PR #36 provided by Danny Thomas (lihan)
- Avoid converting many classes from javax.annotation. PR #37 provided by Danny Thomas (remm)
- Update Apache BCEL to 6.6.0. (markt)
- Update Apache Commons Compress 1.22. (markt)
- Correct a wrong implementation in the previous fix for #29 (lihan)
- Add support for a JEE8 profile that attempts to migrate code using the Jakarta EE APIs to Java EE 8. Note that this will fail if the code uses any APIs added in Jakarta EE 10 onwards. PR #28 provided by blasss. (markt)
- Add Checkstyle to the build process. (markt)
- Fix #32 handle conversion of manifests in exploded JARs. PR by wmccusker/ (markt)
- Fix unexpected generation of bz2 source archive in Maven distribution
- Fix #29 by recalculating the CRC value of the entry type is SORTED after converting (lihan)
- Update Apache Parent to 27. (markt)
- Update Maven Assembly plugin to 3.4.2. (markt)
- Update Maven Source plugin to 3.2.1. (markt)
- Fix #19. Add support for converting
.groovyfiles. - Fix #20 by using commons-compression instead of the Java zip code (remm)
- Remove deprecated
-verbosecommand line option (remm) - Fix bug 66163. Correct the handling of references of the form
jakarta. ...when using the class transformer when those references are to classes not provided by the container. Based on a patch by Ole Schulz-Hildebrandt. (markt) - Update Apache Ant to 1.10.12. (markt)
- Update Apache Commons Compress to 1.21. (markt)
- Update Apache Commons IO to 2.11.0. (markt)
- Update Apache Parent to 26. (markt)
- Update JUnit to 4.13.2. (markt)
- Update Maven AntRun plugin to 3.1.0. (markt)
- Update Maven Assembly plugin to 3.4.0. (markt)
- Fix #14. Do not migrate
javax.xml.(registry|rpc)namespaces. (mgrigorov) - The class transformer will now validate that the target classes in the Jakarta namespace exist in the runtime environment (remm)
- Add this changelog (markt)
- Update dependencies (Apache Commons IO 2.8.0, Apache Ant 1.10.9) (markt)
- Fix #9. Exclude the
javax.xml.namespacepackage in the EE profile (ebourg) - Include the
javax.management.j2eepackage in the EE profile (ebourg) - Add a test to confirm
javax.xml.xpath.XPathConstantsis not converted (ebourg) - Update README to mention the tool is now available on Debian/Ubuntu (ebourg)
- Include the
javax.security.enterprisepackage in the EE profile (ebourg) - Include the
javax.xml.registrypackage in the EE profile (ebourg) - Include the
javax.security.jaccpackage in the EE profile (ebourg) - Include the
javax.facespackage in the EE profile (ebourg) - Include the
javax.batchpackage in the EE profile (ebourg) - Include the
javax.jwspackage in the EE profile (ebourg) - Include the
javax.resourcepackage in the EE profile (ebourg) - Fix #7. Include the
javax.jmspackage in the EE profile (alitokmen/mgirgorov) - Make
migrate.shwork from any path (mgrigorov) - Add a new option
-zipInMemorythat processes archives (ZIP, JAR, WAR, etc.) in memory rather via a streaming approach. While less efficient, it allows archives to be processed when their structure means that a streaming approach will fail. (markt) - Include the Maven Wrapper source files in the source distribution. (markt)
- Ensure that all the Manifest attributes are processed during the migration process. (markt)
- Include
.propertiesand.jsonfiles in the conversion process. (markt) - Replace
-verbosewith-logLevel=to provide more control over logging level. (markt) - Fix #13. Refactor mapping of log messages to log levels. (markt)
- Fix #3. Add support for excluding files from conversion. (markt)
- Fix handling of classes with more than 32768 entries in the constant pool. (markt)
- Exclude
javax.xml.streamandjavax.xml.XMLConstantsfrom the EE profile. (markt) - Relocate dependencies under the
org.apache.tomcat.jakartaeepackage to avoid clashes when integrating the shaded jar. (markt)
- Initial release (markt)