This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 047fb79ff1 ARTEMIS-3410: remove restriction on karaf tests on Java 16+
since they work now with newer karaf versions
047fb79ff1 is described below
commit 047fb79ff13945a60ce195e1c1f276aa82615d21
Author: Robbie Gemmell <[email protected]>
AuthorDate: Mon Dec 9 12:51:23 2024 +0000
ARTEMIS-3410: remove restriction on karaf tests on Java 16+ since they work
now with newer karaf versions
---
tests/karaf-client-integration-tests/pom.xml | 24 ------------------------
tests/karaf-server-integration-tests/pom.xml | 26 --------------------------
2 files changed, 50 deletions(-)
diff --git a/tests/karaf-client-integration-tests/pom.xml
b/tests/karaf-client-integration-tests/pom.xml
index 049cdb3b53..f15a7bb08b 100644
--- a/tests/karaf-client-integration-tests/pom.xml
+++ b/tests/karaf-client-integration-tests/pom.xml
@@ -229,28 +229,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <!-- TODO: Changes so these tests can work -->
- <id>jdk16on</id>
- <activation>
- <jdk>[16,)</jdk>
- </activation>
- <properties>
- <skipIntegrationTests>true</skipIntegrationTests>
- </properties>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-failsafe-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
- </plugins>
- </build>
- </profile>
- </profiles>
</project>
diff --git a/tests/karaf-server-integration-tests/pom.xml
b/tests/karaf-server-integration-tests/pom.xml
index 50353c7d66..2085ac9d2b 100644
--- a/tests/karaf-server-integration-tests/pom.xml
+++ b/tests/karaf-server-integration-tests/pom.xml
@@ -148,30 +148,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <!-- TODO: Changes so these tests can work -->
- <id>jdk16on</id>
- <activation>
- <jdk>[16,)</jdk>
- </activation>
- <properties>
- <skipIntegrationTests>true</skipIntegrationTests>
- </properties>
- <build>
- <pluginManagement>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <configuration>
- <skipTests>true</skipTests>
- </configuration>
- </plugin>
- </plugins>
- </pluginManagement>
- </build>
- </profile>
- </profiles>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact