]
Paul Ferraro updated WFLY-14249:
--------------------------------
Affects Version/s: 22.0.0.Final
(was: 22.0.0.Beta1)
Ensure java.time/sql ProtoStream marshallers generate valid protobuf
messages
-----------------------------------------------------------------------------
Key: WFLY-14249
URL:
https://issues.redhat.com/browse/WFLY-14249
Project: WildFly
Issue Type: Bug
Components: Clustering
Affects Versions: 22.0.0.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
Priority: Major
Protobuf messages generated by the Externalizers from the
org.wildfly.clustering.marshalling.spi module are not necessarily valid protobuf
messages.
Additionally, many java.time classes can be marshalled more efficiently using native
protostream marshallers, which can optimize for loose precision and positive/future
values.