You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: