wildfly-extras / wildfly-jar-maven-plugin

WildFly Bootable JAR
https://docs.wildfly.org/bootablejar/
Apache License 2.0
57 stars 40 forks source link

CLOUD-4211 Cloud clustering profiles should configure a distributed caches instead of a replicated ones #397

Open rhusar opened 3 months ago

rhusar commented 3 months ago

Resolves https://issues.redhat.com/browse/CLOUD-4211

jfdenise commented 3 months ago

@rhusar , there is a failing test. We are looking for the content "default-cache=\"repl\"" there: https://github.com/wildfly-extras/wildfly-jar-maven-plugin/blob/main/tests/src/test/java/org/wildfly/plugins/bootablejar/maven/goals/DefaultCloudConfigurationTestCase.java#L51 This would have to be updated to reference a token in the config that is specific to the cloud configuration.

rhusar commented 3 months ago

@jfdenise Ah, thanks, will fix that - but it's hard to see what's failing since tests are failing both locally and on CI in main as well (latest push https://github.com/wildfly-extras/wildfly-jar-maven-plugin/commit/c1b0b0e37c259425b22ca1c6a767b05731f872ac)