Le 03/03/2025 à 14:56, Paul Mandeltort a écrit :
- **Platform Threads**: OFBiz relies on traditional Java platform threads, which are heavyweight and tied to OS resources. This is standard in Java 17 (OFBiz’s required version as of the 18.12 release).
Thanks Paul, It's interesting and I must say astounding. Notably this great information: <<#### 6. Virtual Threads (Not Yet Adopted) OFBiz uses Java 17, which lacks virtual threads (introduced in Java 19 preview, finalized in Java 21 via JEP 444). Virtual threads—lightweight, JVM-managed threads—could support millions of tasks with low overhead. While not currently implemented, a future upgrade to Java 21+ could enhance OFBiz’s scalability.>> After a quick review, I just found that no <<This is standard in Java 17 (OFBiz’s required version as of the 18.12 release).>> OFBiz 18.12 releases requires Java 8 and work also with Java 11. OFBiz 24.09 starts the use of Java 17. Hopefully 24.09.01 will be released this year. Jacques
