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
Describe the bug
After upgrading Spring Boot from version 2.7 to version 3.2, I'm running into ClassCastException: attempting to castjar:file:/app/libs/javax.ws.rs-api-2.1.1.jar!/javax/ws/rs/client/ClientBuilder.class to jar:file:/app/libs/javax.ws.rs-api-2.1.1.jar!/javax/ws/rs/client/ClientBuilder.clas exception. After searching it up, upgrading this library would solve the problem. I noticed that library was upgraded in #124 but changes were reverted with #133.
Describe the bug
After upgrading Spring Boot from version 2.7 to version 3.2, I'm running into
ClassCastException: attempting to castjar:file:/app/libs/javax.ws.rs-api-2.1.1.jar!/javax/ws/rs/client/ClientBuilder.class to jar:file:/app/libs/javax.ws.rs-api-2.1.1.jar!/javax/ws/rs/client/ClientBuilder.clas
exception. After searching it up, upgrading this library would solve the problem. I noticed that library was upgraded in #124 but changes were reverted with #133.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expecting method to return IEXTradingClient instance
The text was updated successfully, but these errors were encountered: