Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Missing requirement for org.slf4j in 2021-06 M2

The Eclipse Jetty 10+ usage of slf4j-api is minimal.

It does not use the advanced feature set available in slf4j-api 2.x
But it does use slf4j-api 2.x for JPMS environments (it's the first slf4j with proper jpms metadata).

If the Platform wants to use slf4j-api 1.7.x with Eclipse Jetty 10.x it will work just fine.

- Joakim

On Mon, May 10, 2021 at 3:30 PM Patrick Tasse <patrick.tasse@xxxxxxxxx> wrote:
Hi,

We're unable to build using the 2021-06 M2 platform.

It appears that the platform now contains org.eclipse.jetty.http 10.0.2, and this version requires org.slf4j;version="[2.0.0,3)", according to its MANIFEST.MF.

But the milestone update site only contains org.slf4j.api 1.7.30, the latest stable version.

Missing requirement: Jetty :: Http Utility 10.0.2 (org.eclipse.jetty.http 10.0.2) requires 'java.package; org.slf4j [2.0.0,3.0.0)' but it could not be found
Cannot satisfy dependency:
From: Eclipse Help System 2.3.600.v20210429-1800 (org.eclipse.help.feature.group 2.3.600.v20210429-1800)
To: org.eclipse.equinox.p2.iu; org.eclipse.jetty.http [10.0.2,10.0.2]
Cannot satisfy dependency:
From: Eclipse Platform 4.20.0.v20210429-1800 (org.eclipse.platform.feature.group 4.20.0.v20210429-1800)
To: org.eclipse.equinox.p2.iu; org.eclipse.help.feature.group [2.3.600.v20210429-1800,2.3.600.v20210429-1800]

How is the build not failing for others?


Thanks,
Patrick

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/cross-project-issues-dev

Back to the top