zyro

Results 33 comments of zyro

i just released a `2.6.0-RC1` from branch `2.6.x`: https://github.com/zyro23/grails-spring-websocket/tree/2.6.x breaking changes: * the maven group id has changed to `io.github.zyro23` due to changes in the plugin release process * maybe...

`2.6.x` has been merged into `main`

i think primevue 3.53.0 is affected as well. i dropped a comment on the pull-request asking for a backport to v3 (https://github.com/primefaces/primevue/pull/6207#issuecomment-2294948334). thanks!

i do not think this is a problem with `stomp.js` nor with `closure-compiler` but with `asset-pipeline-gradle` that pulls an old closure compiler version. ref: https://github.com/bertramdev/asset-pipeline/blob/rel-4.4.0/asset-pipeline-gradle/build.gradle#L41 i was able to reproduce...

nice. thanks. then i guess the stomp.js issue you created can be closed? i will amend the readme with this workaround until there is an asset-pipeline update available.

id prefer to keep this issue open until an asset-pipeline update is available and the workaround is no longer necessary. but stomp-js/stompjs#634 can be closed? thank you.

but i think thats exactly the point - we want to have `spring-boot-starter-data-rest` for rest repositories alongside spring-data's web support (i.e. `@EnableSpringDataWebSupport`/`PageSerializationMode.VIA_DTO`, preferably auto-configured) for custom (non-rest) repositories. our current...

any update on this one? what i am currently seeing with a unique constraint like this (grails-3.3.9/gorm-6.1.11): ``` myOneToOneAssociatedEntity unique: ["mySimpleProperty1", "mySimpleProperty2"] ``` * from the various unique constraints this...

i was thinking about a `grails-wrapper.properties`, similar to `gradle-wrapper.jar` / `gradle-wrapper.properties`.