zyro
zyro
as far as my repro sample is concerned, i can confirm the fix: https://github.com/zyro23/spring-loaded-138/commit/77b58d46a626a830cf05cc6db70b1df5a439b36e - no more error/exception/stacktrace
are you seeing this with a current 1.2.0.BUILD-SNAPSHOT? https://github.com/spring-projects/spring-loaded/commit/93f9ab4444ce25fb74f45a293423709de8db34c9 should have fixed #48
what about supporting a fqcn? `dataType = "my.package.MyClass"` `swagger-servlet` behavior for reference: ref. https://github.com/swagger-api/swagger-core/blob/v1.5.12/modules/swagger-servlet/src/main/java/io/swagger/servlet/extensions/ServletReaderExtension.java#L419
you can use spring `@Controller` beans like in a normal spring web app. on grails actions, `@RequestMapping` should not have any effect (grails does not "know" the annotation and spring...
i started to give it a shot - see the referenced commit. but at that point, i hit `java.lang.UnsupportedOperationException: Method parent not supported`: * https://github.com/micronaut-projects/micronaut-spring/blob/master/spring-context/src/main/java/io/micronaut/spring/context/env/MicronautEnvironment.java#L195 looks like there, a reverse...
hi, a note regarding grails3: @smaldini is working a lot on reactor which again is the foundation of the new grails3 grails-events plugin, which again is a _core_ plugin from...
@jfarcand atmosphere is a great solution. no doubt there. and a valid alternative to spring-websocket for everybody who prefers it. speaking for myself, having used both in Grails/Spring apps, spring-websocket...
a first step could/should be a grails plugin that just makes the spring-websocket stack useable in a grails-app. thinking of sth like - leverage @EnableWebSocketMessageBroker - see how everything fits...
you could risk a look ;) - https://github.com/zyro23/grails-spring-websocket - https://github.com/zyro23/grails-spring-websocket-sample its just a first "it does work" proof. not tested spring-security integration etc. yet but i think the sample shows...
up until now i was keeping the spring-websocket plugin in sync with the (often breaking) spring core api changes. now, with spring-4.0.0.RELEASE, my current focus is to get a stable...