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:
- Apache Aries JMX 1.1.1 -> 1.1.5
- Apache Aries Util 1.1.0 -> 1.1.1
- Apache Felix Config Admin 1.8.2 -> 1.8.8
- Apache Felix Event Admin 1.4.2 -> 1.4.6
- Apache Felix Metatype 1.0.10 -> 1.1.2
- Apache Felix Web Console 3.1.8 -> 4.2.14
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
- [JBOSGI-782] – VFS30 test JAR Manifests absent with JDK 1.7
- [JBOSGI-784] – Logging requires changes to bundle filter for WFLY 9
Enhancement
- [JBOSGI-783] – Update JBOSGI Parent plugins and dependencies for WFLY 9
- [JBOSGI-785] – Improve resolver logging
Feature Request
- [JBOSGI-781] – Add support for WildFly 9.0.x
Task
- [JBOSGI-787] – Prepare for 2.4.0.Final release for WildFly 9
Getting the Overlay Patch or Installer
You can obtain JBOSGi 2.4.0.Final by a direct download via:
- JBOSGI 2.4.0.Final Installer
- JBOSGi 2.4.0.Final TAR.GZ Overlay Patch
- JBOSGi 2.4.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.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>