The Apache Sling team is pleased to announce the release of Apache Sling JCR Web Console Plugin version 1.0.0
Apache Sling is a web framework that uses a Java Content Repository, such as Apache Jackrabbit, to store and manage content. Sling applications use either scripts or Java servlets, selected based on simple name conventions, to process HTTP requests in a RESTful way. The JCR Web Console Plugin makes diagnostic information about the Java Content Repository available through the Felix Web Console. This release is available from http://sling.apache.org/site/downloads.cgi and Maven: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.webconsole</artifactId> <version>1.0.0</version> </dependency> Release Notes: ** Improvement * [SLING-1261] - Create a Web Console ConfigurationPrinter to output Namespace prefix/URI mappings * [SLING-1362] - JCR WebConsole Namespace printer should show if a namespace is registered globally or locally * [SLING-1707] - add a nodetype configuration printer * [SLING-1838] - Remove direct dependency to web console by using new configuration printer support * [SLING-1868] - Add bolding of declared node type info Enjoy! -The Sling team