From 040c098742e04a3f564a89dcf05c41d4abba857f Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Thu, 7 Jul 2016 07:40:53 -0400 Subject: [PATCH] Site updates --- src/changes/changes.xml | 4 +-- src/site/xdoc/download.xml.vm | 10 +++++-- src/site/xdoc/index.xml | 56 ++++++++++++++++++++++++++++++++++- 3 files changed, 64 insertions(+), 6 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 2c0656b9957..43fbb4ed4da 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -6,7 +6,7 @@ HAPI FHIR Changelog - + Performance has been improved for the initial FhirContext object creation by avoiding a lot of unnecessary reflection. HAPI FHIR @@ -360,7 +360,7 @@ Server parameters annotated with @Since]]> or - @CountS]]> + @Count]]> which are of a FHIR type such as IntegerDt or DateTimeType will now be set to null if the client's URL does not contain this parameter. Previously they would be populated diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm index 8e685e1d491..93880bbf7f7 100644 --- a/src/site/xdoc/download.xml.vm +++ b/src/site/xdoc/download.xml.vm @@ -20,7 +20,7 @@ hapi-fhir-structures-dstu - 1.1 - 1.5 + 1.1 - 1.6 DSTU1 0.0.82 @@ -33,7 +33,7 @@ DSTU2 1.0.0 - 1.3 - 1.5 + 1.3 - 1.6 DSTU2 1.0.2 @@ -46,7 +46,7 @@ DSTU2 1.0.0 - 1.3 - 1.5 + 1.3 - 1.6 DSTU2 1.0.2 @@ -58,6 +58,10 @@ 1.5 DSTU3 1.4.0 Snapshot (SVN 8138) + + 1.6 + DSTU3 1.4.0 Snapshot (SVN 8636) + diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index cdb1299fd85..3726243fa98 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -60,6 +60,59 @@
+

+ July 7, 2016 - HAPI FHIR 1.6 Released - + The next release of HAPI has now been uploaded to the Maven repos and + GitHub's releases section. +

+

+ This release brings a number of bugfixes and also quite a few enhancements. + As always, the changelog has the full list + of changes in this version. Among the enhancements in this release are: +

+
    +
  • Significant enhancements to FhirConetxt startup performance (especially on Android)
  • +
  • Support for STU3 terminology services in the JPA module, including support for importing SNOMED CT and LOINC
  • +
  • Update of the STU3 resources and validator to the latest snapshot
  • +
  • Plenty of bug fixes
  • +
+

+ As always, thanks to everyone who contributed to this release, either though + pull requests, bug reports, suggestions, and helping us test new features. +

+

+ Also, a few quick community notes: +

+

+ On DSTU3 naming: FMG has decided to rename the upcoming FHIR DSTU3 (draft standard + for trial use) release to STU3 (standard for trial use). In order to avoid breaking + existing software, we will NOT be renaming the hapi-fhir-structures-dstu3 module + of HAPI. We will be updating documentation on the site to reflect the new name wherever it won't be + confusing, but be aware that this is a potential source of confusion. +

+

+ On the HAPI FHIR website: Regular visitors to our site will probably already have noticed + that we recently moved the site to a new URL ( http://hapifhir.io ). + This was done mostly to help make HAPI's URL a bit easier to remember. +

+

+ On the future: For the next release, we are planning on moving away from the + javax.json (JSR 353) library in favour of using Google GSON. JSR 353 seemed like + a good choice when we started HAPI, but it has basically been abandoned and no longer seems like + a good choice (especially given the headaches it causes on Android). This hopefully means that + the next release will be able to do away with the "special" Android shade-jar releases and all of + the Gradle file gymnastics that are required in order to use them. +

+

+ As always, we welcome new contributions and contributors! Please feel free to get + in touch if you are interested in getting involved with HAPI but don't know + where to start. +

+

+ - James Agnew +

+ + +