diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a1f6e55..ea1fdcc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -43,7 +43,7 @@ The type attribute can be add,update,fix,remove. Release Notes - + Add Automatic-Module-Name Manifest Header for Java 9 compatibility. @@ -57,6 +57,12 @@ The type attribute can be add,update,fix,remove. Use a weak reference for the cached class loader #71. + + Add more entries to .gitignore file #25. + + + Minor Improvements #34. + Bump actions/cache from 2 to 3.0.2 #50, #77. @@ -67,9 +73,6 @@ The type attribute can be add,update,fix,remove. Bump actions/setup-java from 1.4.0 to 3, #21. - - Add more entries to .gitignore file #25. - Bump junit from 3.8.1 to 4.13.2 #23, #38. @@ -98,7 +101,7 @@ The type attribute can be add,update,fix,remove. Bump servlet-api from 2.3 to 2.5 #27. - Migrate from maven-checkstyle-plugin from 2.7 to 3.1.2 #35. + Bump maven-checkstyle-plugin from 2.7 to 3.1.2 #35. Bump spotbugs-maven-plugin from 4.1.4 to 4.6.0.0 #33, #70, #78. @@ -106,9 +109,6 @@ The type attribute can be add,update,fix,remove. Bump spotbugs from 4.5.3 to 4.7.0 #81, #87. - - Minor Improvements #34. - Bump commons-parent from 52 to 53 #82. @@ -116,7 +116,7 @@ The type attribute can be add,update,fix,remove. Bump github/codeql-action from 1 to 2 #86. - + Improve performance of LogFactory#getFactory() by calling Thread#currentThread()#getContextClassLoader() directly instead of using reflection. As a consequence support for JDK 1.1 has been dropped.