Files
spring-session-data-geode/spring-session-data-geode
John Blum 164dc2f0d1 Rename initGemFire() method to registerSessionSerializerBeanAlias().
Call registerSessionSerializerBeanAlias() from setImportMetadata(:AnnotationMetadata) and remove the @PostConstruct annotation.

For an unknown reason, Spring Framework 6 possibly initializes Singleton beans before Spring @Configuration classes, @PostConstruct methods are invoked.
2021-12-02 23:25:28 -08:00
..