This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat-jakartaee-migration.git
The following commit(s) were added to refs/heads/master by this push:
new 1855137 Add a change log
1855137 is described below
commit 1855137198099be49c5b7119022f9c52b543f848
Author: Mark Thomas <[email protected]>
AuthorDate: Fri Feb 5 16:49:51 2021 +0000
Add a change log
---
CHANGES.md | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
new file mode 100644
index 0000000..43af6ec
--- /dev/null
+++ b/CHANGES.md
@@ -0,0 +1,23 @@
+# Tomcat Migration Tool for Jakarta EE - Changelog
+
+## 0.1.1 (in progress)
+
+- Add this changelog (markt)
+- Update dependencies (Apache Commons IO 2.8.0, Apache Ant 1.10.9) (markt)
+- Fix #9. Exclude the `javax.xml.namespace` package in the EE profile (ebourg)
+- Include the `javax.management.j2ee` package in the EE profile (ebourg)
+- Add a test to confirm `javax.xml.xpath.XPathConstants` is not converted
(ebourg)
+- Update README to mention the tool is now available on Debian/Ubuntu (ebourg)
+- Include the `javax.security.enterprise` package in the EE profile (ebourg)
+- Include the `javax.xml.registry` package in the EE profile (ebourg)
+- Include the `javax.security.jacc` package in the EE profile (ebourg)
+- Include the `javax.faces` package in the EE profile (ebourg)
+- Include the `javax.batch` package in the EE profile (ebourg)
+- Include the `javax.jws` package in the EE profile (ebourg)
+- Include the `javax.resource` package in the EE profile (ebourg)
+- Fix #7. Include the `javax.jms` package in the EE profile
(alitokmen/mgirgorov)
+- Make `migrate.sh` work from any path (mgrigorov)
+
+## 0.1.0
+
+- Initial release (markt)
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]