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

[CLOUD-1863] Add support for compatibility mode #110

Merged
merged 1 commit into from Feb 8, 2018
Merged

[CLOUD-1863] Add support for compatibility mode #110

merged 1 commit into from Feb 8, 2018

Conversation

osnipso
Copy link
Contributor

@osnipso osnipso commented Sep 29, 2017

Issue: CLOUD-1863

Add support for configuring compatibility mode for each configured cache through the use of env.
Creates two new env variables:

${prefix}_CACHE_PROTOCOL_COMPATIBILITY

  • Optional, can be set for each configured cache. Enables/disables compatibility mode. Default is disabled, "true" will enable it.

${prefix}_CACHE_COMPATIBILITY_MARSHALLER

  • Optional, can be set for each configured cache. Marshaller for use in compatibility mode, only will be considered if compatibility mode is enabled though the previous env. As of JDG 7.1, does not support the configuration of external marshallers, only internal ones (e.g. org.infinispan.commons.marshall.JavaSerializationMarshaller or org.infinispan.commons.marshall.jboss.GenericJBossMarshaller).

Please make sure your PR meets following requirements:

  • Pull Request title is properly formatted: [CLOUD-XYA] Subject
  • Pull Request contains link to the JIRA issue
  • Pull Request contains description of the issue
  • Pull request does not include fixes for other issues than the main ticket
  • Attached commits represent unit of work and are properly formatted
  • You have read and agreed to the Developer Certificate of Origin (DCO) (see CONTRIBUTING.md)
  • Every commit contains Signed-off-by: Your Name <yourname@redhat.com> - use git commit -s

@osnipso osnipso changed the title WIP: [CLOUD-1863] Add compatibility mode configuration through env [CLOUD-1863] Add compatibility mode configuration through env Sep 30, 2017
@osnipso osnipso changed the title [CLOUD-1863] Add compatibility mode configuration through env [CLOUD-1863] Add support for configuring compatibility mode Sep 30, 2017
@osnipso osnipso changed the title [CLOUD-1863] Add support for configuring compatibility mode [CLOUD-1863] Add support for compatibility mode Sep 30, 2017
rcernich
rcernich previously approved these changes Oct 4, 2017
Signed-off-by: Osni Oliveira <osni.oliveira@redhat.com>
@rcernich rcernich merged commit 9838590 into jboss-openshift:master Feb 8, 2018
@osnipso osnipso deleted the CLOUD-1863 branch February 12, 2018 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants