Branch: refs/heads/3.9
Home:
https://github.com/resteasy/Resteasy
Commit: 66952ae712f419906a5b86c26d705d38be3bdb34
https://github.com/resteasy/Resteasy/commit/66952ae712f419906a5b86c26d705...
Author: liweinan <l.weinan(a)gmail.com>
Date: 2019-08-29 (Thu, 29 Aug 2019)
Changed paths:
M resteasy-jaxrs/src/main/java/org/jboss/resteasy/core/InjectorFactoryImpl.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/OptionalInjectionTest.java
A
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/NotSupportedOpitionalPathParamResource.java
M
testsuite/unit-tests/src/test/java/org/jboss/resteasy/test/resource/resource/OptionalResource.java
Log Message:
-----------
RESTEASY-2330 - Adjust the Optional feature implemented for @PathParam according to the
discussion in EAP7-1248