AlexGreg
AlexGreg
closes #106
also aslagle/reactive-table is a good alternative
Did not find SecurityContext in HttpSession xxxx using the SPRING_SECURITY_CONTEXT session attribute
this is happening to me too
same for me..I solved it by adding to `reflect-config.json` ``` [ { "name": "org.springframework.retry.support.RetryTemplate", "allDeclaredFields": true, "allDeclaredMethods": true, "allDeclaredConstructors": true }, { "name": "org.springframework.cloud.config.client.RetryTemplateFactory", "allDeclaredMethods": true, "allDeclaredConstructors": true } ]...