Maven should not filter out non-jrt URLs from Java platform modular BCP. - #8538
Conversation
|
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 |
Sorry, I missed the question. Adding |
|
@lahodaj we could merge this too. Please rebase till Wednesday. |
9d91973 to
bb01f5d
Compare
|
OK to merge? |
mbien
left a comment
There was a problem hiding this comment.
we can try. Its small so it would be easy to revert if something shows up during RC.
When computing module boot path, the Maven provider filters out URLs that are not
nbjrtURLs. 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.