PavelTurk
PavelTurk
So I implemented `some` solution that works. What I did: 1. I created two layers - `jettyLayer` and `warLayer`. `WarLayer` is the child of `jettyLayer`. The class loader of `jettyLayer`...
Alan Bateman showed the right way to implement WarModuleFinder see [here](http://mail.openjdk.java.net/pipermail/jigsaw-dev/2018-September/013924.html) If on one layer we have both .jar and .war modules then we need to do ``` ModuleFinder commonFinder...
[Here](http://mail.openjdk.java.net/pipermail/jigsaw-dev/2018-September/013928.html) is the information what JPMS developers suggest to do with jars in WEB-INF/lib of the war module, when war module is at own JPMS layer.
@sbordet Thank you for explanation. At least now you have all the information to implement this issue. Only one question - is there a hook (spi) that jetty can use...
@sbordet Now Jetty loads classes (of servlets/filters/listeners) from my application and creates instances. I want Jetty to use my factory in which I will create instances myself and return them...
When this issue will be implemented we will need separate logging for every JPMS layer. See here https://issues.apache.org/jira/browse/LOG4J2-2464
I have the same problem. I got js and css files of 1.6.4 version from unpkg and when image is clicked I get `Uncaught DOMException: Failed to execute 'replaceState' on...
The project seems to be very interesting. The reason why I can't say exactly is that I use Linux. To tell the truth it is a very strange approach to...
@katzyn you write: "Modularization may also cause problems with H2's optional dependencies and with user-defined functions and triggers." Yes, and there was an issue about it https://github.com/h2database/h2database/issues/2627. However, you didn't...
Any ideas?