Skip to content

Commit ec69dde

Browse files
committed
Register ManagedTypes post-processor.
See #1280
1 parent c120e8f commit ec69dde

File tree

1 file changed

+5
-1
lines changed
  • spring-data-cassandra/src/main/resources/META-INF/spring

1 file changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
org.springframework.aot.hint.RuntimeHintsRegistrar=org.springframework.data.cassandra.aot.CassandraRuntimeHintsRegistrar
1+
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

Comments
 (0)