-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version for the upcoming Grail 7 #74
Comments
thanks for the report. i started work on as mentioned in the readme there, grails-spring-websocket-2.7.0-RC1 will be released as soon as a grails-7.0 release(-candidate) is available. it looks like the cause of the error you are seeing with that means for now, you could try:
|
Hi @zyro23, we now have Grails 7.0.0-M1, it is a first reference release to start porting applications and plugins. Is there any chance to have an updated release of the Websocket plugin? Thank you very much, |
the 2.7.x branch is already compatible with grails-7.0.0-M1, however i am still waiting for a grails-7.0.0-RC1 before releasing a plugin release to maven central (as i currently do not have a milestone/snapshot repo available). to make sure your app works, you also could:
|
That's great, thank you for the hint! |
I've run the aplication with the
What am I missing? |
i am unable to reproduce that error with a fresh grails app (https://start.grails.org). did you clean your project ( a minimal sample app reproducing the problem would really be helpful. thank you. |
update: this is related to the looking into it. will keep you posted. |
…railsSimpAnnotationMethodMessageHandler as well (#74)
added another two feel free to pull/publish locally again and give it a spin. thank you. |
It works, thank you so much :) |
Hi @zyro23,
the work on Grails 7 is running, we are porting Dueuno Elements (https://github.com/dueuno-projects/dueuno-elements/tree/feature/grails-7) to support the new Grails version.
We use your plugin, version
2.6.0-RC1.
Do you have any plan to release an updated version working with Grails 7 (Spring Boot 3.3)?
Running the Dueuno Elements test application (
./gradlew :app-test:bootRun
) we get the following exception:The text was updated successfully, but these errors were encountered: