Site icon Arcadiy Ivanov

JBOSGi 2.3.1.Final for WildFly 8.2.x Released

Announcing the release of JBOSGi 2.3.1.Final for WildFly 8.2.x.

This release contains stability improvements, enhances operating system compatibility and increases integration with WildFly module system.

Release Notes – Version JBossOSGI 2.3.1

Bug

Enhancement

Task

Getting the Overlay Patch

You can download either as a JBOSGI 2.3.1.Final TAR.GZ Patch or as a JBOSGI 2.3.1.Final ZIP Patch

You can also get the same patches via Maven from JBoss Releases Repository:

<dependency>
    <groupId>org.jboss.osgi</groupId>
    <artifactId>jbosgi-wildfly-build</artifactId>
    <version>2.3.1.Final</version>
    <classifier>patch</classifier>
    <type>tar.gz</type>
</dependency>

or

<dependency>
    <groupId>org.jboss.osgi</groupId>
    <artifactId>jbosgi-wildfly-build</artifactId>
    <version>2.3.1.Final</version>
    <classifier>patch</classifier>
    <type>zip</type>
</dependency>
Exit mobile version