Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [osgi-users] OSGI core release plan

Hi,

the newest versions of the Specifications could be found here: https://docs.osgi.org/specification/ A list of all releases here: https://projects.eclipse.org/projects/technology.osgi/governance


Some of the released artifacts group the code of sereveral Specifications:

org.osgi:osgi.annotation:jar:8.1.0 (Feb 09, 2022)
org.osgi:osgi.core:jar:8.0.0 (Dec 07, 2020)
org.osgi:osgi.cmpn:jar:7.0.0 (Apr 20, 2018)
The compendium jar are not meant to be used at runtime.


But each Specification has its released artifact:

org.osgi:org.osgi.service.jakartars:2.0.0 (Dec 20, 2022)
org.osgi:org.osgi.service.servlet:2.0.0 (Dec 20, 2022)
...

I recommend to use each Specification artifact by its own, with the lowest version you need for your job. So it is possible to use different versions of the specs, while the Compendum(cmpn) and Enterprise Bundles would force you to use one defines version for all.

Only for the Books `osgi.core` and `osgi.annotation` it is usefull to use this group-bundles.

If you want to take part in the Specification Process, I highly recommend the spec-call tomorrow.
Calendar could be found here:
https://projects.eclipse.org/projects/technology.osgi/contact


regards
Stefan



Back to the top