most of the model attributes [were deprecated](http://docs.wildfly.org/26.1/wildscribe/subsystem/infinispan/cache-container/local-cache/index.html) in previous versions and are [not present](http://docs.wildfly.org/27/wildscribe/subsystem/infinispan/cache-container/replicated-cache/index.html) in WildFly 27. Commands extending [AbstractAddCache](https://github.com/wildfly-extras/creaper/blob/main/commands/src/main/java/org/wildfly/extras/creaper/commands/infinispan/cache/AbstractAddCache.java) need to be updated for WildFly 27 and above. Tests are skipped on WildFly 27 and above by https://github.com/wildfly-extras/creaper/commit/39af2c789f56e320b9960260ccb777205cdc2bbe.
most of the model attributes were deprecated in previous versions and are not present in WildFly 27.
Commands extending AbstractAddCache need to be updated for WildFly 27 and above.
Tests are skipped on WildFly 27 and above by 39af2c7.