From 8f02bd734ea4594ad6b93184d36a612637aede1e Mon Sep 17 00:00:00 2001 From: James Agnew Date: Thu, 23 Oct 2014 10:58:15 -0400 Subject: [PATCH] Docs for release 0.7 --- hapi-fhir-base/src/changes/changes.xml | 12 ++++---- hapi-fhir-base/src/site/xdoc/download.xml.vm | 30 ++++++++++++++++++++ hapi-fhir-base/src/site/xdoc/index.xml | 14 +++++++++ 3 files changed, 50 insertions(+), 6 deletions(-) diff --git a/hapi-fhir-base/src/changes/changes.xml b/hapi-fhir-base/src/changes/changes.xml index 538153516c6..8c3c247e64f 100644 --- a/hapi-fhir-base/src/changes/changes.xml +++ b/hapi-fhir-base/src/changes/changes.xml @@ -13,6 +13,12 @@ tags will no longer accept duplicate tags, but that tag order will still be preserved. Thanks to Bill de Beaubien for reporting! + + Server was incorrectly including contained resources being returned as both contained resources, and as + top-level resources in the returned bundle for search operations. + Thanks to Bill de Beaubien for reporting! This also fixes Issue #20, thanks to + lephty for reporting! + Documentation fixes @@ -106,12 +112,6 @@ Documentation on contained resources contained a typo and did not actually produce contained resources. Thanks to David Hay of Orion Health for reporting! - - Server was incorrectly including contained resources being returned as both contained resources, and as - top-level resources in the returned bundle for search operations. - Thanks to Bill de Beaubien for reporting! This also fixes Issue #20, thanks to - lephty for reporting! - Add a Vagrant]]> diff --git a/hapi-fhir-base/src/site/xdoc/download.xml.vm b/hapi-fhir-base/src/site/xdoc/download.xml.vm index 0dd3c5e2c46..4414ada9ab0 100644 --- a/hapi-fhir-base/src/site/xdoc/download.xml.vm +++ b/hapi-fhir-base/src/site/xdoc/download.xml.vm @@ -85,6 +85,36 @@ System.setProperty("javax.xml.stream.XMLEventFactory", "com.ctc.wstx.stax.WstxEv + + +

+ If you are using the + Schematron Validatioon + module, you will also need to include the Phloc library on your + classpath. +

+

+ If you are using Maven, this library is not added by default (it is + marked as an optional dependency) since not all applications need Schematron + support. As a result you will need to manually add the following + dependencies to your project POM.xml +

+ + com.phloc + phloc-schematron + ${phloc_schematron_version} + true + + + com.phloc + phloc-commons + ${phloc_commons_version} + true +]]> + +
+ + diff --git a/hapi-fhir-base/src/site/xdoc/index.xml b/hapi-fhir-base/src/site/xdoc/index.xml index e3953bb25d1..887e4e06282 100644 --- a/hapi-fhir-base/src/site/xdoc/index.xml +++ b/hapi-fhir-base/src/site/xdoc/index.xml @@ -39,6 +39,20 @@
+

+ Oct 22, 2014 - HAPI FHIR 0.7 Released - A new build has been uploaded, + containing a number of new features and bug fixes. See the changelog + for a complete list of what has changed. Of particular note, the way + that contained resources are automatically serialized has been adjusted. This was + technically a bugfix, as the previous version was often repeating encoded + resources as top-level resources in returned bundles, but it is possible that + implementations have been relying on this b + the TagList + class has been switched from a List to a Set based on discussion +
+ - James Agnew +

+

Sep 8, 2014 - HAPI FHIR 0.6 Released - A new build has been uploaded, containing a number of new features and bug fixes. See the changelog