Branch: refs/heads/master
Home: https://github.com/resteasy/Resteasy
Commit: d74a1e2b15931ccc929aabf99203a6c87e6db788
https://github.com/resteasy/Resteasy/commit/d74a1e2b15931ccc929aabf99203a...
Author: Martin Panzer <postremus1996(a)googlemail.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M providers/jackson2/pom.xml
M resteasy-links/pom.xml
M security/jose-jwt/pom.xml
M server-adapters/resteasy-undertow-spring/pom.xml
Log Message:
-----------
[RESTEASY-2725] Remove dependency from jackson to the jaxb provider
Some applications only need jackon, and where previously forced to exclude the jaxb-provider on their own. This compile dependency is now removed.
I also added jaxb-provider back to modules, which before only had jackson provider. This is to keep the same behavior for jose-jwt and resteasy-links.
Branch: refs/heads/3.14
Home: https://github.com/resteasy/Resteasy
Commit: f1537d773402e81812e2ef485ad0bea66059ec80
https://github.com/resteasy/Resteasy/commit/f1537d773402e81812e2ef485ad0b...
Author: Fabio Burzigotti <fburzigo(a)redhat.com>
Date: 2020-11-16 (Mon, 16 Nov 2020)
Changed paths:
M testsuite/integration-tests/pom.xml
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/EncodingMimeMultipartFormProviderTest.java
M testsuite/integration-tests/src/test/java/org/jboss/resteasy/test/providers/multipart/MimeMultipartProviderTest.java
Log Message:
-----------
[RESTEASY-2749] (3.14) Remove mail layer tests when executing bootable JAR test profile