admin-starter-springboot icon indicating copy to clipboard operation
admin-starter-springboot copied to clipboard

https://adminfaces.github.io/admin-starter

Results 9 admin-starter-springboot issues
Sort by recently updated
recently updated
newest added

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 ![Sin título](https://user-images.githubusercontent.com/12514121/66760069-f9691880-ee66-11e9-86ec-dd02bb76a74f.png)

in this example i get an "err_too_many_redirects" error. Different browsers were also used. Opera: ![image](https://user-images.githubusercontent.com/50794830/57980472-8761e400-7a2c-11e9-82ae-f1d3e407659f.png) Microsoft Edge: ![image](https://user-images.githubusercontent.com/50794830/57980488-9ea0d180-7a2c-11e9-98a7-193a60898664.png) Port is 8080: ![image](https://user-images.githubusercontent.com/50794830/57980521-f63f3d00-7a2c-11e9-994f-e50e80ee42e4.png)

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).