Skip to content

Commit b73c905

Browse files
committed
Document Serializable incompatible classes
1 parent b727297 commit b73c905

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/changes/changes.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@ The <action> type attribute can be add,update,fix,remove.
146146
<action issue="JXPATH-123" dev="mbenson" type="add">
147147
XPath function "ends-with" is not implemented (although "starts-with" is).
148148
</action>
149+
<action dev="ggregory" type="update">public class org.apache.commons.jxpath.JXPathContextFactoryConfigurationError is Serializable incompatible.</action>
150+
<action dev="ggregory" type="update">public abstract class org.apache.commons.jxpath.ri.model.beans.PropertyOwnerPointer is Serializable incompatible.</action>
151+
<action dev="ggregory" type="update">public abstract class org.apache.commons.jxpath.ri.model.beans.PropertyPointer is Serializable incompatible.</action>
152+
<action dev="ggregory" type="update">public abstract class org.apache.commons.jxpath.ri.model.NodePointer is Serializable incompatible.</action>
153+
<action dev="ggregory" type="update">public class org.apache.commons.jxpath.ri.parser.ParseException is Serializable incompatible.</action>
154+
<action dev="ggregory" type="update">public class org.apache.commons.jxpath.XMLDocumentContainer is Serializable incompatible.</action>
149155
<!-- UPDATE -->
150156
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
151157
Bump commons-parent from 54 to 81 #45, #49, #64, #110, #121, #403, #167, #173, #176, #181, #185, #188, #196.

0 commit comments

Comments
 (0)