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

Commands for adding/removing infinispan caches #134

Closed
wants to merge 2 commits into from

Conversation

jmartisk
Copy link
Contributor

@jmartisk jmartisk commented Aug 24, 2016

This also adds support for Double in Values and ModelNodeResult, because it is needed for some properties of distributed caches.

Offline version of commands... Ugh, maybe later, aligator.

/**
* @author Jan Martiska
*/
public abstract class AbstractAddCache implements OnlineCommand {
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't do @authors in Creaper. It's visible from Git history.

Also, I don't think this class should be public.

@Ladicek Ladicek self-assigned this Aug 24, 2016
@Ladicek Ladicek added this to the 1.5.0 milestone Aug 24, 2016
@Ladicek
Copy link
Contributor

Ladicek commented Aug 24, 2016

All comments for AddDistributedCache also apply to other Add*Cache commands.

Generally, nice work, the comments are all minor, I don't think this will require any additional substantial work, just stylistics.

@Ladicek
Copy link
Contributor

Ladicek commented Aug 24, 2016

BTW, offline variants are not required.

@jmartisk jmartisk force-pushed the infinispan-cache-ops branch 2 times, most recently from ef17619 to 7625542 Compare August 24, 2016 10:26
@jmartisk
Copy link
Contributor Author

I did the changes as you requested, I hope I didn't forget anything.
The comments about unsupported params currently only apply to distributed caches, I didn't find any other parameters which aren't supported (tried all the way back to EAP 6.4).

@jmartisk jmartisk force-pushed the infinispan-cache-ops branch 2 times, most recently from cdbdcce to 2b4cfb1 Compare August 25, 2016 05:06
@jmartisk jmartisk force-pushed the infinispan-cache-ops branch from 2b4cfb1 to d61d050 Compare August 25, 2016 06:05
@Ladicek
Copy link
Contributor

Ladicek commented Aug 25, 2016

I've made a couple of stylistic changes myself and pushed. Thanks!

@Ladicek Ladicek closed this Aug 25, 2016
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.

2 participants