This is an automated email from the ASF dual-hosted git repository.
jlmonteiro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git.
from f80cce6 TOMEE-3879 - Adds missing --add-opens options to failover
tests
new 355cd19 Fix add-opens in a more global manner
new 620d257 Fix arquillian servlet issue with jakarta
new 09903cc Missing transitive dependency
new 59b4b3e Small trick with legacy test of course using javax namespace
new 2e070f7 Checkstyle
new e5dd99b Flag this one as @Ignored because we can't run it with JDK11.
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../arquillian/openejb/server/ServiceManagers.java | 2 +-
.../arquillian/common/ArquillianFilterRunner.java | 5 +++--
.../apache/openejb/arquillian/common/TomEEContainer.java | 8 ++++----
.../arquillian/embedded/EmbeddedTomEEContainer.java | 4 ++--
.../src/main/java/org/apache/openejb/sxc/Sxc.java | 2 --
.../apache/openejb/server/control/StandaloneServer.java | 9 +++++++++
.../org/apache/openejb/itest/failover/FailoverTest.java | 8 --------
.../itest/failover/RandomConnectionStrategyTest.java | 16 ----------------
.../failover/ReconnectDelayCaseInsensitiveTest.java | 8 --------
.../itest/failover/ReconnectDelayListSelfTest.java | 8 --------
.../openejb/itest/failover/ReconnectDelayTest.java | 8 --------
.../itest/failover/RoundRobinConnectionStrategyTest.java | 16 ----------------
.../itest/failover/StickyConnectionStrategyTest.java | 16 ----------------
itests/legacy-client/pom.xml | 5 +++++
.../apache/openejb/itest/legacy/LegacyClientTest.java | 3 ++-
maven/maven-util/pom.xml | 6 ++++++
.../openejb/maven/plugin/test/PersistJavaagentTest.java | 2 ++
17 files changed, 34 insertions(+), 92 deletions(-)