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
In order to activate open tracing on WebSphere liberty microprofile an additional feature must be installed before final JAR is packaged.
For that this section is required in the maven file:
In order to activate open tracing on WebSphere liberty microprofile an additional feature must be installed before final JAR is packaged.
For that this section is required in the maven file:
There is a newer version of zipkin feature (1.1) which can also be used.
The problem is in the packaging part of WebSphere liberty maven plugin. It does not include the downloaded extension fold in the final JAR file.
Maven plugin actually calls WebSphere server to do the packaging.
A fix from IBM is required.
The text was updated successfully, but these errors were encountered: