Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] Published 2022-06 maven artifacts break people using jdt.core

Hi,

Unforunately the maven artifacts published to maven-central as part of th 2022-06 release breaks everyone using:

org.eclipse.jdt:org.eclipse.jdt.core

in their maven builds because via the transitive paths it tries to resolve to (via org.eclipse.equinox.preferences):

org.osgi.service:org.osgi.service.prefs

who does not exists an maven central (at least).

My wild guess is that it is meant to reference

org.osgi:org.osgi.service.prefs

The worst is because of the use of version ranges this breaks almost all published jdt-core artifacts :-(

Tom


Back to the top