netbeans
netbeans copied to clipboard
Maven should not filter out non-jrt URLs from Java platform modular BCP.
When computing module boot path, the Maven provider filters out URLs that are not nbjrt URLs. That does not make much sense to me, and it does not work for exploded JDK builds (which have classfiles in directories on the filesystem, not in the JRT file system).
I propose to simply use whatever bootstrap libraries the platform provides, and not filter them.
adding platform and maven tests and restarting CI
how do you add the exploded folder as JDK? I believe the only thing which worked for me in past was to add the image output in jdk/build/linux-x86_64-server-release/images/jdk