ニュース

Describe the bug The compilation failure occurs in our CI pipeline when building using Java 11, here is a temp URL to see the console log. I can see the module name is correct in version 1.10.0-M3. It ...
After update to Spring boot 2.1.3.RELEASE and Java 11, compatibility with the jigsaw (java module system) was broken. Now fat-jars not running with the --module-path and --module params. How to ...