mbrohl opened a new pull request, #626:
URL: https://github.com/apache/ofbiz-framework/pull/626

   Due to improper dependency configurations and the JPMS (Java Plattform 
Module System) which was introduced to Java since version 9, the Eclipse build 
and running/debugging is not working with JDK 17 (trunk and release22.01).
   
   The reason is that there are dependencies to libraries which are also 
shipped with the JDK which causes a conflict leading to ignore those 
packages/classes in the build.
   
   This commit fixes the problems for release22.01 without plugins, they have 
to be modified separately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ofbiz.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to