Karaf 4.4.5 bouncycastle dependency bug

2024-03-20 Thread Anthony Wood
Hi, There seems to be a mismatch between the requirements of sshd-osgi 2.11.0 (via the ‘ssh’ feature) and the version of bouncycastle in Karaf 4.4.5, which is 1.75: sshd-osgi 2.11.0 imports: org.bouncycastle.asn1.pkcs {version=[1.76,2), resolution:=optional}

Re: Show reverse depends of a bundle on console

2023-08-15 Thread Anthony Wood
Hi Paul, I am looking for a way to find which bundles are importing packages from a *given* bundle. In karaf 2.x, if I have a bundle dependency network in which both bundles 1 and 2 import a package exported from bundle 3, this command shows me exactly which bundles depend on 3 (i.e., 1 and

Show reverse depends of a bundle on console

2023-08-11 Thread Anthony Wood
In karaf 2.x, I would often use ‘exports -i $id’ to show the “reverse dependencies” of the bundle, i.e., what other bundles are wired to it by imports. I cannot find the equivalent in karat 4.4. Has this functionality been lost? Thanks, Anthony