SLING-7134 - Script execution order is not deterministic on Java 9

* re-added the ordinal comparison in WeightedResource
* changed comparator from org.apache.sling.servlets.resolver.internal.helper.AbstractResourceCollector#getServlets
to first check the extensions for sorting (if existing), then the actual sorting order of the WeightedResources
if the extensions are the same
3 files changed
tree: 77a320d36aea9c62099727a41472a827a01e1e2c
  1. src/
  2. .gitignore
  3. LICENSE
  4. pom.xml
  5. README.md
README.md

Apache Sling Servlet Resolver

This module is part of the Apache Sling project.

Bundle implementing the Sling API ServletResolver.