Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: cb5a7f0a501f2dbfb37e517f2366248e58871171
https://github.com/resteasy/resteasy/commit/cb5a7f0a501f2dbfb37e517f23662...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M .github/workflows/wildfly-build.yml
M pom.xml
M testsuite/integration-tests/pom.xml
M testsuite/pom.xml
Log Message:
-----------
Enable a profile which provisions a test server without provisioning the RESTEasy. Add a
CI job to enable this profile and run the RESTEasy testsuite against the version of
RESTEasy in WildFly.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 1f19ae433919734547500a02de01cfa8eea507de
https://github.com/resteasy/resteasy/commit/1f19ae433919734547500a02de01c...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseBroadcasterImpl.java
Log Message:
-----------
[RESTEASY-3369] Remove the extra eventSink.close() outside of the try/finally block.
https://issues.redhat.com/browse/RESTEASY-3369
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 2f26a771aeddc7bcdd78dcaddf99eb5143098bf9
https://github.com/resteasy/resteasy/commit/2f26a771aeddc7bcdd78dcaddf99e...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/ResteasyCdiExtension.java
Log Message:
-----------
Always register a jakarta.ws.rs.core.Application for CDI.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 40a716ce8a9774feb56707cc9044cb8d22e02879
https://github.com/resteasy/resteasy/commit/40a716ce8a9774feb56707cc9044c...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/ContextProducers.java
Log Message:
-----------
[RESTEASY-3368] Return the correct Configuration in the producer. It needs to be
@Dependant and return the actual Configuration, not just the global application
configuration.
https://issues.redhat.com/browse/RESTEASY-3368
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 23caceb2093522521ab34f63a1b8642558fd1ae6
https://github.com/resteasy/resteasy/commit/23caceb2093522521ab34f63a1b86...
Author: Robin Müller <robin.mueller(a)ionos.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/AbstractCollectionProcessor.java
Log Message:
-----------
Fix client-side ParamConverter retrieval
- look also for types different from Collection and array for ParamConverters using the
genericType and the annotations
Commit: 8da639b80a98d3af629b5d871f4cd39f5b6885a5
https://github.com/resteasy/resteasy/commit/8da639b80a98d3af629b5d871f4cd...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/AssumeUtils.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/ExternalParameterEntityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeJaxbTest.java
Log Message:
-----------
[RESTEASY-3362] Do not depend on Xerces for the JAXP implementation. This required test
changes as when enabling the feature secure processing, this does not allow overriding
external connections in the JDK's JAXP implementation.
https://issues.redhat.com/browse/RESTEASY-3362
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: c0faaad84b96479bd43fa5a0021f831b2c5d4c13
https://github.com/resteasy/resteasy/commit/c0faaad84b96479bd43fa5a0021f8...
Author: The-Huginn <rbudinsk(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M docbook/reference/en/en-US/modules/RESTEasy_Client_Framework.xml
M
resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ResteasyClientBuilderImpl.java
Log Message:
-----------
[RESTEASY-3324] Enable redirects using property.
Commit: 3be4ae23746d21a2c67f6b09a11905cf9f8273ad
https://github.com/resteasy/resteasy/commit/3be4ae23746d21a2c67f6b09a1190...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-21 (Mon, 21 Aug 2023)
Changed paths:
M .github/workflows/wildfly-build.yml
M docbook/reference/en/en-US/modules/RESTEasy_Client_Framework.xml
M pom.xml
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/ContextProducers.java
M resteasy-cdi/src/main/java/org/jboss/resteasy/cdi/ResteasyCdiExtension.java
M
resteasy-client-api/src/main/java/org/jboss/resteasy/client/jaxrs/ResteasyClientBuilder.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/ResteasyClientBuilderImpl.java
M
resteasy-client/src/main/java/org/jboss/resteasy/client/jaxrs/internal/proxy/processors/AbstractCollectionProcessor.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/sse/SseBroadcasterImpl.java
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
A testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/AssumeUtils.java
M testsuite/integration-tests/pom.xml
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/ExternalParameterEntityTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessing2Test.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/SecureProcessingTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/xxe/XxeJaxbTest.java
M testsuite/pom.xml
Log Message:
-----------
Merge pull request #3769 from jamezp/back-ports-6.2
[6.2] Back ported PR's
Compare:
https://github.com/resteasy/resteasy/compare/8d7b3380a84b...3be4ae23746d