Branch: refs/heads/6.2
Home:
https://github.com/resteasy/resteasy
Commit: 177be13cea7d9604d3c7cf3bdeab2e5c16ab46be
https://github.com/resteasy/resteasy/commit/177be13cea7d9604d3c7cf3bdeab2...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump junit-bom from 5.9.1 to 5.9.2
Bumps [
junit-bom](https://github.com/junit-team/junit5) from 5.9.1 to 5.9.2.
- [Release
notes](https://github.com/junit-team/junit5/releases)
- [
Commits](https://github.com/junit-team/junit5/compare/r5.9.1...r5.9.2)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: d782790e267dd5f27dd7ee58216a1ec85688dad0
https://github.com/resteasy/resteasy/commit/d782790e267dd5f27dd7ee58216a1...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M .github/workflows/maven.yml
M pom.xml
Log Message:
-----------
[RESTEASY-3270] Upgrade WildFly to 27.0.1.Final.
https://issues.redhat.com/browse/RESTEASY-3270
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 2805edc7eb91d1509b64ad584a7cecca56601294
https://github.com/resteasy/resteasy/commit/2805edc7eb91d1509b64ad584a7ce...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.org.apache.james.apache-mime4j from 0.8.8 to 0.8.9
Bumps `version.org.apache.james.apache-mime4j` from 0.8.8 to 0.8.9.
Updates `apache-mime4j-core` from 0.8.8 to 0.8.9
Updates `apache-mime4j-dom` from 0.8.8 to 0.8.9
Updates `apache-mime4j-storage` from 0.8.8 to 0.8.9
---
updated-dependencies:
- dependency-name: org.apache.james:apache-mime4j-core
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-dom
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.apache.james:apache-mime4j-storage
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 6946d58a94e557086ab37c0e8155e6d91571b648
https://github.com/resteasy/resteasy/commit/6946d58a94e557086ab37c0e8155e...
Author: 阿男 <l.weinan(a)gmail.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
RESTEASY-3273 / jackson-databind dependencies conflict
Commit: d60ad6c671f31d9cd842f3999ddfeffdce0e78a1
https://github.com/resteasy/resteasy/commit/d60ad6c671f31d9cd842f3999ddfe...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutors.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/concurrent/ThreadContexts.java
Log Message:
-----------
[RESTEASY-3280] Do not load the ThreadContext's from a service loader each time the
contexts are required.
https://issues.redhat.com/browse/RESTEASY-3280
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 8469b0c2be9a09ee816e67cc745b1af9aeacb098
https://github.com/resteasy/resteasy/commit/8469b0c2be9a09ee816e67cc745b1...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
R
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml
Log Message:
-----------
[RESTEASY-3281] Update the module.xml files to match what is in WildFly.
https://issues.redhat.com/browse/RESTEASY-3281
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 6554e529d55006e284aea2b967eeef981d6eb99e
https://github.com/resteasy/resteasy/commit/6554e529d55006e284aea2b967eee...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M docbook/reference/en/en-US/modules/ExceptionMappers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/DefaultOptionsMethodException.java
A
resteasy-core/src/main/java/org/jboss/resteasy/core/registry/ConstantResourceInvoker.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/SegmentTest.java
Log Message:
-----------
[RESTEASY-3283] Do not throw a DefaultOptionsMethodException when no OPTIONS method is
found. Instead, just return the created response.
https://issues.redhat.com/browse/RESTEASY-3283
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: bca245aba9eb160d110893387be61d6f7c7265f0
https://github.com/resteasy/resteasy/commit/bca245aba9eb160d110893387be61...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M
providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/Mime4JWorkaround.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/DataSourceProvider.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileProvider.java
Log Message:
-----------
[RESTEASY-3286] Use the new file utilities to create temporary files.
https://issues.redhat.com/browse/RESTEASY-3286
Signed-off-by: James R. Perkins <jperkins(a)redhat.com>
Commit: 69b95a59e7c9ee5566c6d45f6ac547440a4c676e
https://github.com/resteasy/resteasy/commit/69b95a59e7c9ee5566c6d45f6ac54...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2023-02-14 (Tue, 14 Feb 2023)
Changed paths:
M resteasy-dependencies-bom/pom.xml
Log Message:
-----------
Bump version.io.netty.netty4 from 4.1.87.Final to 4.1.89.Final
Bumps `version.io.netty.netty4` from 4.1.87.Final to 4.1.89.Final.
Updates `netty-common` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-buffer` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-transport` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-handler` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-handler-proxy` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-codec-http` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-codec-http2` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-transport-native-epoll` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-transport-native-kqueue` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-resolver` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
Updates `netty-resolver-dns` from 4.1.87.Final to 4.1.89.Final
- [Release
notes](https://github.com/netty/netty/releases)
-
[
Commits](https://github.com/netty/netty/compare/netty-4.1.87.Final...nett...
---
updated-dependencies:
- dependency-name: io.netty:netty-common
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-buffer
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-handler-proxy
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-codec-http2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport-native-epoll
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-transport-native-kqueue
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-resolver
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: io.netty:netty-resolver-dns
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support(a)github.com>
Commit: 239ec229fcf1873f816ed68ecad7ba7dbf50c57a
https://github.com/resteasy/resteasy/commit/239ec229fcf1873f816ed68ecad7b...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M .github/workflows/maven.yml
M docbook/reference/en/en-US/modules/ExceptionMappers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.xml
M pom.xml
M
providers/multipart/src/main/java/org/jboss/resteasy/plugins/providers/multipart/Mime4JWorkaround.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/concurrent/ContextualExecutors.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/DefaultOptionsMethodException.java
M
resteasy-core-spi/src/main/java/org/jboss/resteasy/spi/concurrent/ThreadContexts.java
A
resteasy-core/src/main/java/org/jboss/resteasy/core/registry/ConstantResourceInvoker.java
M resteasy-core/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
M
resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/DataSourceProvider.java
M resteasy-core/src/main/java/org/jboss/resteasy/plugins/providers/FileProvider.java
M resteasy-dependencies-bom/pom.xml
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-client/main/module.xml
M
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-core-spi/main/module.xml
R
resteasy-feature-pack/common/src/main/resources/modules/system/layers/base/org/jboss/resteasy/resteasy-validator-provider-11/main/module.xml
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/SegmentTest.java
Log Message:
-----------
Merge pull request #3423 from jamezp/backports-6.2
Backports to 6.2
Compare:
https://github.com/resteasy/resteasy/compare/16cf581f40df...239ec229fcf1