Reflections Versions Save

Java runtime metadata analysis

0.10.2

2 years ago

reflections-0.10.2

0.10.1

2 years ago

reflections-0.10.1

  • 0.10.1 - fix exception in JavassistHelper.getParametersAnnotations, docs
  • ci: Setup GitHub actions for basic PR CI (#333)
  • Make the path format to be platform-compatible (#299)
  • enable Dependabot v2 (#319)
  • Enable automatic module name (#308)

known issue https://github.com/ronmamo/reflections/issues/351: deprecated scanners are using wrong index name :( which results in empty query results. will be solved in next release. workaround/solution: migrate to the new Scanners

0.10

2 years ago

reflections-0.10 refactor

known issue #337: annotation not marked with Retention(RUNTIME) will be excluded because of an exception