]> source.dussan.org Git - jackcess.git/commitdiff
update changes for 4.0.0 release
authorJames Ahlborn <jtahlborn@yahoo.com>
Wed, 20 Jan 2021 22:22:04 +0000 (22:22 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Wed, 20 Jan 2021 22:22:04 +0000 (22:22 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/branches/modules@1354 f203690c-595d-4dc9-a70b-905162fa7fd2

src/changes/changes.xml

index 99d943e775e3bdf7ebb7678f607e5e98f06b3cf1..14bed22fc69c3bad227068ff4b16abccd011c075 100644 (file)
@@ -4,6 +4,21 @@
     <author email="javajedi@users.sf.net">Tim McCune</author>
   </properties>
   <body>
+    <release version="4.0.0" date="TBD">
+      <action dev="jahlborn" type="update">
+        Add Automatic-Module-Name in order to make Jackcess safe to use in the
+        module path in Java 9+ environments.
+      </action>
+      <action dev="jahlborn" type="update">
+        Make a few classes and constants public in order to facilitate use in
+        different packages.
+      </action>
+      <action dev="jahlborn" type="update">
+        Alter access to java.sql classes so that usage is dependent on whether
+        or not the module is loaded in Java 9+ environments.  Tweak a few
+        methods to no longer throw SQLException.
+      </action>
+    </release>
     <release version="3.5.1" date="2020-09-10">
       <action dev="jahlborn" type="update">
         Add more static utility methods to DatabaseBuilder to enable more