Hi, i am using the joinfaces adminfaces-starter dependency for my project.
When running as spring boot jar with embedded tomcat everything works fine.
When using war deployment i am facing a NullPointerException in the AdminFilter because the AdminConfig could not be injected.
Any idea?