Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: 17f96fb746516f6e29d71b8ca948c92b443a634e
https://github.com/resteasy/resteasy/commit/17f96fb746516f6e29d71b8ca948c...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
Log Message:
-----------
Upgrade WildFly testing to 29.0.0.Final.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 7cc626caaa1ffd73ba6fdcc1bff278fce20b258a
https://github.com/resteasy/resteasy/commit/7cc626caaa1ffd73ba6fdcc1bff27...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/PKCS7SignatureSmokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/VerifyDecryptTest.java
Log Message:
-----------
[RESTEASY-3344] Workaround a permission issue with BouncyCastle.
https://issues.redhat.com/browse/RESTEASY-3344
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: b938d1973d3d30690735c77232502fc80db1bae1
https://github.com/resteasy/resteasy/commit/b938d1973d3d30690735c77232502...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/PKCS7SignatureSmokeTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/crypto/VerifyDecryptTest.java
Log Message:
-----------
Merge pull request #3732 from jamezp/wildfly-upgrade-6.2
Upgrade WildFly testing to 29.0.0.Final.
Compare: https://github.com/resteasy/resteasy/compare/4b990180add3...b938d1973d3d
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: 08215ae5d2ef81999864659e1ee8e78545d67a1c
https://github.com/resteasy/resteasy/commit/08215ae5d2ef81999864659e1ee8e...
Author: Eric Dong <ericd(a)paywholesail.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M resteasy-client-jetty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/jetty/JettyClientEngine.java
Log Message:
-----------
Support setting per-request idle timeout, just like the request timeout
Commit: f774dced6b25e21f2eeb5b81135363cf02a8b1c8
https://github.com/resteasy/resteasy/commit/f774dced6b25e21f2eeb5b8113536...
Author: Eric Dong <ericd(a)paywholesail.com>
Date: 2023-06-14 (Wed, 14 Jun 2023)
Changed paths:
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
Log Message:
-----------
Add a test for per-request idle timeout
Commit: f034fe5cc4d3dfeae885f78b933ac4809bbbd028
https://github.com/resteasy/resteasy/commit/f034fe5cc4d3dfeae885f78b933ac...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M resteasy-client-jetty/src/main/java/org/jboss/resteasy/client/jaxrs/engines/jetty/JettyClientEngine.java
M resteasy-client-jetty/src/test/java/org/jboss/resteasy/test/client/jetty/JettyClientEngineTest.java
Log Message:
-----------
Merge pull request #3667 from dongxinEric/per-request-idle-timeout
Support per-request idle timeout
Compare: https://github.com/resteasy/resteasy/compare/54bc7ef0277b...f034fe5cc4d3