-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPROTO-343 Allow null values for primitive types with PROTO3 syntax #291
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Primitive types aren't working anymore. I suggested a possible fix 🤞
...rg/infinispan/protostream/integrationtests/processor/marshaller/model/NullsAllowedModel.java
Outdated
Show resolved
Hide resolved
core/src/main/java/org/infinispan/protostream/annotations/impl/ProtoMessageTypeMetadata.java
Outdated
Show resolved
Hide resolved
ps. would be nice to add a primitive type into the test too 👍 |
Good spot @pruivo. Fix and test updates pushed. |
...rg/infinispan/protostream/integrationtests/processor/marshaller/model/NullsAllowedModel.java
Outdated
Show resolved
Hide resolved
@pruivo Should be good now. I updated the testsuite and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Tested with Keycloak (pruivo/keycloak@86a0614)
merged! thanks @ryanemerson ! |
https://issues.redhat.com/browse/IPROTO-343