CF2021 question... are bundled lib classes included with a package (e.g. spreadsheet) not available for us to create instances in our own code? In our scenario, we have code that uses POI directly. In previous versions of CF, we would just make use of what was already provided. I realize the bundled nature of OSGi in CF2021 changes that to some extent, but I was expecting if I have the relevant package installed, I'd have access to its bundled libs from the classpath. This does not seem to be the case. I assume the alternative going forward would be to include POI with our app and load it via the usual routes for adding JARs/Classes, which is fine, just caught us off guard during some testing.