-
Bug
-
Resolution: Done
-
Major
-
3.1.4.Final
The latest RESTEasy Client throws an ArrayIndexOutOfBoundsException if one tries to register a lambda context resolver. The same works just fine with the latest Jersey Client.
Example:
ClientBuilder.newBuilder() .register((ContextResolver<ObjectMapper>) type -> new ObjectMapper().registerModule(new JodaModule())) .build();
- duplicates
-
RESTEASY-1209 org.jboss.resteasy.util.Types#getActualTypeArgumentsOfAnInterface not working for lambda's.
- Open
- relates to
-
RESTEASY-3520 ArrayIndexOutOfBoundsException when using eclipsemicroprofile REST client with custom ContextResolver
- Resolved