[resteasy/resteasy] 9201cc: [RESTEASY-3533] Add the resteasy-junit-extension d...
by James R. Perkins
Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: 9201ccfd029092784bc5097781546d75c7a6e7b7
https://github.com/resteasy/resteasy/commit/9201ccfd029092784bc5097781546...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
[RESTEASY-3533] Add the resteasy-junit-extension dependency and upgrade JUnit to 5.11.0.
https://issues.redhat.com/rowse/RESTEASY-3533
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 0683bc1f67ce3f163e7a52c7c8be2e72985323af
https://github.com/resteasy/resteasy/commit/0683bc1f67ce3f163e7a52c7c8be2...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M providers/json-binding/pom.xml
M providers/json-binding/src/test/java/org/jboss/resteasy/plugins/providers/jsonb/EntityTest.java
Log Message:
-----------
[RESTEASY-3533] Migrate the JSON binding tests to use the resteasy-junit-extension.
https://issues.redhat.com/rowse/RESTEASY-3533
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 700f7128826b33236868d359094c3439d9692f85
https://github.com/resteasy/resteasy/commit/700f7128826b33236868d359094c3...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M providers/multipart/pom.xml
M providers/multipart/src/test/java/org/jboss/resteasy/plugins/providers/multipart/MultipartEntityPartProviderTest.java
Log Message:
-----------
[RESTEASY-3533] Migrate the multipart tests to use the resteasy-junit-extension.
https://issues.redhat.com/rowse/RESTEASY-3533
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 3ffbb2348f721adaf88cc8b59d985c957b395731
https://github.com/resteasy/resteasy/commit/3ffbb2348f721adaf88cc8b59d985...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M server-adapters/resteasy-undertow-cdi/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/ContextInjectionTest.java
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/InjectionTest.java
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/ServletTest.java
Log Message:
-----------
[RESTEASY-3533] Migrate the resteasy-undertow-cdi tests to use the resteasy-junit-extension.
https://issues.redhat.com/rowse/RESTEASY-3533
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: c186241d3297d183dcc2921ecb93f9b2b9ef55f8
https://github.com/resteasy/resteasy/commit/c186241d3297d183dcc2921ecb93f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/validate/NonCDIValidatorFactoryTest.java
M testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/PriorityExecutionTest.java
Log Message:
-----------
[RESTEASY-3533] Migrate the integration-tests-embedded tests to use the resteasy-junit-extension.
https://issues.redhat.com/rowse/RESTEASY-3533
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: c3f78c5beb38fe70aa5e54673fe1d8c36f0be97c
https://github.com/resteasy/resteasy/commit/c3f78c5beb38fe70aa5e54673fe1d...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
A server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/AbstractBasicTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/BasicSSLTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/BasicTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/CleanUpTasksTest.java
Log Message:
-----------
Fix the resteasy-reactor-netty tests after JUnit 5.11 upgrade.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 0bb44bb77fc0871cb2da428287cbabe778d10ceb
https://github.com/resteasy/resteasy/commit/0bb44bb77fc0871cb2da428287cba...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M providers/json-binding/pom.xml
M providers/json-binding/src/test/java/org/jboss/resteasy/plugins/providers/jsonb/EntityTest.java
M providers/multipart/pom.xml
M providers/multipart/src/test/java/org/jboss/resteasy/plugins/providers/multipart/MultipartEntityPartProviderTest.java
M resteasy-dependencies-bom/pom.xml
A server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/AbstractBasicTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/BasicSSLTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/BasicTest.java
M server-adapters/resteasy-reactor-netty/src/test/java/org/jboss/resteasy/plugins/server/reactor/netty/CleanUpTasksTest.java
M server-adapters/resteasy-undertow-cdi/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/ContextInjectionTest.java
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/InjectionTest.java
M server-adapters/resteasy-undertow-cdi/src/test/java/dev/resteasy/embedded/server/ServletTest.java
M testsuite/integration-tests-embedded/pom.xml
M testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/core/validate/NonCDIValidatorFactoryTest.java
M testsuite/integration-tests-embedded/src/test/java/org/jboss/resteasy/embedded/test/interceptor/PriorityExecutionTest.java
Log Message:
-----------
Merge pull request #4280 from jamezp/RESTEASY-3533-6.2
[RESTEASY-3533] Incorporate usages of the resteasy-junit-extension
Compare: https://github.com/resteasy/resteasy/compare/7df153b5adec...0bb44bb77fc0
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 1 week
[resteasy/resteasy] a94c89: Upgrade resteasy-parent to 3. Update CI to test wi...
by James R. Perkins
Branch: refs/heads/6.2
Home: https://github.com/resteasy/resteasy
Commit: a94c89921907ed74610c23c9b0b4f254b4b0831d
https://github.com/resteasy/resteasy/commit/a94c89921907ed74610c23c9b0b4f...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M .github/workflows/distribution-build.yml
M .github/workflows/format-check.yml
M .github/workflows/maven.yml
M .github/workflows/resteasy-tck.yml
M .github/workflows/shared-resteasy-build.yml
M .github/workflows/wildfly-build.yml
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/resources/META-INF/beans.xml
M testsuite/jetty-integration-tests/src/test/resources/resteasy1630-web.xml
M testsuite/pom.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/configs/standalone/model.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jakarta/jackson-jakarta-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/btf/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/ibm/async/asyncutil/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/jakarta/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/javax/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-tracing-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/reactivestreams/main/module.xml
Log Message:
-----------
Upgrade resteasy-parent to 3. Update CI to test with Java 11, while requiring Java 17 to compile.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 7df153b5adec65d2b7cfef67855924d876b7ce37
https://github.com/resteasy/resteasy/commit/7df153b5adec65d2b7cfef6785592...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M .github/workflows/distribution-build.yml
M .github/workflows/format-check.yml
M .github/workflows/maven.yml
M .github/workflows/resteasy-tck.yml
M .github/workflows/shared-resteasy-build.yml
M .github/workflows/wildfly-build.yml
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/resources/META-INF/beans.xml
M testsuite/jetty-integration-tests/src/test/resources/resteasy1630-web.xml
M testsuite/pom.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/configs/standalone/model.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jakarta/jackson-jakarta-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/btf/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/ibm/async/asyncutil/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/jakarta/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/javax/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-tracing-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/reactivestreams/main/module.xml
Log Message:
-----------
Merge pull request #4272 from jamezp/upgrade-resteasy-parent-6.2
Upgrade resteasy-parent to 3. Update CI to test with Java 11, while r…
Compare: https://github.com/resteasy/resteasy/compare/2e0d627e6c7a...7df153b5adec
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 1 week
[resteasy/resteasy] f42f69: Bump version.org.glassfish.jaxb from 4.0.4 to 4.0.5
by dependabot[bot]
Branch: refs/heads/dependabot/maven/version.org.glassfish.jaxb-4.0.5
Home: https://github.com/resteasy/resteasy
Commit: f42f69accfec5ec7c89ef6374efebb8e3becc913
https://github.com/resteasy/resteasy/commit/f42f69accfec5ec7c89ef6374efeb...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.glassfish.jaxb from 4.0.4 to 4.0.5
Bumps `version.org.glassfish.jaxb` from 4.0.4 to 4.0.5.
Updates `org.glassfish.jaxb:codemodel` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:jaxb-core` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:jaxb-jxc` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:txw2` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.4 to 4.0.5
Updates `org.glassfish.jaxb:xsom` from 4.0.4 to 4.0.5
- [Release notes](https://github.com/eclipse-ee4j/jaxb-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/jaxb-ri/commits)
Updates `com.sun.xml.bind.external:relaxng-datatype` from 4.0.4 to 4.0.5
Updates `com.sun.xml.bind.external:rngom` from 4.0.4 to 4.0.5
---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:codemodel
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-jxc
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-runtime
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:txw2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-xjc
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:xsom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.sun.xml.bind.external:relaxng-datatype
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.sun.xml.bind.external:rngom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 1 week
[resteasy/resteasy] b27f64: Bump the fasterxml-dependencies group across 1 dir...
by dependabot[bot]
Branch: refs/heads/dependabot/maven/fasterxml-dependencies-8249e00be8
Home: https://github.com/resteasy/resteasy
Commit: b27f64a53127af0b7e00bf0c3aaeb6ff833bcad8
https://github.com/resteasy/resteasy/commit/b27f64a53127af0b7e00bf0c3aaeb...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2024-08-16 (Fri, 16 Aug 2024)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump the fasterxml-dependencies group across 1 directory with 8 updates
Bumps the fasterxml-dependencies group with 8 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jac... | `2.15.4` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML... | `2.15.4` | `2.17.2` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/Faster... | `2.15.4` | `2.17.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.15.4` | `2.17.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.15.4` | `2.17.2` |
| com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider | `2.15.4` | `2.17.2` |
| [com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base](https://github.... | `2.15.4` | `2.17.2` |
| [com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations](... | `2.15.4` | `2.17.2` |
Updates `com.fasterxml.jackson.core:jackson-core` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2...
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson-jakarta-rs-providers/compar...
Updates `com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackso...
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson/commits)
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider` from 2.15.4 to 2.17.2
Updates `com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson-jakarta-rs-providers/compar...
Updates `com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations` from 2.15.4 to 2.17.2
- [Commits](https://github.com/FasterXML/jackson-modules-base/compare/jackso...
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-json-provider
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.jakarta.rs:jackson-jakarta-rs-base
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jakarta-xmlbind-annotations
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: fasterxml-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 1 week
[resteasy/resteasy] b35a7d: Upgrade resteasy-parent to 3.
by James R. Perkins
Branch: refs/heads/main
Home: https://github.com/resteasy/resteasy
Commit: b35a7d7b9c7ecf5c50fa6df362533559a8bdd67d
https://github.com/resteasy/resteasy/commit/b35a7d7b9c7ecf5c50fa6df362533...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/resources/META-INF/beans.xml
M testsuite/jetty-integration-tests/src/test/resources/resteasy1630-web.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/configs/standalone/model.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jakarta/jackson-jakarta-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/btf/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/ibm/async/asyncutil/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/jakarta/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/javax/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-tracing-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/reactivestreams/main/module.xml
Log Message:
-----------
Upgrade resteasy-parent to 3.
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: c357af447c8c88ac64a0b4914cbcaa7576739073
https://github.com/resteasy/resteasy/commit/c357af447c8c88ac64a0b4914cbca...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2024-08-15 (Thu, 15 Aug 2024)
Changed paths:
M pom.xml
M resteasy-bom/pom.xml
M resteasy-dependencies-bom/pom.xml
M server-adapters/resteasy-undertow-cdi/src/test/resources/META-INF/beans.xml
M testsuite/jetty-integration-tests/src/test/resources/resteasy1630-web.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/configs/standalone/model.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-annotations/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/core/jackson-databind/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jakarta/jackson-jakarta-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/btf/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/jackson-coreutils/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/json-patch/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/github/fge/msg-simple/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/failureaccess/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/google/guava/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/com/ibm/async/asyncutil/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/jakarta/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/javax/ws/rs/api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/apache/james/mime4j/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/jose-jwt/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-atom-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-cdi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-crypto/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jackson2-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxb-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jaxrs/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-jsapi/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-binding-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-json-p-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-multipart-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-rxjava2/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-tracing-api/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider/main/module.xml
M wildfly/resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/reactivestreams/main/module.xml
Log Message:
-----------
Merge pull request #4271 from jamezp/upgrade-resteasy-parent
Upgrade resteasy-parent to 3.
Compare: https://github.com/resteasy/resteasy/compare/7b26e26e9914...c357af447c8c
To unsubscribe from these emails, change your notification settings at https://github.com/resteasy/resteasy/settings/notifications
4 months, 1 week