We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c120e8f commit ec69ddeCopy full SHA for ec69dde
spring-data-cassandra/src/main/resources/META-INF/spring/aot.factories
@@ -1 +1,5 @@
1
-org.springframework.aot.hint.RuntimeHintsRegistrar=org.springframework.data.cassandra.aot.CassandraRuntimeHintsRegistrar
+org.springframework.aot.hint.RuntimeHintsRegistrar=\
2
+ org.springframework.data.cassandra.aot.CassandraRuntimeHintsRegistrar
3
+
4
+org.springframework.beans.factory.aot.BeanRegistrationAotProcessor=\
5
+ org.springframework.data.aot.ManagedTypesBeanRegistrationAotProcessor
0 commit comments