Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Jetty 1.0.11 needs java.lang.module

Hi

My build (https://ci.eclipse.org/ocl/job/ocl-codegen-tests/127/console) has started to fail with

[ERROR] Cannot resolve target definition:
[ERROR]   Software being installed: org.eclipse.sdk.feature.group 4.25.0.v20220831-1800
[ERROR]   Missing requirement: org.eclipse.jetty.util 10.0.11 requires 'java.package; java.lang.module 0.0.0' but it could not be found
[ERROR]   Cannot satisfy dependency: org.eclipse.help.feature.group 2.3.1100.v20220831-1800 depends on: org.eclipse.equinox.p2.iu; org.eclipse.jetty.util [10.0.11,10.0.11]
[ERROR]   Cannot satisfy dependency: org.eclipse.platform.feature.group 4.25.0.v20220831-1800 depends on: org.eclipse.equinox.p2.iu; org.eclipse.help.feature.group [2.3.1100.v20220831-1800,2.3.1100.v20220831-1800]
[ERROR]   Cannot satisfy dependency: org.eclipse.sdk.feature.group 4.25.0.v20220831-1800 depends on: org.eclipse.equinox.p2.iu; org.eclipse.platform.feature.group [4.25.0.v20220831-1800,4.25.0.v20220831-1800]

Java modules is something I have never got to grips with.

Is this a Jetty bug in introducing a new mandatory dependency in a maintenance release, or is it something where some more platform modules visibility magic is required?

    Regards

        Ed Willink


Back to the top