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
java.lang.IllegalStateException: Too many recursive interceptor actions after switching to quarkus-rest-client from quarkus-rest-reactive-client
#45662
Open
skthodoris opened this issue
Jan 16, 2025
· 4 comments
Describe the bug
0
This issue occured after switching from Quarkus 3.11.2 to 3.17.6 and from quarkus-rest-reactive-client to quarkus-rest-client.
My quarkus app builds successfully but i get the aforementioned error after it starts. I have pushed a reproducer here:
https://github.com/skthodoris/TSPublic/tree/main/Backend/Quarkus/Bugs/quarkus-rest-client-recursion-bug
Expected behavior
The app should start normally after building successfully.
Actual behavior
The following error occurs:
Configuration validation failed:
java.lang.IllegalStateException: Too many recursive interceptor actions
How to Reproduce?
Try running this app:
https://github.com/skthodoris/TSPublic/tree/main/Backend/Quarkus/Bugs/quarkus-rest-client-recursion-bug
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
I have also posted this issue here:
https://stackoverflow.com/questions/79360818/java-lang-illegalstateexception-too-many-recursive-interceptor-actions-after-sw?noredirect=1#comment139951753_79360818
The text was updated successfully, but these errors were encountered: