The Apache Sling team is pleased to announce the release of Apache Sling JCR Resource Resolver 2.3.10
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. This bundle provides the JCR based ResourceResolver. http://sling.apache.org/documentation/the-sling-engine/mappings-for-resource-resolution.html This release is available from http://sling.apache.org/site/downloads.cgi Building from verified sources is recommended, but convenience binaries are also available via Maven: <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.resource</artifactId> <version>2.3.10</version> </dependency> Release Notes: Bug [SLING-3955] - Warnings in OakResourceListener should be logged as debug Improvement [SLING-3991] - Support Password Change Upon Expiry Via SimpleCredentials Attribute Enjoy! -The Sling team
