diff --git a/CHANGELOG.md b/CHANGELOG.md index 8296e3ff..bc099c3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - move to JDK 8 as a minimal required JDK version - support for AS7 officially removed - note: the property `creaper.wildfly` and protocol `remoting` with `9999` are still kept as default for now +- support for WildFly 8 and WildFly 9 officially removed ## 1.6.2 [The Speedy Gonzales Edition](https://en.wikipedia.org/wiki/Speedy_Gonzales) (2020-11-05) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c0c78b35..2cc5493f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,16 +39,16 @@ activate the `slow-tests` profile by running `mvn test -Pslow-tests`. By default, the tests run against WildFly 20. If you want to run the tests against previous WildFly, activate one of the test suite profiles: -`mvn clean test -Pwildfly8`. Available profiles are: +`mvn clean test -Pwildfly10`. Available profiles are: -- `wildfly8` -- `wildfly9` +- `wildfly10` +- `wildfly11` - ... - `wildfly20` (active by default) To run a single test from the test suite, the following Maven invocation works: `mvn clean test -pl testsuite/standalone/ -Dtest=...` (possibly with a profile -activation `-Pwildfly8`). See +activation `-Pwildfly10`). See [Surefire documentation](http://maven.apache.org/surefire/maven-surefire-plugin/examples/single-test.html) for more details about `-Dtest`. diff --git a/README.md b/README.md index dc4d7023..c23acbef 100644 --- a/README.md +++ b/README.md @@ -74,52 +74,6 @@ in previous WildFly versions, but was moved to a separate module due to messaging changes). These dependencies are not listed here, because there are no commands in Creaper that use them. -#### WildFly 8 - -Dependencies for `creaper-core`: - - - org.wildfly - wildfly-controller-client - 8.2.1.Final - - - org.wildfly - wildfly-cli - 8.2.1.Final - - -Dependencies for `creaper-commands`: - - - org.wildfly - wildfly-patching - 8.2.1.Final - - -#### WildFly 9 (based on WildFly Core 1) - -Dependencies for `creaper-core`: - - - org.wildfly.core - wildfly-controller-client - 1.0.2.Final - - - org.wildfly.core - wildfly-cli - 1.0.2.Final - - -Dependencies for `creaper-commands`: - - - org.wildfly.core - wildfly-patching - 1.0.2.Final - - #### WildFly 10 (based on WildFly Core 2) Dependencies for `creaper-core`: diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 22a5f734..c3549a85 100644 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -20,10 +20,6 @@ - 8.2.1.Final - 9.0.2.Final - 1.0.2.Final - 1.0.2.Final 10.1.0.Final 2.2.0.Final 1.1.0.Final @@ -66,20 +62,6 @@ -Dcreaper.wildfly - org.wildfly - wildfly-dist - ${version.wildfly8} - org.wildfly - wildfly-arquillian-container-managed - ${version.wildfly8} - - org.wildfly - wildfly-dist - ${version.wildfly9} - org.wildfly.arquillian - wildfly-arquillian-container-managed - ${version.wildfly9.arquillian} - org.wildfly wildfly-dist ${version.wildfly10} @@ -157,8 +139,8 @@ wildfly-arquillian-container-managed ${version.wildfly20.arquillian} - + MUST-BE-DEFINED MUST-BE-DEFINED MUST-BE-DEFINED @@ -353,98 +335,6 @@ - - wildfly8 - - - 1.7 - - ${wildfly8.applicationServer.groupId} - ${wildfly8.applicationServer.artifactId} - ${wildfly8.applicationServer.version} - ${managementPort.wildfly} - - ${wildfly8.arquillianContainer.groupId} - ${wildfly8.arquillianContainer.artifactId} - ${wildfly8.arquillianContainer.version} - - ${ignoredCategory.wildfly} - ${specialJvmArgs.wildfly} - - - - - org.wildfly.extras.creaper - creaper-core - - - org.wildfly.extras.creaper - creaper-commands - - - - org.wildfly - wildfly-controller-client - ${version.wildfly8} - - - org.wildfly - wildfly-cli - ${version.wildfly8} - - - org.wildfly - wildfly-patching - ${version.wildfly8} - - - - - wildfly9 - - - 1.7 - - ${wildfly9.applicationServer.groupId} - ${wildfly9.applicationServer.artifactId} - ${wildfly9.applicationServer.version} - ${managementPort.wildfly} - - ${wildfly9.arquillianContainer.groupId} - ${wildfly9.arquillianContainer.artifactId} - ${wildfly9.arquillianContainer.version} - - ${ignoredCategory.wildfly} - ${specialJvmArgs.wildfly} - - - - - org.wildfly.extras.creaper - creaper-core - - - org.wildfly.extras.creaper - creaper-commands - - - - org.wildfly.core - wildfly-controller-client - ${version.wildfly9.core} - - - org.wildfly.core - wildfly-cli - ${version.wildfly9.core} - - - org.wildfly.core - wildfly-patching - ${version.wildfly9.core} - - - wildfly10