]
Paul Ferraro updated WFLY-14249:
--------------------------------
Summary: Ensure java.time/sql ProtoStream marshallers generate valid protobuf messages
(was: Ensure java.time ProtoStream marshallers generate valid protobuf messages)
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.Beta1
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.