You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
It seems there's missed @Order(Ordered.HIGHEST_PRECEDENCE) on springBootSessionRepositoryCustomizer in RedisSessionConfiguration.IndexedRedisSessionConfiguration. The default customizer is always applied after my custom one and I cannot control this over @Order annotation on my bean.
Spring Boot 3.1.2.