SLING-8205 - Stop using Class.getField() in order to avoid throwing NoSuchFieldException

* iterate through Class.getFields; this can still throw an IllegalAccessException,
but less likely than the previous approach - closes #3
1 file changed
tree: 1ea9cfdfd50ce2aa018ecc011de1f6d14556a027
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. README.md
README.md

Build Status Test Status Maven Central JavaDocsLicense scripting

Apache Sling Scripting HTL Runtime

This module is part of the Apache Sling project.

The Apache Sling Scripting HTL Runtime provides support for executing HTL Java compiled units produced by the org.apache.sling.scripting.sightly.compiler.java module.