This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-jxpath.git
The following commit(s) were added to refs/heads/release by this push:
new b73c905 Document Serializable incompatible classes
new 51c3405 Merge branch 'master' into release
b73c905 is described below
commit b73c905cfe304751b11bb2a9e23e8d2b66c74d8e
Author: Gary D. Gregory <[email protected]>
AuthorDate: Sun Apr 13 18:05:04 2025 -0400
Document Serializable incompatible classes
---
src/changes/changes.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6f2a714..b545b19 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -146,6 +146,12 @@ The <action> type attribute can be add,update,fix,remove.
<action issue="JXPATH-123" dev="mbenson" type="add">
XPath function "ends-with" is not implemented (although "starts-with"
is).
</action>
+ <action dev="ggregory" type="update">public class
org.apache.commons.jxpath.JXPathContextFactoryConfigurationError is
Serializable incompatible.</action>
+ <action dev="ggregory" type="update">public abstract class
org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer is Serializable
incompatible.</action>
+ <action dev="ggregory" type="update">public abstract class
org.apache.commons.jxpath.ri.model.beans.PropertyPointer is Serializable
incompatible.</action>
+ <action dev="ggregory" type="update">public abstract class
org.apache.commons.jxpath.ri.model.NodePointer is Serializable
incompatible.</action>
+ <action dev="ggregory" type="update">public class
org.apache.commons.jxpath.ri.parser.ParseException is Serializable
incompatible.</action>
+ <action dev="ggregory" type="update">public class
org.apache.commons.jxpath.XMLDocumentContainer is Serializable
incompatible.</action>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump commons-parent from 54 to 81 #45, #49, #64, #110, #121, #403,
#167, #173, #176, #181, #185, #188, #196.