I've had a Java application that was compiled with Java 8. It was connecting to weblogic:12.2.1.4.0-dev with wlthint3client 10.3.6.0. Now my application is migrated to Java 21 and I'm getting
retrying using FixedBackOff{interval=5000, currentAttempts=67, maxAttempts=unlimited}. Cause: JndiObjectTargetSource failed to obtain new target object; nested exception is javax.naming.CommunicationException [Root exception is java.ConnectException: t3://weblogic:7001: Bootstrap to: weblogic/:7001' over: 't3' got an error or timed out]
Looking at the previous posts it looks like I need to use a newer version of the wlthint3client which is compatible with Java 21.
Can someone guide me how to find this as the only version I see on maven central is wlthint3client.