I tried to use the new (1.13.0) versions in combination with the 1.12.1
version of the above mentioned bundle. It seems to work (using openjdk 17)
but I'm very unsure of what is happening.

In build time I use the following artifacts (version 1.13.0):

- maven-ipojo-plugin
- org.apache.felix.ipojo.manipulator (as a dependency of maven-ipojo-plugin)
- org.apache.felix.ipojo.annotations

In runtime I use:

- org.apache.felix.ipojo (version 1.12.1)
- org.apache.felix.ipojo.webconsole (version 1.7.0)

Is this the way I should use iPojo? Since iPojo 1.12.1 does not support
Java > 8, this surprises me. Am I missing something?

/Bengt


Den tis 30 jan. 2024 kl 17:29 skrev Bengt Rodehav <be...@rodehav.com>:

> I am trying to use the new iPojo version that was released a couple of
> months ago (for which I'm very thankful) but I seem to miss an artifact. I
> have had the following line in my Karaf feature descriptor:
>
> <bundle>mvn:org.apache.felix/org.apache.felix.ipojo/1.12.1</bundle>
>
> But when I now try to switch to iPojo 1.13.0, this artifact does not exist
> in version 1.13.0.
>
> Have I misunderstood this? Don't I need this artifact in the Karaf runtime?
>
> /Bengt
>

Reply via email to