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

The SeBootstrap Implementation should have new threads start with the current context class loader

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.2.2.Final
    • None
    • None
    • None

      The ResteasySeBootstrap implementation currently used CompletableFuture.supplyAsync() for starting and stopping the embedded servers. This mostly works, but in some environments the TCCL needs to be the parent threads TCCL. The default executor for this is the common ForkJoinPool. Threads created here likely will not have the correct parent thread.

            jperkins-rhn James Perkins
            jperkins-rhn James Perkins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: