zyro23 / grails-spring-websocket

93 stars 28 forks source link

Is there any support for Grails 6.x? #72

Open vsachinv opened 5 months ago

vsachinv commented 5 months ago

@zyro23 Any plan to upgrade the plugin for Grails 6.x?

zyro23 commented 5 months ago

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:

note that using spring-websocket directly is a viable (and arguably preferred) alternative to this plugin, ref.:

gsartori commented 3 months ago

Thank you, we use your plugin to update the UI from connected industrial machines (Serial ports and sockets over RJ45). True, we can use Spring directly, but it's also true that your plugin works just out of the box and it's simple to use.

BTW, would you mind merging the latest release to the "main" branch so visitors can see the plugin is maintained? Actually it looks like it is not.

vsachinv commented 3 months ago

@zyro23 Thanks fir the update and support. Will try to use the same