Branch: refs/heads/3.15
Home:
https://github.com/resteasy/resteasy
Commit: 5ad3344b82401b9ee784adfa08fd426ca3345d1d
https://github.com/resteasy/resteasy/commit/5ad3344b82401b9ee784adfa08fd4...
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
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/ConstantResourceInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/DefaultOptionsMethodException.java
Log Message:
-----------
[RESTEASY-3283] Add option to 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: fa02ba88df25dc7c6a320ff6994d3a7c9e2816fb
https://github.com/resteasy/resteasy/commit/fa02ba88df25dc7c6a320ff6994d3...
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
A
resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/ConstantResourceInvoker.java
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/registry/SegmentNode.java
M
resteasy-jaxrs/src/main/java/org/jboss/resteasy/spi/DefaultOptionsMethodException.java
Log Message:
-----------
Merge pull request #3407 from jamezp/RESTEASY-3283-3.15
[RESTEASY-3283] Add option to not throw a DefaultOptionsMethodExcepti…
Compare:
https://github.com/resteasy/resteasy/compare/5e2e66883392...fa02ba88df25