I am pleased to announce the release of JBOSGi 2.5.0.Final for WildFly 10.
This release targets WildFly 10.0.0, and contains WildFly 10-related integration changes.
Release Notes – Version JBossOSGI 2.5.0
Enhancement
- [JBOSGI-788] – Support WildFly 10 model
- [JBOSGI-791] – Synchronize standalone config with 10 and exclude new batch subsystem
Feature Request
- [JBOSGI-786] – Add support for WildFly 10.0.x
Task
- [JBOSGI-769] – Reenable tests once WFLY on VFS > 3.2.9.Final
- [JBOSGI-790] – Javadoc lint must be disabled everywhere
Getting the Overlay Patch or Installer
You can obtain JBOSGi 2.5.0.Final by a direct download via:
- JBOSGI 2.5.0.Final Installer
- JBOSGi 2.5.0.Final TAR.GZ Overlay Patch
- JBOSGi 2.5.0.Final ZIP Overlay Patch
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.5.0.Final</version> <classifier>installer</classifier> <type>jar</type> </dependency>
or
<dependency> <groupId>org.jboss.osgi</groupId> <artifactId>jbosgi-wildfly-build</artifactId> <version>2.5.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.5.0.Final</version> <classifier>patch</classifier> <type>zip</type> </dependency>