Skip to main content

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

Already fixed https://github.com/eclipse-equinox/equinox.bundles/issues/54

On Wed, Jun 15, 2022 at 3:25 PM Tom Schindl via cross-project-issues-dev <cross-project-issues-dev@xxxxxxxxxxx> wrote:
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
_______________________________________________
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



--
Aleksandar Kurtakov
Red Hat Eclipse Team

Back to the top