question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Support spring-boot 2.5.0 - raises Stackoverflow Exception

See original GitHub issue

Hello 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?

  1. https://github.wdf.sap.corp/Phosphor/fosstars-data-pull-service

Regards, Manjunath

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
nenaraabcommented, Jun 8, 2021

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

0reactions
ManjunathMS35commented, Jun 9, 2021

Hi @nenaraab

You are right, it was an issue with our token.

Thanks for your support, Manjunath

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found