뉴스/소식

Apache Felix Web Console 2.0.0 릴리즈

노안돼지 2009. 10. 5. 09:58

The Felix team is pleased to announce the release of Apache Felix Web Console version 2.0.0.

The Apache Felix Web Console is a Web Based Management Console for OSGi Frameworks. See http://felix.apache.org/apache-felix-web-console.html for more information on the Apache Felix Web Console.

The major theme of this release is support for branding (FELIX-1015).
Another important aspect is that plugins do not need to extend from AbstractWebConsolePlugin anymore to have the common header and footer rendered (FELIX-1013).

This release is available from
http://felix.apache.org/site/downloads.cgi and Maven:

 <dependency>
   <groupId>org.apache.felix</groupId>
   <artifactId>org.apache.felix.webconsole</artifactId>
   <version>2.0.0</version>
 </dependency>

Release Notes:

Enjoy!
-The Felix team