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
  • 5099 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 26, 2020
Thank you, I guess reviewing each bundle's export configuration is the only way. I will take a look at the servlet approach. And No, I do not want to store all exported versions of all bundles where I want to view all the exported classes and each of their versions in a nice visual way.