tests: added test to check jboss serialization and java 17 compatibility (related to #5862, part of #6197) (#11499)

This commit is contained in:
Oleg Agafonov 2023-12-01 13:24:34 +03:00 committed by GitHub
parent 35f4a898f9
commit 11a19f9a43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 96 additions and 1 deletions

View file

@ -6,7 +6,7 @@ git:
depth: 3
submodules: false
before_install:
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
- echo "MAVEN_OPTS='-Xmx2g --illegal-access=deny'" > ~/.mavenrc
script:
- mvn test -B -Dlog4j.configuration=file:${TRAVIS_BUILD_DIR}/.travis/log4j.properties
cache: