Tuesday, 11 April 2017

Infinispan Archetype 1.0.19 Released

I'm pleased to announce that we have just released version 1.0.19 of the infinispan-archetype. This release focuses on making the archetype compatible with Infinispan 9.0 as well as adding a store archetype for creating custom cache writer/loader implementations.

Archetype Usage


To utilise the archetypes use the following commands:

mvn archetype:generate \
    -DarchetypeGroupId=org.infinispan.archetypes \
    -DarchetypeArtifactId=<archetype-name> \
    -DarchetypeVersion=1.0.19 \
    -DarchetypeRepository=http://repository.jboss.org/nexus/content/groups/public

Where <archetype-name> can be one of the following:

  • newproject-archetype Creates skeleton infinispan app
  • testcase-archetype Creates a skeleton infinispan test cases
  • store-archetype Creates a skeleton implementation of a custom cache store and its configuration

Contributing


If you encounter any issues with the archetypes, or would like to request additional archetypes, please raise an issue on GitHub.

No comments:

Post a Comment