Skip to content

Commit

Permalink
Site updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Jul 7, 2016
1 parent 8156abf commit 040c098
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>HAPI FHIR Changelog</title>
</properties>
<body>
<release version="1.6" date="TBD">
<release version="1.6" date="2016-07-07">
<action type="fix">
Performance has been improved for the initial FhirContext
object creation by avoiding a lot of unnecessary reflection. HAPI FHIR
Expand Down Expand Up @@ -360,7 +360,7 @@
Server parameters annotated with
<![CDATA[<code>@Since</code>]]>
or
<![CDATA[<code>@CountS</code>]]>
<![CDATA[<code>@Count</code>]]>
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
Expand Down
10 changes: 7 additions & 3 deletions src/site/xdoc/download.xml.vm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<tbody>
<tr>
<td rowspan="1">hapi-fhir-structures-dstu</td>
<td>1.1 - 1.5</td>
<td>1.1 - 1.6</td>
<td><a href="http://www.hl7.org/fhir/DSTU1/index.html">DSTU1 0.0.82</a></td>
</tr>
<tr>
Expand All @@ -33,7 +33,7 @@
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td>
</tr>
<tr>
<td>1.3 - 1.5</td>
<td>1.3 - 1.6</td>
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td>
</tr>
<tr>
Expand All @@ -46,7 +46,7 @@
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.0</a></td>
</tr>
<tr>
<td>1.3 - 1.5</td>
<td>1.3 - 1.6</td>
<td><a href="http://hl7.org/fhir/2015Sep/index.html">DSTU2 1.0.2</a></td>
</tr>
<tr>
Expand All @@ -58,6 +58,10 @@
<td>1.5</td>
<td><a href="http://hl7-fhir.github.io/">DSTU3 1.4.0 Snapshot</a> (SVN 8138)</td>
</tr>
<tr>
<td>1.6</td>
<td><a href="http://hl7-fhir.github.io/">DSTU3 1.4.0 Snapshot</a> (SVN 8636)</td>
</tr>
</tbody>
</table>

Expand Down
56 changes: 55 additions & 1 deletion src/site/xdoc/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,59 @@
</section>

<section name="Announcements">
<p>
<b>July 7, 2016 - HAPI FHIR 1.6 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
GitHub's releases section.
</p>
<p>
This release brings a number of bugfixes and also quite a few enhancements.
As always, the <a href="./changes-report.html">changelog</a> has the full list
of changes in this version. Among the enhancements in this release are:
</p>
<ul>
<li>Significant enhancements to FhirConetxt startup performance (especially on Android)</li>
<li>Support for STU3 terminology services in the JPA module, including support for importing SNOMED CT and LOINC</li>
<li>Update of the STU3 resources and validator to the latest snapshot</li>
<li>Plenty of bug fixes</li>
</ul>
<p>
As always, thanks to everyone who contributed to this release, either though
pull requests, bug reports, suggestions, and helping us test new features.
</p>
<p>
Also, a few quick community notes:
</p>
<p>
<b>On DSTU3 naming:</b> FMG has decided to rename the upcoming FHIR <code>DSTU3</code> (draft standard
for trial use) release to <code>STU3</code> (standard for trial use). In order to avoid breaking
existing software, we will <b>NOT</b> be renaming the <code>hapi-fhir-structures-dstu3</code> 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.
</p>
<p>
<b>On the HAPI FHIR website: </b> Regular visitors to our site will probably already have noticed
that we recently moved the site to a new URL ( <a href="http://hapifhir.io">http://hapifhir.io</a> ).
This was done mostly to help make HAPI's URL a bit easier to remember.
</p>
<p>
<b>On the future: </b> For the next release, we are planning on moving away from the
<code>javax.json</code> (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.
</p>
<p>
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.
</p>
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>

<!--
<p>
<b>April 20, 2016 - HAPI FHIR 1.5 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
Expand Down Expand Up @@ -103,7 +156,8 @@
<p>
- <a href="https://github.com/jamesagnew/">James Agnew</a>
</p>
<!--
-->
<!--
<p>
<b>February 4, 2016 - HAPI FHIR 1.4 Released</b> -
The next release of HAPI has now been uploaded to the Maven repos and
Expand Down

0 comments on commit 040c098

Please sign in to comment.