Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pde-dev] Access restriction: The type 'Inject' is not API

Thanks Wim, very interesting to read.

I think I found the cause for this error based on your links. Some plug-ins were defining a versioned plug-in dependency to javax.inject and had at the same time an unversionized javax.inject as package dependency causing the "same package  available twice" from your link.

THanks to Christoph and Wim for the help


Virenfrei. www.avast.com

On Wed, May 19, 2021 at 6:44 PM Wim Jongman <wim.jongman@xxxxxxxxx> wrote:
Are you looking at this?

Andrey Loskutov loskutov@xxxxxx via eclipse.org 

Fri, Apr 16, 7:01 PM


to platform-dev
TL;DR: your dependencies are not OK for Java 11 module hell.
 
See classic answer from Stephan: https://stackoverflow.com/a/53824670
and a shorter version from Holger: https://stackoverflow.com/a/55572922
 
Kind regards,
Andrey Loskutov
_______________________________________________
pde-dev mailing list
pde-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/pde-dev


--
Eclipse Platform project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com

Back to the top