Results 7 issues of Matouš Kučera

Tag f:display is used in scaffolding. Opening some scaffolded view with one-to-many relationship having thousands of relations loads everything from database. This usually breaks the server. I know I can...

enhancement
help wanted

Throws exception: java.lang.IllegalArgumentException: Don't know how to encode [Ljava.lang.Byte;@165d86f1 as a byte stream The problem is using Byte[] instead of byte[] https://github.com/jgritman/httpbuilder/blob/master/src/main/java/groovyx/net/http/EncoderRegistry.java#L130

For some reason Spring Security requires this pattern `/actuator:actuatordashboard/**` to be enabled for an admin role. I found out by enabling logging for spring security: ``` 2018-04-18 09:03:22,272 TRACE grails.plugin.springsecurity.web.access.intercept.AnnotationFilterInvocationDefinition...

Grails: 3.3.8 Grails Melody Plugin: 1.72.0 Having two data sources defined in `application.yml` I see only quartz (not the default one) sql queries in monitoring console. Interestingly enough on localhost...

It seems that rabbitmq connection is not started before BootStrap as it throws an exemption: ``` java.lang.IllegalStateException: connection '879392ab-01d6-4b60-84b6-b8dabf156973' is not active at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at...

It is not possible to define `consumer.autoAck` in `application.yml` as it requires enum and yaml can serve only string and numbers. I would suggest to provide enum full name in...