Stream: hapi
Topic: HAPI FHIR Release Tomorrow
James Agnew (Nov 12 2019 at 14:02):
Hi All,
Just a quick heads-up that tomorrow is release day for our 4.1.0 (codename Jitterbug) release.
I've had this nagging feeling all week that I was forgetting something, and of course it is the fact that I completely forgot to post the details for the release webinar on the mailing list and Zulip.
The webinar will be tomorrow (Nov 13) at 10:00am Eastern Time (NA) but as always we'll be recording and will make a link available afterwards for anyone who can't make it. Sorry for the short notice!
Webinar details: https://blog.smilecdr.com/2019/11/04/hapi-fhir-smile-cdr-nov-2019-webinar/
Cheers,
James
Michael Lawley (Nov 14 2019 at 03:28):
Bug report for 4.1.0 (sorry)
org.hl7.fhir.r4.model.Constants.VERSION == "4.0.0" not "4.0.1"
Michael Lawley (Nov 14 2019 at 07:01):
actually - this one for @Grahame Grieve ?
org.hl7.fhir.r4/src/main/java/org/hl7/fhir/r4/model/Constants.java
// Generated on Thu, Dec 13, 2018 14:07+1100 for FHIR v4.0.0 public class Constants { public final static String VERSION = "4.0.0"; public final static String BUILD_ID = "e0e3caf9ba"; public final static String DATE = "Thu Dec 13 14:07:26 AEDT 2018";
Grahame Grieve (Nov 14 2019 at 08:32):
yes I committed a fix
Michael Lawley (Nov 14 2019 at 09:58):
I don't see it?
Michael Lawley (Nov 14 2019 at 09:58):
Grahame Grieve (Nov 14 2019 at 09:59):
apparently I had to push as well
Michael Lawley (Nov 14 2019 at 10:26):
Ah, got it now - looks like a hand edit, not a complete regeneration?
Michael Lawley (Nov 14 2019 at 11:35):
@James Agnew does this mean we can expect a HAPI 4.1.1 release that includes this fix?
Grahame Grieve (Nov 14 2019 at 12:07):
right. I'm not regenerating - nothing generated should have changed
Michael Lawley (Nov 14 2019 at 12:13):
I guess I don't understand the semantics re:
public final static String BUILD_ID = "e0e3caf9ba"; public final static String DATE = "Thu Dec 13 14:07:26 AEDT 2018";
Grahame Grieve (Nov 14 2019 at 12:14):
I didn't change those, no. I considered the build id and didn't know what to do with it, since there is no build id. I should have changed the date
Michael Lawley (Nov 14 2019 at 12:15):
and this will be part of 4.1.1 (no tag) or a future 4.1.2?
(sorry to push, but this is a part of a major blocker for us)
Grahame Grieve (Nov 14 2019 at 12:20):
the date?
Grahame Grieve (Nov 14 2019 at 12:20):
if you're asking about the version... that's up to @James Agnew
Michael Lawley (Nov 14 2019 at 12:21):
No - getting a new build. I see there's a v4.1.0 tag and the pom says 4.1.2-SNAPSHOT so I'm wondering about 4.1.1 vs 4.1.2
Grahame Grieve (Nov 14 2019 at 12:23):
I release snapshots as I see fit so we can roll the tooling. James is the one who releases full versions. So up to him
Michael Lawley (Nov 14 2019 at 12:24):
Thanks. We might do a local build of just org.hl7.fhir.r4 to make progress
Michael Lawley (Nov 15 2019 at 00:05):
On further digging, it seems the root of our problems is that hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml
contains 4.0.0 not 4.0.1
Grahame Grieve (Nov 15 2019 at 00:52):
@James Agnew needs to update them
Jim Steel (Dec 10 2019 at 04:00):
Bump. Can we expect a HAPI 4.1.1 any time soon to deal with patch updates to FHIR versions (FHIR 4.0.1)?
Jens Villadsen (Dec 10 2019 at 21:42):
fork -> branch -> release ;)
James Agnew (Dec 12 2019 at 14:23):
@Jim Steel is this as simple as merging https://github.com/jamesagnew/hapi-fhir/pull/1590/files and then pushing a new build, or are other changes needed?
Michael Lawley (Dec 13 2019 at 03:40):
@James Agnew also this:
...
hapi-fhir-validation-resources-r4/src/main/resources/org/hl7/fhir/r4/model/profile/profiles-resources.xml
contains 4.0.0 not 4.0.1
Last updated: Apr 12 2022 at 19:14 UTC