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
I have a project in which I use the REST-Client to fetch data from an external system.
I also wrote a custom logging interceptor to get some logging on the outgoing request and incoming response from that client.
This worked flawlessly in the past but since the upgrade to quarkus 3.25.0 I get a "BlockingNotAllowedException".
I attached an example that works without any issue on 3.24.5 but not on 3.25.0
Expected behavior
Application should work in 3.25.0 the same way as in 3.24.5