Tags: adedayoominiyi/reflections
Tags
ref-0.10.2 (ronmamo#356) * fix npe on empty Resources store * ReflectionUtils.Methods to use getDeclaredMethods * add ReflectionUtils.Resources * add JdkTests * fragile/flaky * fix scanner index for deprecated scanners :( * deprecated scanners javadocs * JdkTests cleanup * Bump maven-javadoc-plugin from 3.1.1 to 3.3.1 (ronmamo#352) * Detect annotations during expand super types step (ronmamo#354) * Add subtypes to SubTypes store during expand super types step * Detect annotations during expandSuperType step Co-authored-by: Julian Rubin <julian.rubin@rtbhouse.com> * npe fix * ConfigurationBuilder.setParallel fluent * readme * arranged ReflectionsExpandSupertypesTest * Correct the wrong match (ronmamo#334) * Correct the wrong matc * Fetch upstream Co-authored-by: ileler <ileler@qq.com> * arranged VfsTest * minors Co-authored-by: ronma <ronma@> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Julian Rubin <rubin94@gmail.com> Co-authored-by: Julian Rubin <julian.rubin@rtbhouse.com> Co-authored-by: Kerwin Bryant <kerwin612@qq.com> Co-authored-by: ileler <ileler@qq.com>
ref-0.10.1 - fix exception, docs, ci matrix, dependabot * 0.10.1 - fix exception in JavassistHelper.getParametersAnnotations, docs * ci: Setup GitHub actions for basic PR CI (ronmamo#333) * Make the path format to be platform-compatible (ronmamo#299) * enable Dependabot v2 (ronmamo#319) * Enable automatic module name (ronmamo#308)
Reflections 0.10 refactor (ronmamo#335) Reflections 0.10 refactor
Merge pull request ronmamo#272 from ronmamo/migrate/java8 migrate to java 8. removed guava and migrated to streams api. simplified store. cleanups.