Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: a9160407cd69340003343185cfdfa86ab03853ba
https://github.com/resteasy/resteasy/commit/a9160407cd69340003343185cfdfa...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2025-03-20 (Thu, 20 Mar 2025)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump com.google.guava:failureaccess in the guava-dependencies group
Bumps the guava-dependencies group with 1 update: com.google.guava:failureaccess.
Updates `com.google.guava:failureaccess` from 1.0.2 to 1.0.3
---
updated-dependencies:
- dependency-name: com.google.guava:failureaccess
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: guava-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 7dfd067061d60c46ea319cec3cf7ba2a9480e569
https://github.com/resteasy/resteasy/commit/7dfd067061d60c46ea319cec3cf7b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Merge pull request #4550 from resteasy/dependabot/maven/6.2/guava-dependencies-3fc39db44d
Bump com.google.guava:failureaccess from 1.0.2 to 1.0.3 in the guava-dependencies group
Compare: https://github.com/resteasy/resteasy/compare/01f457c91994...7dfd067061d6
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: 861876ac32a68a72f296da91477619ecf7ec2982
https://github.com/resteasy/resteasy/commit/861876ac32a68a72f296da9147761...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2025-03-27 (Thu, 27 Mar 2025)
Changed paths:
M pom.xml
Log Message:
-----------
Bump org.jboss.arquillian:arquillian-bom from 1.9.3.Final to 1.9.4.Final
Bumps [org.jboss.arquillian:arquillian-bom](https://github.com/arquillian/arquil... from 1.9.3.Final to 1.9.4.Final.
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](https://github.com/arquillian/arquillian-core/compare/1.9.3.Fina...
---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 6ac63f9b3cefc64d34544f2ec146303d4b85b1e5
https://github.com/resteasy/resteasy/commit/6ac63f9b3cefc64d34544f2ec1463...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResteasyDeploymentImpl.java
Log Message:
-----------
[RESTEASY-3593] Pass the ResteasyConfiguration to the Option.getValue() when the security manager is enabled.
https://issues.redhat.com/browse/RESTEASY-3593
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: e34825602d17f221a31910a9d8f8dcb111e165fb
https://github.com/resteasy/resteasy/commit/e34825602d17f221a31910a9d8f8d...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/CustomHttpClientEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/JettyClientHttpEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/VertxClientHttpEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DisabledDefaultExceptionNoThrowableMapperWebXmlTest.java
Log Message:
-----------
[RESTEASY-3592] Test fixes as a result of Arquillian previously reporting passing tests on tests that should have failed.
https://issues.redhat.com/browse/RESTEASY-3592
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 01f457c91994989ddc1041ad38921f4f421157b8
https://github.com/resteasy/resteasy/commit/01f457c91994989ddc1041ad38921...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M pom.xml
M resteasy-core/src/main/java/org/jboss/resteasy/core/ResteasyDeploymentImpl.java
M testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/CustomHttpClientEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/JettyClientHttpEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/client/other/VertxClientHttpEngineTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/core/basic/DisabledDefaultExceptionNoThrowableMapperWebXmlTest.java
Log Message:
-----------
Merge pull request #4554 from resteasy/dependabot/maven/6.2/org.jboss.arquillian-arquillian-bom-1.9.4.Final
Bump org.jboss.arquillian:arquillian-bom from 1.9.3.Final to 1.9.4.Final
Compare: https://github.com/resteasy/resteasy/compare/e7780e1f4076...01f457c91994
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications