Hi David,

Yes, the OSGi API is publicly available for everyone and picked up by the
build process from here:
https://oss.sonatype.org/content/repositories/osgi/org/osgi/org.osgi.util.converter/1.0.0-SNAPSHOT

There is some history of snapshots but I think older ones are automatically
deleted after some time.

If, for some reason, you need an older one, and you still have a Felix
Converter .jar file that worked with that one, you can actually find that
the jar file embeds the OSGi API as well. This is automatically done by the
build process.
The Felix Converter snapshots are pushed here:
https://repository.apache.org/content/groups/snapshots/org/apache/felix/org.apache.felix.converter/0.1.0-SNAPSHOT

In any case, it might be better to migrate to the new API :)

Cheers,

David

On 3 April 2017 at 09:09, David Leangen <[email protected]> wrote:

>
> Hi,
>
> > I hope that's not the case.  It definitely does not make sense to push
> code
> > for an implementation where the api itself is not accessible ;-)
>
> The API is accessible. The problem is that it is not the correct version,
> and I don’t have access (as far as I know) to the previous version, which
> is the one I need to revert to.
>
> The current version and the previous version are both exposed as:
>
>         <dependency>
>             <groupId>org.osgi</groupId>
>             <artifactId>org.osgi.util.converter</artifactId>
>             <version>1.0.0-SNAPSHOT</version>
>         </dependency>
>
> Same version number, but different content.
>
> As I said, I could be wrong, but that is my current conclusion based on
> the behaviour I am seeing.
>
>
> Cheers,
> =David
>
>

Reply via email to