Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: 9297fbbb7675a535815e07c8fc42b003a79fb03f
https://github.com/resteasy/resteasy/commit/9297fbbb7675a535815e07c8fc42b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M testsuite/cloud-tests/client-tests/pom.xml
M testsuite/cloud-tests/pom.xml
A testsuite/cloud-tests/test-utils/pom.xml
A
testsuite/cloud-tests/test-utils/src/main/java/dev/resteasy/cloud/tests/RestClientValueInjector.java
A
testsuite/cloud-tests/test-utils/src/main/resources/META-INF/services/org.wildfly.test.cloud.common.ValueInjector
M testsuite/pom.xml
R testsuite/test-utils/pom.xml
R
testsuite/test-utils/src/main/java/dev/resteasy/cloud/tests/RestClientValueInjector.java
R
testsuite/test-utils/src/main/resources/META-INF/services/org.wildfly.test.cloud.common.ValueInjector
Log Message:
-----------
Move the test-utils for the cloud tests to the cloud test exclusively. Also move the
import of the WildFly Cloud Test BOM to avoid overriding the Jackson dependencies.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 039b77107e7e6b1dc8482fff2c7720294dc688e5
https://github.com/resteasy/resteasy/commit/039b77107e7e6b1dc8482fff2c772...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M docbook/src/main/asciidoc/Installation_Configuration.adoc
M docbook/src/main/asciidoc/Json.adoc
M pom.xml
M providers/jackson2/pom.xml
A
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/JacksonOptions.java
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
M resteasy-dependencies-bom/pom.xml
M testsuite/arquillian-utils/pom.xml
M
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestConfiguration.java
R
testsuite/arquillian-utils/src/main/resources/META-INF/services/org.junit.jupiter.api.extension.Extension
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJaxbCoexistenceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/Jackson2MultipartFormTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/AbstractObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/DefaultObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/DisabledObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/OverriddenObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/Contact.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/ContactRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/ContactResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/CrudResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/GenericRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/IdEntry.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/User.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/UserRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/UserResource.java
Log Message:
-----------
[RESTEASY-3502] Add a default Jackson ObjectMapper to the Jackson provider if one was
not provided. This changes the requirement for the user to add one.
There was also a property added to revert to not adding a default ObjectMapper for cases
where that might be desired.
http://issues.redhat.com/browse/RESTEASY-3502
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 1bc9011096a01f40cd269c0938ce96b23a3ba39e
https://github.com/resteasy/resteasy/commit/1bc9011096a01f40cd269c0938ce9...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-10-01 (Tue, 01 Oct 2024)
Changed paths:
M docbook/src/main/asciidoc/Installation_Configuration.adoc
M docbook/src/main/asciidoc/Json.adoc
M pom.xml
M providers/jackson2/pom.xml
A
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/JacksonOptions.java
M
providers/jackson2/src/main/java/org/jboss/resteasy/plugins/providers/jackson/ResteasyJackson2Provider.java
M resteasy-dependencies-bom/pom.xml
M testsuite/arquillian-utils/pom.xml
M
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/extension/systemproperties/client/ArchiveProcessor.java
A
testsuite/arquillian-utils/src/main/java/org/jboss/resteasy/utils/TestConfiguration.java
R
testsuite/arquillian-utils/src/main/resources/META-INF/services/org.junit.jupiter.api.extension.Extension
M testsuite/cloud-tests/client-tests/pom.xml
M testsuite/cloud-tests/pom.xml
A testsuite/cloud-tests/test-utils/pom.xml
A
testsuite/cloud-tests/test-utils/src/main/java/dev/resteasy/cloud/tests/RestClientValueInjector.java
A
testsuite/cloud-tests/test-utils/src/main/resources/META-INF/services/org.wildfly.test.cloud.common.ValueInjector
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonDatatypeTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/JacksonJaxbCoexistenceTest.java
M
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/multipart/Jackson2MultipartFormTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/AbstractObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/DefaultObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/DisabledObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/OverriddenObjectMapperTest.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/Contact.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/ContactRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/ContactResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/CrudResource.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/GenericRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/IdEntry.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/User.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/UserRepository.java
A
testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/jackson2/objectmapper/resources/UserResource.java
M testsuite/pom.xml
R testsuite/test-utils/pom.xml
R
testsuite/test-utils/src/main/java/dev/resteasy/cloud/tests/RestClientValueInjector.java
R
testsuite/test-utils/src/main/resources/META-INF/services/org.wildfly.test.cloud.common.ValueInjector
Log Message:
-----------
Merge pull request #4325 from jamezp/RESTEASY-3502-6.2
[RESTEASY-3502] Add a default Jackson ObjectMapper to the Jackson provider if one was not
provided.
Compare:
https://github.com/resteasy/resteasy/compare/8db9d33bb77a...1bc9011096a0
To unsubscribe from these emails, change your notification settings at
https://github.com/resteasy/resteasy/settings/notifications