admin-starter-springboot
admin-starter-springboot copied to clipboard
https://adminfaces.github.io/admin-starter
Internationalization as described in [Internationalization](https://adminfaces.github.io/docs/1.0.0/index.html#internationalization) does not work. Note that my application does have application.properties on `/src/main/resources`. When I put a messages file like admin_pt_BR.properties in the resources folder nothing...
It would be great if the project supports Primefaces 8.0. @rmpestano What are your thoughts on this?
Hello, i have this error: `java.lang.IllegalArgumentException: Unable to create WebResourceSet from [C:\Users\Yehia%20Azanki\.m2\repository\org\glassfish\javax.faces\2.3.4\javax.faces-2.3.4.jar] at org.apache.catalina.webresources.StandardRoot.createWebResourceSet(StandardRoot.java:419) ~[tomcat-embed-core-8.5.34.jar:8.5.34] at org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener.addClasspathResourceSets(JsfTomcatApplicationListener.java:194) ~[joinfaces-autoconfigure-3.2.6.jar:3.2.6] at org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener.onApplicationEvent(JsfTomcatApplicationListener.java:163) ~[joinfaces-autoconfigure-3.2.6.jar:3.2.6] at org.joinfaces.autoconfigure.tomcat.JsfTomcatApplicationListener.onApplicationEvent(JsfTomcatApplicationListener.java:41) ~[joinfaces-autoconfigure-3.2.6.jar:3.2.6] at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:172) ~[spring-context-5.0.10.RELEASE.jar:5.0.10.RELEASE] at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:165) ~[spring-context-5.0.10.RELEASE.jar:5.0.10.RELEASE]...
Admin-faces WAR Deployment in Wild-fly failed, however same POM works fine without admin-faces: log file attached [pom.txt](https://github.com/adminfaces/admin-starter-springboot/files/3992610/pom.txt) [server.log](https://github.com/adminfaces/admin-starter-springboot/files/3992611/server.log) I've tried this one, but no use https://stackoverflow.com/questions/52709747/update-to-spring-5-1-java-lang-noclassdeffounderror-org-springframework-http
How can we enable [Spring Boot Admin](https://github.com/codecentric/spring-boot-admin) endpoints like `/actuator`? In the fresh project all endpoints are handled by JSF. Thanks!
When the menu has more items than can be seen, slimcroll initializes only when one of the menus is expanded 
in this example i get an "err_too_many_redirects" error. Different browsers were also used. Opera:  Microsoft Edge:  Port is 8080: 
Create a docker image and push to docker hub. Also add a simple script to build and start the container locally as we have in [admin-starter-persistence](https://github.com/adminfaces/admin-starter-persistence/blob/master/build-and-run.sh).