Support spring-boot 2.5.0 - raises Stackoverflow Exception
See original GitHub issueHello Colleagues,
One of our service [1.] is updated it to the spring boot latest version 2.5.0, after this it started failing with test errors associated to StackOverflow
and AuthenticationService
of xsuaa.
We use the latest version of xsuaa Spring boot starter, that is 2.8.13.
Could you please let me know if xsuaa Spring boot starter supports Spring boot 2.5.0?
Regards, Manjunath
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Upgraded spring boot from 2.1.9 to 2.2.0 , now getting ...
In short, issue is due to spring cloud and spring boot version incompatibility, spring boot 2.2.X requires Hoxton release train instead of ...
Read more >Preparing for Spring Boot 3.0
You can raise issues at github.com/spring-projects/spring-boot/issues (make sure you tell us the version of Spring Boot that you're using).
Read more >The StackOverflowError in Java - Baeldung
In this article, we'll see how this error can occur by looking at a variety of code examples as well as how we...
Read more >Configuration property for Cassandra's control queries timeout ...
I am using spring boot 2.5.0.M3 . Below are my properties -. spring.data.cassandra.contact-points=xxxx spring.data.cassandra ...
Read more >StackOverFlow Error: Causes and Solutions - DZone
This code is a good pointer to start debugging and fixing the issue. In the above example, it's the a() method. 2. Increase...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @ManjunathMS35 this issue was solved with version 2.9.0 - I’m sure!
See also here: https://github.com/SAP/cloud-security-xsuaa-integration/commit/9713812ddbc8cb353188725b9067a651eb252952#diff-04c5f5d176fd874ace3186f77472dee216d0367d70c53f5489fd5d3feaa8a641L258 XsuaaToken.hasClaim method was deleted.
Please delete your local .m2/repository/com/sap/cloud/security folder and rebuild your application. The exception shouldn’t appear any longer.
Kind regards, Nena
Hi @nenaraab
You are right, it was an issue with our token.
Thanks for your support, Manjunath