Site icon Arcadiy Ivanov

JBOSGi 2.4.0.Final for WildFly 9 Released!

I am pleased to announce the release of JBOSGi 2.4.0.Final for WildFly 9.

This release targets WildFly 9.0.2 but should be compatible with all WildFly 9 minor releases, and contains OSGi component upgrades and WildFly 9 integration changes.

JBOSGi 2.4.0 Component Upgrades

This release upgrades the following Apache Felix and Apache Aries components:

IMPORTANT: Since Apache Felix Web Console integration with WildFly 9 is quite insecure, this capability is disabled by default in the provided standalone-osgi.xml and should only be enabled after careful consideration.

Release Notes – Version JBossOSGI 2.4.0

Bug

Enhancement

Feature Request

Task

 

Getting the Overlay Patch or Installer

 

You can obtain JBOSGi 2.4.0.Final by a direct download via:

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

<dependency>
<groupId>org.jboss.osgi.distribution</groupId>
<artifactId>jbosgi-distribution</artifactId>
<version>2.4.0.Final</version>
<classifier>installer</classifier>
<type>jar</type>
</dependency>

or

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

or

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