We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd28784 commit 412a780Copy full SHA for 412a780
spring-data-cassandra/src/test/java/org/springframework/data/cassandra/aot/CodeContributionAssert.java
@@ -78,7 +78,7 @@ public CodeContributionAssert doesNotContributeJdkProxyFor(Class<?> entryPoint)
78
79
private Stream<JdkProxyHint> jdkProxiesFor(Class<?> entryPoint) {
80
81
- return this.actual.getRuntimeHints().proxies().jdkProxies().filter(jdkProxyHint -> jdkProxyHint
+ return this.actual.getRuntimeHints().proxies().jdkProxyHints().filter(jdkProxyHint -> jdkProxyHint
82
.getProxiedInterfaces().get(0).getCanonicalName().equals(entryPoint.getCanonicalName()));
83
}
84
0 commit comments