]
James Perkins updated WFLY-12984:
---------------------------------
Git Pull Request:
OpenTracing TCK fails due to Maven Central banning insecure
connections
-----------------------------------------------------------------------
Key: WFLY-12984
URL:
https://issues.redhat.com/browse/WFLY-12984
Project: WildFly
Issue Type: Task
Components: MP OpenTracing, Test Suite
Reporter: James Perkins
Assignee: James Perkins
Priority: Critical
Fix For: 19.0.0.Beta1
The Microprofile OpenTracing TCK fails as it uses the Shrinkwrap resolver to download
dependencies. For currently unknown reasons this doesn't seem to honor the
{{maven.repo.xxx}} properties or activated profiles. Some research needs to be done in
order to figure out why this is.
The workaround is to temporarily override the Shrinkwrap Resolver and use 3.1.4 which has
a fix for the hard-coded http to https fix. See
https://github.com/shrinkwrap/resolver/pull/115.