Branch: refs/heads/5.0
Home:
https://github.com/resteasy/resteasy
Commit: c9687063ee8b96e206d7a70282e929828c471cb2
https://github.com/resteasy/resteasy/commit/c9687063ee8b96e206d7a70282e92...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-02 (Thu, 02 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: c2c8592da1b37b036faa0fcec8b73486244d1d26
https://github.com/resteasy/resteasy/commit/c2c8592da1b37b036faa0fcec8b73...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-02 (Thu, 02 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: 4feb572249c292bb4861027674502c6b851fb132
https://github.com/resteasy/resteasy/commit/4feb572249c292bb4861027674502...
Author: James R. Perkins <jperkins(a)redhat.com>
Date: 2023-02-02 (Thu, 02 Feb 2023)
Changed paths:
M docbook/reference/en/en-US/modules/ExceptionMappers.xml
M docbook/reference/en/en-US/modules/Installation_Configuration.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/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
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
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/SegmentTest.java
Log Message:
-----------
Merge pull request #3412 from jamezp/backports
[5.0] Back ported fixes
Compare:
https://github.com/resteasy/resteasy/compare/b2f6374ae6e8...4feb572249c2