Branch: refs/heads/main
Home:
https://github.com/resteasy/Resteasy
Commit: 4ace6a7f8b9e30e726690d03646c479724df2d58
https://github.com/resteasy/Resteasy/commit/4ace6a7f8b9e30e726690d03646c4...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
R .travis.yml
M pom.xml
M testsuite/README.MD
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2924] Remove the Travis CI configuration. Also some minor follow up on
RESTEASY-2902 to remove some documentation and references to PicketBox and default to
always running with the Elytron configuration.
https://issues.redhat.com/browse/RESTEASY-2924
Commit: 34c9a9b013898d8b6a3320ba732992c691d122f6
https://github.com/resteasy/Resteasy/commit/34c9a9b013898d8b6a3320ba73299...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M profiling-tests/pom.xml
M testsuite/arquillian-utils/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2910] Do not skip the install or JAR phase for any components.
https://issues.redhat.com/browse/RESTEASY-2910
Commit: 8e097431c208800e28ea833f30b7f8cf82c5e495
https://github.com/resteasy/Resteasy/commit/8e097431c208800e28ea833f30b7f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
M README.md
M arquillian/RESTEASY-1056-jetty-bv11/src/test/resources/arquillian.xml
M
arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/src/test/resources/arquillian.xml
M pom.xml
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/deployment/src/test/resources/arquillian.xml
M testsuite/integration-tests-spring/deployment/src/test/resources/arquillian.xml
M testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
M testsuite/integration-tests/src/test/resources/arquillian.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
Log Message:
-----------
[RESTEASY-2907] Require a minimum of Java 11 for compiling. Ensure tests execute on the
current JVM as well as Java 8.
For the test suite a new way to execute these tests will be required. Different JVM's
may generate files differently, for example JKS files. This required a change to the CI
runner to run Java 8 tests separately for the integration tests.
https://issues.redhat.com/browse/RESTEASY-2907
Commit: d04c80e07325ca815cc253f0e7924c7f1d6b5365
https://github.com/resteasy/Resteasy/commit/d04c80e07325ca815cc253f0e7924...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/header/HeaderUtils.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/header/JdkSpecific.java
A
resteasy-client-microprofile/src/main/java9/src/org/jboss/resteasy/microprofile/client/header/JdkSpecific.java
M testsuite/microprofile-tck/pom.xml
Log Message:
-----------
[RESTEASY-2905] Use JDK specific executions for the HeaderUtils.
https://issues.redhat.com/browse/RESTEASY-2905
Commit: 4ffafdcbe5b7b59d530235bad03696c7b3d83a95
https://github.com/resteasy/Resteasy/commit/4ffafdcbe5b7b59d530235bad0369...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M .github/workflows/maven.yml
R .travis.yml
M README.md
M arquillian/RESTEASY-1056-jetty-bv11/src/test/resources/arquillian.xml
M
arquillian/RESTEASY-1630-jetty-resteasy-servlet-initializer/src/test/resources/arquillian.xml
M arquillian/RESTEASY-736-jetty/pom.xml
M arquillian/pom.xml
M pom.xml
M profiling-tests/pom.xml
M
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/header/HeaderUtils.java
A
resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/header/JdkSpecific.java
A
resteasy-client-microprofile/src/main/java9/src/org/jboss/resteasy/microprofile/client/header/JdkSpecific.java
M testsuite/README.MD
M testsuite/arquillian-utils/pom.xml
M testsuite/config/enable-elytron-full.cli
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-spring-web/deployment/pom.xml
M testsuite/integration-tests-spring-web/deployment/src/test/resources/arquillian.xml
M testsuite/integration-tests-spring/deployment/pom.xml
M testsuite/integration-tests-spring/deployment/src/test/resources/arquillian.xml
M testsuite/integration-tests-spring/inmodule/pom.xml
M testsuite/integration-tests-spring/inmodule/src/test/resources/arquillian.xml
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/security/TwoSecurityDomainsTest.java
M testsuite/integration-tests/src/test/resources/arquillian.xml
M testsuite/microprofile-tck/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #2820 from jamezp/RESTEASY-2907
Require a minimum of Java 11 for compiling
Compare:
https://github.com/resteasy/Resteasy/compare/6daf02467bc5...4ffafdcbe5b7