Skip to content

Commit

Permalink
Adapted test for reflection hints on proxied user classes
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoeller committed Oct 20, 2022
1 parent f6708d1 commit 5ff5553
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,8 +475,7 @@ void refreshForAotRegisterHintsForTargetOfCglibProxy() {
RuntimeHints runtimeHints = new RuntimeHints();
context.refreshForAotProcessing(runtimeHints);
assertThat(RuntimeHintsPredicates.reflection().onType(TypeReference.of(CglibConfiguration.class))
.withMemberCategories(MemberCategory.INTROSPECT_DECLARED_CONSTRUCTORS,
MemberCategory.INVOKE_DECLARED_METHODS))
.withMemberCategories(MemberCategory.INVOKE_PUBLIC_METHODS))
.accepts(runtimeHints);
}

Expand Down

0 comments on commit 5ff5553

Please sign in to comment.