[
https://issues.jboss.org/browse/WFLY-11566?page=com.atlassian.jira.plugin...
]
Marek Kopecký commented on WFLY-11566:
--------------------------------------
This issue doesn't affect WF11. This issue affects WF12 + -Dee8.preview.mode=true.
This issue affects WF14 + WF15.
This issue is caused by [commit - WFLY-9628 Allow to switch to Hibernate Validator 6.0 /
Bean Validation
2.0|https://github.com/wildfly/wildfly/commit/02f230d91f55f86ee6cadf53832...]
(cc [~simkam])
There are workarounds, so this is not a blocker. But I increase priority to critical.
ConstraintDeclarationException on JAX-RS/EJB Methods with List/Set
query parameter
----------------------------------------------------------------------------------
Key: WFLY-11566
URL:
https://issues.jboss.org/browse/WFLY-11566
Project: WildFly
Issue Type: Bug
Components: REST
Affects Versions: 14.0.0.Final, 15.0.1.Final
Reporter: Alexander Wagner
Assignee: Alessio Soldano
Priority: Major
Like described in the thread
https://developer.jboss.org/thread/278822 you got an
exception if you call methods on JAX-RS endpoints which are also e.g. a stateless EJB and
have Set or List as query parameters.
As a workaround we use the "@Context UriInfo info" as parameter an read the
parameter manually. As a downside this parameters are missing than in automated api
generation with e.g. swagger.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)