This content has been marked as final.
Show 2 replies
-
1. Re: Is there new way to use CLI command?
nadirx Mar 20, 2019 5:20 AM (in response to gonomujasic)Hi Mingyue,
the infinispan-cli-server artifact was renamed to infinispan-cli-interpreter (because we did not want to confuse it with the server-mode CLI). I'll amend the docs.
As for the CLI loader, you need to add a dependency to org.infinispan:infinispan-persistence-cli. Be warned however: that component has been removed in master (which will eventually become 10), so I'd avoid using it.
-
2. Re: Is there new way to use CLI command?
gonomujasic Mar 24, 2019 9:47 PM (in response to nadirx)Thanks for your help, Tristan.
I have subsequent questions about CLI loader. I understood that org.infinispan:infinispan-persistence-cli library will be deprecated after version 10.
So then, what is the substitute library dependency? Or whole thing will be changed about cli after 10?
Thanks again for reading this.