-
Bug
-
Resolution: Done
-
Major
-
27.0.0.Alpha5
-
None
Due to a required updated of okhttp3, Jaeger Thrift over HTTP support requires kotlin-stdlib. You can see this in action by starting an instance of WildFly 27 Alpha 5:
```
$ JAEGER_ENDPOINT=http://localhost:14268 wildfly/bin/standalone.sh -c standalone-microprofile.xml
```
then deploy an OpenTracing application, at which point you will see the deployment fail with a CNFE.
The fix for this is to add the Kotlin standard library as a module to WildFly.
NOTE
The current version of okhttp3 (4.9.2) requires okio 2.8.0, but we ship 1.17.5. Version 4.9.2 is required, but it will not work with the older version of okio, so that will need to be updated as well under another JIRA.
- is depended on by
-
WFLY-17024 Update okio to 2.8.0
- Closed