OSGI class library version status checker? | Community
Skip to main content
April 24, 2020
Solved

OSGI class library version status checker?

  • April 24, 2020
  • 1 reply
  • 5097 views

I have three separate AEM projects repositories, and two of those projects exports common different version classes to the OSGI runtime environment. Where can I check OSGI container already-installed classes and versions? Each of my AEM projects exports the same class library, but different versions.

please and thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by joerghoh

in /system/console/bundles you see all bundles, and when you click on any bundle, it will also display the exported packages including the version number.

1 reply

joerghoh
Adobe Employee
joerghohAdobe EmployeeAccepted solution
Adobe Employee
April 25, 2020

in /system/console/bundles you see all bundles, and when you click on any bundle, it will also display the exported packages including the version number.

April 25, 2020
Thank you, but is there a way for me to see all the version available in the OSGI container, for example this class? org.apache.commons.lang3. Going through each bundle can be take too much effort, no?