FHIR Chat · Warning when a new build starts · committers

Stream: committers

Topic: Warning when a new build starts


view this post on Zulip Vassil Peytchev (Apr 28 2020 at 15:34):

I am seeing the following warning, not sure if it is something HAPI needs to fix, or is it local to my version of Ivy (Using Java 11):

[ivy:resolve] :: resolving dependencies :: org.hl7.fhir#tools;working@ubuntu [not transitive]
[ivy:resolve]   confs: [default]
[ivy:resolve]   found ca.uhn.hapi.fhir#hapi-fhir-base;3.7.0-SNAPSHOT in maven-snapshots
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by org.apache.ivy.util.url.IvyAuthenticator (file:/Work/FHIR/fhir/ivy/ivy.jar) to field java.net.Authenticator.theAuthenticator
WARNING: Please consider reporting this to the maintainers of org.apache.ivy.util.url.IvyAuthenticator
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[ivy:resolve]   found ca.uhn.hapi.fhir#org.hl7.fhir.utilities;4.2.20-SNAPSHOT in maven-snapshots

view this post on Zulip Khalid Shahin (Apr 28 2020 at 16:10):

Vassil, do you get the same warning for ucum-1.0 snapshot?

view this post on Zulip Vassil Peytchev (Apr 28 2020 at 16:13):

No, that's the only place I get that warning.

view this post on Zulip Khalid Shahin (Apr 28 2020 at 16:14):

And the build eventually succeeds, or does it fail?

view this post on Zulip Vassil Peytchev (Apr 28 2020 at 16:17):

It succeeds. I don't think this is related to your build issue, that one sounds like you might be having issues with accessing Maven.

view this post on Zulip Vassil Peytchev (Apr 28 2020 at 16:37):

Or maybe it is related? I forgot to mention the Java version - Ubuntu 18.04 is locked on LTS versions, so I have Java 11 installed.

view this post on Zulip David Pyke (Apr 28 2020 at 16:52):

THat warning is a nuisance and is due to issues with Ivy, not the FHIR source. It can be safely ignored

view this post on Zulip Vassil Peytchev (Apr 28 2020 at 16:58):

Ah, and it is fixed in an upcoming release: https://issues.apache.org/jira/browse/IVY-1569


Last updated: Apr 12 2022 at 19:14 UTC