FHIR Chat · github issues with validator_cli.jar · implementers

Stream: implementers

Topic: github issues with validator_cli.jar


view this post on Zulip Ken Sinn (Feb 07 2022 at 19:44):

Anyone having issues grabbing the latest validator?
https://github.com/hapifhir/org.hl7.fhir.core/releases/latest/download/validator_cli.jar currently redirects to https://github.com/hapifhir/org.hl7.fhir.core/releases/download/5.6.30/validator_cli.jar, resulting in a Page Not Found.
The main hapi github indicates that the latest snapshot of validator_cli is v5.2.18-SNAPSHOT.
Any ideas?

view this post on Zulip Grahame Grieve (Feb 07 2022 at 20:33):

@David Otasek

view this post on Zulip David Otasek (Feb 07 2022 at 20:36):

Looking into it. I can see a failure in the pipeline for that step.

view this post on Zulip David Otasek (Feb 07 2022 at 21:12):

Found the issue. This step happened out of order for some reason, and was trying to release the latest snapshot jar. I'll see if there's a way to explicitly set it to the correct version.

@Ken Sinn Try now.

view this post on Zulip Ken Sinn (Feb 08 2022 at 14:40):

Thanks David, successfully grabbing 5.6.30 validator_cli.jar now!

view this post on Zulip David Simons (Feb 14 2022 at 09:23):

https://github.com/hapifhir/org.hl7.fhir.core/releases/download/5.6.32/validator_cli.jar
145 2022-02-14 09:07:58 ERROR 404: Not Found.

is the .jar no longer published with a release?
(we use https://github.com/hapifhir/org.hl7.fhir.core/releases/latest/download/validator_cli.jar)

view this post on Zulip Grahame Grieve (Feb 14 2022 at 12:52):

it certainly should be

view this post on Zulip Grahame Grieve (Feb 14 2022 at 12:52):

but @David Otasek something has gone wrong again....

view this post on Zulip Grahame Grieve (Feb 14 2022 at 12:54):

2022-02-14T07:04:01.2518680Z curl: Can't open '/home/vsts/work/r1/a/org.hl7.fhir.core/org.hl7.fhir.validation.cli/target/org.hl7.fhir.validation.cli-5.6.32.jar'!

view this post on Zulip David Otasek (Feb 14 2022 at 14:12):

I'll check if it's the same issue as last time. If it is, I think I know a long-term fix.

view this post on Zulip David Otasek (Feb 14 2022 at 14:33):

It was indeed the same issue as before.

I've updated 5.6.32, and the fix should now work for all subsequent releases.

view this post on Zulip Cees de Jonge (Feb 16 2022 at 09:52):

Latest release of validator seems to be published without validator_cli.jar
https://github.com/hapifhir/org.hl7.fhir.core/releases/download/5.6.34/validator_cli.jar

view this post on Zulip Grahame Grieve (Feb 16 2022 at 09:58):

indeed it's a pipeline error - @David Otasek will fix it in a few hours

view this post on Zulip David Otasek (Feb 16 2022 at 15:24):

@Cees de Jonge it should be fixed now. Sorry that it continued to be a problem; I made an error and didn't apply the fix to all builds.


Last updated: Apr 12 2022 at 19:14 UTC