Changelog update for new structures
This commit is contained in:
parent
7d62064dc0
commit
a1acd7525e
|
@ -25,10 +25,29 @@
|
||||||
<li>commons-lang3 (Core): 3.8.1 -> 3.9</li>
|
<li>commons-lang3 (Core): 3.8.1 -> 3.9</li>
|
||||||
<li>commons-text (Core): 1.6 -> 1.7</li>
|
<li>commons-text (Core): 1.6 -> 1.7</li>
|
||||||
<li>Guava (JPA): 27.1-jre -> 28.0-jre</li>
|
<li>Guava (JPA): 27.1-jre -> 28.0-jre</li>
|
||||||
<li>
|
|
||||||
</ul>
|
</ul>
|
||||||
]]>
|
]]>
|
||||||
</action>
|
</action>
|
||||||
|
<action type="change">
|
||||||
|
<![CDATA[
|
||||||
|
<b>Breaking Change</b>:
|
||||||
|
The HL7.org DSTU2 structures (and <i>ONLY</i> the HL7.org DSTU2 structures) have been
|
||||||
|
moved to a new package. Where they were previously found in
|
||||||
|
<code>org.hl7.fhir.instance.model</code>
|
||||||
|
they are now found in
|
||||||
|
<code>org.hl7.fhir.dstu2.model</code>. This was done in order to complete the harmonization
|
||||||
|
between the
|
||||||
|
<a href="https://github.com/jamesagnew/hapi-fhir">HAPI FHIR</a>
|
||||||
|
GitHub repository and the
|
||||||
|
<a href="https://github.com/hapifhir/org.hl7.fhir.core/">org.hl7.fhir.core</a>
|
||||||
|
GitHub repository. This is the kind of change we don't make lightly, as we do know that it
|
||||||
|
will be annoying for users of the existing library. It is a change however that will allow us
|
||||||
|
to apply validator fixes much more quickly, and will greatly reduce the amount of effort
|
||||||
|
required to keep up with R5 changes as they come out, so we're hoping it is worth it.
|
||||||
|
Note that no classes are removed, they have only been moved, so it should be fairly straightforward
|
||||||
|
to migrate existing code with an IDE.
|
||||||
|
]]>
|
||||||
|
</action>
|
||||||
<action type="change">
|
<action type="change">
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
<b>Breaking Change</b>:
|
<b>Breaking Change</b>:
|
||||||
|
|
Loading…
Reference in New Issue