Skip to content

Commit e85cd7b

Browse files
committed
Prepare for the next release candidate
1 parent b73c905 commit e85cd7b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RELEASE-NOTES.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ o Replace try-catch constructs in tests with assertThrows #215. Thanks
4545
o Use generics internally. Thanks to Gary Gregory.
4646
o NodeSet.getPointers() is now typed with generics. Thanks to Gary Gregory.
4747
o ServletContextHandler.collectPropertyNames(HashSet, Object) is now typed with generics. Thanks to Gary Gregory.
48-
o Deprecate ClassLoaderUtil.ClassLoaderUtil(). Thanks to Gary Gregory.
4948
o Deprecate MethodLookupUtils.MethodLookupUtils(). Thanks to Gary Gregory.
5049
o Deprecate KeyManagerUtils.KeyManagerUtils(). Thanks to Gary Gregory.
5150
o Deprecate TypeUtils.TypeUtils(). Thanks to Gary Gregory.
@@ -82,6 +81,12 @@ o org.apache.commons.jxpath.util.ClassLoaderUtil.getClass(String, boole
8281
Changes
8382
-------
8483

84+
o public class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError is Serializable incompatible.
85+
o public abstract class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer is Serializable incompatible.
86+
o public abstract class org.apache.commons.jxpath.ri.model.beans.PropertyPointer is Serializable incompatible.
87+
o public abstract class org.apache.commons.jxpath.ri.model.NodePointer is Serializable incompatible.
88+
o public class org.apache.commons.jxpath.ri.parser.ParseException is Serializable incompatible.
89+
o public class org.apache.commons.jxpath.XMLDocumentContainer is Serializable incompatible.
8590
o Bump commons-parent from 54 to 81 #45, #49, #64, #110, #121, #403, #167, #173, #176, #181, #185, #188, #196. Thanks to Dependabot, Gary Gregory.
8691
o JXPATH-184: Bump Java to 8. Thanks to britter, Gary Gregory.
8792
o Bump JUnit 3.8.1 to 4.13.2. Thanks to britter, Gary Gregory.
@@ -109,4 +114,3 @@ Have fun!
109114
-Apache Commons Team
110115

111116
------------------------------------------------------------------------------
112-

0 commit comments

Comments
 (0)