Re: Need help with and (OSGi-fication of TwelweMonkeys)

2023-09-21 Thread Steinar Bang
> Steinar Bang : > I now have some success: I created a DS component that listens for the > OSGi services created by Aries spyfly, from the Twelvemonkeys SPI > services, and registers the injected services with the imageio > ServiceRegistry. [snip!] > But since the spifly docs say: "Additiona

[ANN] Apache Karaf OSGi runtime 4.3.10 has been released!

2023-09-21 Thread Jean-Baptiste Onofré
The Karaf team is pleased to announce Apache Karaf OSGi runtime 4.3.10 release. This is a maintenance release, bringing fixes, new features and dependency updates: - fix race condition between the FeaturesService and FeatureDeploymentListener - fix --patch-module on Instance startup - add exec:gro

Re: Karaf 4.4.4: resolver problem with multiple versions of bouncycastle / jackson

2023-09-21 Thread Jean-Baptiste Onofré
Hi, I think you have two options: - you can blacklist from the features. - you can override the features Generally speaking, it would be great that third parties features leverage the Karaf spec features to avoid such kind of issue. I will do a pass (it's weird that our unit tests passed without

Re: Custom distribution with Maven assembly has no license

2023-09-21 Thread Andre Schlegel-Tylla
For the record. We currently manage this in our pom by using the download-maven-plugin: ... com.googlecode.maven-download-plugin download-maven-plugin ${download-maven-plugin.version} load-notice compile wget