I'm not aware of hitting any modules issues, this is the normal pull request that has been applied: https://github.com/jenkinsci/support-core-plugin/pull/421
at a guess 30+ plugins with no issues, likely more. On Tue, 3 Jan 2023 at 13:08, Ullrich Hafner <[email protected]> wrote: > I’m currently starting the Java 11 migration of my plugins and my local > builds are failing due to several Java modules failures (package x.y.z is > declared in the unnamed module, but a.b.c does not use it, error: module > not found: x.y.z). > > Do we already have some guidelines on how to migrate a plugin to Java 11? > Do we need to create module-info.java files for plugins? How do we access > libraries that use modules? Or has someone already finished the the > migration so I can have a look at the necessary steps? > > > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/B889703A-0666-413D-A413-CEE697B9E36B%40gmail.com > . > -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CAH-3BidUfpZmrXYL66xc4B1ZTTbH8WwvK4VwQ4q5cNaWb2NCdg%40mail.gmail.com.
