SLING-8116 minor changes

removed unused import from ValueMap, removed NotNull annotation from
CompositeValueMap to match prior implementation. And verified that jre
was set to version 8. Which was done to support default methods.
2 files changed
tree: 6a1e99e556e77bca9960285f8682b45fe33bef03
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Build Status Test Status Maven Central JavaDocs License

Apache Sling API

This module is part of the Apache Sling project.

The Sling API defines an extension to the Servlet API 3.0 to provide access to content and unified access to request parameters hiding the differences between the different methods of transferring parameters from client to server. Note that the Sling API bundle does not include the Servlet API but instead requires the API to be provided by the Servlet container in which the Sling framework is running or by another bundle.