1
0
This commit is contained in:
Gary Gregory
2022-05-24 16:59:55 -04:00
parent 9d4b75c0de
commit 6b34f4eb23

View File

@@ -43,7 +43,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Release Notes</title> <title>Release Notes</title>
</properties> </properties>
<body> <body>
<release version="1.2.1" date="TBD" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required."> <release version="1.3.0" date="TBD" description="This is a maintenance release containing bug fixes. Java 8 or later is required.">
<!-- FIXES --> <!-- FIXES -->
<action issue="LOGGING-165" dev="britter" type="add"> <action issue="LOGGING-165" dev="britter" type="add">
Add Automatic-Module-Name Manifest Header for Java 9 compatibility. Add Automatic-Module-Name Manifest Header for Java 9 compatibility.
@@ -57,6 +57,12 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Jakob van Kruijssen, Bruno P. Kinoshita, Gary Gregory"> <action dev="ggregory" type="fix" due-to="Jakob van Kruijssen, Bruno P. Kinoshita, Gary Gregory">
Use a weak reference for the cached class loader #71. Use a weak reference for the cached class loader #71.
</action> </action>
<action dev="ggregory" type="fix" due-to="xiaozhiliaoo">
Add more entries to .gitignore file #25.
</action>
<action dev="ggregory" type="fix" due-to="Arturo Bernal">
Minor Improvements #34.
</action>
<!-- UPDATES --> <!-- UPDATES -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2 to 3.0.2 #50, #77. Bump actions/cache from 2 to 3.0.2 #50, #77.
@@ -67,9 +73,6 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory"> <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3, #21. Bump actions/setup-java from 1.4.0 to 3, #21.
</action> </action>
<action dev="ggregory" type="update" due-to="xiaozhiliaoo">
Add more entries to .gitignore file #25.
</action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump junit from 3.8.1 to 4.13.2 #23, #38. Bump junit from 3.8.1 to 4.13.2 #23, #38.
</action> </action>
@@ -98,7 +101,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump servlet-api from 2.3 to 2.5 #27. Bump servlet-api from 2.3 to 2.5 #27.
</action> </action>
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot"> <action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
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.
</action> </action>
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs-maven-plugin from 4.1.4 to 4.6.0.0 #33, #70, #78. Bump spotbugs-maven-plugin from 4.1.4 to 4.6.0.0 #33, #70, #78.
@@ -106,9 +109,6 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Dependabot"> <action dev="ggregory" type="update" due-to="Dependabot">
Bump spotbugs from 4.5.3 to 4.7.0 #81, #87. Bump spotbugs from 4.5.3 to 4.7.0 #81, #87.
</action> </action>
<action dev="ggregory" type="update" due-to="Arturo Bernal">
Minor Improvements #34.
</action>
<action dev="kinow" type="update" due-to="Dependabot"> <action dev="kinow" type="update" due-to="Dependabot">
Bump commons-parent from 52 to 53 #82. Bump commons-parent from 52 to 53 #82.
</action> </action>
@@ -116,7 +116,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump github/codeql-action from 1 to 2 #86. Bump github/codeql-action from 1 to 2 #86.
</action> </action>
</release> </release>
<release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 1.2 or later is required."> <release version="1.2" date="2014-07-11" description="This is a maintenance release containing bug fixes. Java 6 or later is required.">
<action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs"> <action issue="LOGGING-37" dev="tn" type="fix" due-to="Matthias Ernst,Archie Cobbs">
Improve performance of LogFactory#getFactory() by calling Thread#currentThread()#getContextClassLoader() 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. directly instead of using reflection. As a consequence support for JDK 1.1 has been dropped.