-
Notifications
You must be signed in to change notification settings - Fork 434
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade spring Boot to 3.0 #326
Comments
Have you tried the latest with spring boot 3.0 app? Which error do you get? |
For a very basic example using spring boot 3.0 and io.github.lognet:grpc-spring-boot-starter:4.9.0 i am did not get any issues. |
|
FWIW, I attempted to update my 2.7.x project to 3.0 this week and found that I could get the service to start, but that the GrpcServer didn't appear to start. I didn't see any errors, it just seemed like the server didn't start. I didn't notice any errors in the logs, but I'll check again tomorrow and post here. I'm wondering if this issue/workaround in a separate spring boot starter for grpc project might be related? https://github.com/yidongnan/grpc-spring-boot-starter/pull/775#issuecomment-1329023335 |
I can give specific errors as I find them. The first is SocketUtils is replaced with TestSocketUtils, so trying to write GRPC tests results in:
|
Please try with latest |
I think there are some dependencies in
|
@ceckhardt, would you please add |
Here is my config
|
I can confirm all my gRPC spring boot 3 tests are now working with |
I can also confirm this |
|
The text was updated successfully, but these errors were encountered: