[resteasy/resteasy] b983f4: [RESTEASY-3362] Do not depend on Xerces for the JA...
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: b983f4d7f02a713dc1ee48c0275d53e869505058
https://github.com/resteasy/resteasy/commit/b983f4d7f02a713dc1ee48c0275d5...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-03 (Thu, 03 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: 6b5f265c583348bdb8f70af9a0f73aeaf3203f85
https://github.com/resteasy/resteasy/commit/6b5f265c583348bdb8f70af9a0f73...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-08-09 (Wed, 09 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:
-----------
Merge pull request #3736 from jamezp/RESTEASY-3362
[RESTEASY-3362] Do not depend on Xerces for the JAXP implementation. …
Compare: https://github.com/resteasy/resteasy/compare/38034831bb49...6b5f265c5833
1 year, 4 months