Giter Site home page Giter Site logo

Comments (7)

philwebb avatar philwebb commented on April 28, 2024 1

See #19427 for some previous discussion on this topic.

from spring-boot.

philwebb avatar philwebb commented on April 28, 2024

We're going to investigate if we can provide our own ForkJoinWorkerThreadFactory and possibly configure the system property by default. If we do this, we'll also need a way to opt-out of our version.

from spring-boot.

Sasivarnan1988 avatar Sasivarnan1988 commented on April 28, 2024

I am having the same issue even while using the completable future without executors. I tried custom thread factory and set that through environment variable but still I could see jdk loader incorrect one. Any help? This is on Jdk17

from spring-boot.

wilkinsona avatar wilkinsona commented on April 28, 2024

@Sasivarnan1988 A correctly configured thread factory should resolve the problem. If that isn't working for you, please follow up on Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.

from spring-boot.

pcimcioch avatar pcimcioch commented on April 28, 2024

@Sasivarnan1988
The problem with custom thread factory is that java uses "system classloader" to instantiate it. And your application classes are not availabe in system class loader. It may be hard to notice, as it will fail silently.
You would have to somehow pack your custom thread factory together with the launcher code in the jar, which I'm not sure is possible using gradle/maven spring boot plugin

from spring-boot.

wilkinsona avatar wilkinsona commented on April 28, 2024

It's reasonably straightforward with Gradle but much harder with Maven. See #6626.

from spring-boot.

Sasivarnan1988 avatar Sasivarnan1988 commented on April 28, 2024

Thank you all for the comments. I will post it in the stack overflow as I have few more doubts on this.

from spring-boot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.