Uploaded image for project: 'RESTEasy'
  1. RESTEasy
  2. RESTEASY-1725

Registering lambda context resolver results in ArrayIndexOutOfBoundsException

    XMLWordPrintable

Details

    Description

      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();
      

      Attachments

        Issue Links

          Activity

            People

              rnetuka@redhat.com Radovan Netuka
              marchev Martin Marchev (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: