diff --git a/.github/workflows/jakartified.maven.yml b/.github/workflows/jakartified.maven.yml index c5ebb48..98be75f 100644 --- a/.github/workflows/jakartified.maven.yml +++ b/.github/workflows/jakartified.maven.yml @@ -26,12 +26,12 @@ jobs: continue-on-error: true strategy: matrix: - server: [wildfly-hibernate, payara-eclipselink, glassfish-eclipselink] + server: [wildfly-hibernate, glassfish-eclipselink] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v4 with: java-version: '17' distribution: 'adopt' diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 1e95199..0000000 --- a/.travis.yml +++ /dev/null @@ -1,23 +0,0 @@ -language: java -jdk: - - openjdk11 -cache: - directories: - - "$HOME/.m2/repository" - - "$HOME/.sonar/cache" - -# Do integration test on configured servers. -env: - - SERVER=wildfly-hibernate -# - SERVER=glassfish-eclipselink -# - SERVER=payara-eclipselink -script: mvn verify -Dmaven.javadoc.skip=true -P $SERVER - -# Do snapshot deployment. -deploy: - provider: script - script: mvn deploy -Dmaven.test.skip -s settings.xml - skip_cleanup: true - on: - branch: jakartified - condition: "$SERVER = wildfly-hibernate" diff --git a/pom.xml b/pom.xml index e53b452..69f61d8 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,8 @@ 33.0.1.Final - 6.2024.8 7.0.17 - 2.3.232 + 1.4.200 @@ -113,7 +112,7 @@ org.jboss.arquillian.junit5 arquillian-junit5-container - 1.9.1.Final + 1.8.0.Final test @@ -127,6 +126,28 @@ + + + org.apache.maven.plugins + maven-enforcer-plugin + 3.5.0 + + + validate + + enforce + + + + + [${javase.version},) + + + + + + + com.mycila @@ -209,6 +230,7 @@ ${javase.version} true true + all,-missing OmniPersistence API documentation https://jakarta.ee/specifications/platform/${jakartaee.version}/apidocs/ @@ -354,68 +376,6 @@ - - - payara-eclipselink - - - org.omnifaces.arquillian - arquillian-glassfish-server-managed - 1.6 - test - - - - - - org.apache.maven.plugins - maven-dependency-plugin - - - - - - fish.payara.distributions - payara-web - ${test.payara.version} - zip - - - - - - install-h2-in-payara - process-test-classes - - copy - - - - - com.h2database - h2 - ${test.h2.version} - jar - ${project.build.directory}/payara5/glassfish/modules - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - - ${project.build.directory}/payara6 - - - - - - - glassfish-eclipselink @@ -458,7 +418,7 @@ h2 ${test.h2.version} jar - ${project.build.directory}/glassfish6/glassfish/modules + ${project.build.directory}/glassfish7/glassfish/modules @@ -470,7 +430,7 @@ maven-surefire-plugin - ${project.build.directory}/glassfish6 + ${project.build.directory}/glassfish7 diff --git a/src/test/resources/arquillian.xml b/src/test/resources/arquillian.xml deleted file mode 100644 index e109bca..0000000 --- a/src/test/resources/arquillian.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - htmlUnit - - \ No newline at end of file