Skip to content
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

Upgrade to Spring boot 2.3.4 #440

Closed
iperminov opened this issue Oct 26, 2020 · 1 comment · Fixed by #442
Closed

Upgrade to Spring boot 2.3.4 #440

iperminov opened this issue Oct 26, 2020 · 1 comment · Fixed by #442
Assignees
Labels
enhancement A feature request or improvement
Milestone

Comments

@iperminov
Copy link

The problem

gRPC Spring boot starter currently depends on Spring boot 2.3.3. Unfortunately, Spring boot 2.3.3 contains a memory problem on Java 11+: spring-projects/spring-boot#22998 (full description in spring-projects/spring-boot#22991). This problem has been fixed in Spring boot 2.3.4.

The solution

Please, upgrade gRPC Spring boot starter to Spring boot 2.3.4.

@iperminov iperminov added the enhancement A feature request or improvement label Oct 26, 2020
@ST-DDT
Copy link
Collaborator

ST-DDT commented Oct 26, 2020

Thank you for reporting this issue to us, we will be fixing this issue with our next release.
In the meantime you can overwrite the used spring-boot version by including the latest spring-boot bom.

@ST-DDT ST-DDT self-assigned this Oct 26, 2020
@ST-DDT ST-DDT added this to the 2.11.0 milestone Oct 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request or improvement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants