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

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: