Skip to content
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

ISPN-3487 Missing protobuf fields sould be indexed with their declared d... #2059

Closed
wants to merge 2 commits into from

Conversation

anistor
Copy link
Member

@anistor anistor commented Sep 11, 2013

...efault value (if any) instead of being indexed as null

Also fixes ISPN-3488

  • Refactor MessageContext to reuse the similar class already present in protostream lib
  • Upgrade to a newer protostream that has less unwanted dependecies
  • Also make remote-query related dependecies optional in HotRod client
  • Add test for remote queries on top of Infinispan Directory provider

Jira: https://issues.jboss.org/browse/ISPN-3487 ,
https://issues.jboss.org/browse/ISPN-3488

Please integrate in master.

…d default value (if any) instead of being indexed as null

* Refactor MessageContext to reuse the similar class already present in protostream lib
* Upgrade to a newer protostream that has less unwanted dependecies
* Also make remote-query related dependecies optional in HotRod client
@@ -54,7 +54,7 @@

<properties>
<!-- Versions for dependencies -->
<version.protostream>1.0.0.Alpha4</version.protostream>
<version.protostream>1.0.0-SNAPSHOT</version.protostream>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmmmm, we try to avoid SNAPSHOT dependencies as much as we can... resolve this into a fixed release ASAP, preferably before next release, to avoid releasing software with moving parts.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know but I'm planning to make so more changes to protostream and release 1.0.0.Alpha5 only right before the infinispan release. This would avoid polluting the repo with useless intermediate releases. That's what snapshots are for.

@galderz
Copy link
Member

galderz commented Sep 12, 2013

Looks good otherwise.

Release an alpha5 or beta of protostream, change the version in the pom, and we can integrate it.

@anistor
Copy link
Member Author

anistor commented Sep 12, 2013

I've updated the PR and released protostream 1.0.0.Alpha5.

@galderz
Copy link
Member

galderz commented Sep 12, 2013

Thanks @anistor!!! :D

@galderz galderz closed this Sep 12, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants