quarkus-test-suite
quarkus-test-suite copied to clipboard
Bumps [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.5.0 to 3.5.1. Release notes Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases. 3.5.1 🚀 New features and improvements [SUREFIRE-2270] - Use JUnit5 in surefire-shadefire (#783) @slawekjaranowski [SUREFIRE-2266] - Execute ITs...
Bumps [org.amqphub.quarkus:quarkus-qpid-jms](https://github.com/amqphub/quarkus-qpid-jms) from 2.6.1 to 2.7.1. Commits 9aba1f9 [maven-release-plugin] prepare release 2.7.1 6fd0cbc stop excluding unused transitive netty-codec-socks dep 1a59f2d [maven-release-plugin] prepare for next development iteration 7657589 [maven-release-plugin] prepare release...
Currently, we run test services via containers. The only Spring Cloud Config server container that exists and we use does not build containers for aarch64, only for x86-64. At the...
Currently, we run test services via containers. The oracle-xe container we use does not build containers for aarch64, only for x86-64. We need to figure out a different way to...
Currently, we run test services via containers. DB2 does not publish containers for aarch64, only for x86-64, P and Z. We need to figure out a different way to deploy...
Currently, we run test services via containers. Since MS SQL Server does not support running on aarch64 (even on baremetal), we need to figure out a different way to deploy...
In the KafkaGratefulShutdownIT[1] we create topics and then sleep for a second until they are ready to accept messages. Recommended solution from Quarkus team[2] is to "access the [underlying Kafka...
Snappy in Dev Mode[1] was disabled there: https://github.com/quarkus-qe/quarkus-test-suite/pull/1851 Currently, these tests use kafka container directly, which is/should not be available in dev mode. We need to rewrite the app (and...
### Summary TODO Please select the relevant options. - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] Dependency update - [ ] Refactoring - [...
### Summary Use changes from https://github.com/quarkus-qe/quarkus-test-framework/pull/1303. Do not merge before that is in TS. Please select the relevant options. - [ ] Bug fix (non-breaking change which fixes an issue)...