Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesagnew committed Oct 19, 2017
2 parents b79dd75 + 5f5475f commit 2721755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hapi-fhir-structures-dstu2/pom.xml
Expand Up @@ -318,8 +318,8 @@
<!--
Removed in HAPI 2.4 as this isn't a real resource
<baseResourceName>supportingdocumentation</baseResourceName>
<baseResourceName>test</baseResourceName>
-->
<baseResourceName>test</baseResourceName>
<baseResourceName>testscript</baseResourceName>
<baseResourceName>user</baseResourceName>
<baseResourceName>valueset</baseResourceName>
Expand Down
Expand Up @@ -91,7 +91,6 @@ resource.Subscription=ca.uhn.fhir.model.dstu2.resource.Subscription
resource.Substance=ca.uhn.fhir.model.dstu2.resource.Substance
resource.SupplyDelivery=ca.uhn.fhir.model.dstu2.resource.SupplyDelivery
resource.SupplyRequest=ca.uhn.fhir.model.dstu2.resource.SupplyRequest
resource.Test=ca.uhn.fhir.model.dstu2.resource.Test
resource.TestScript=ca.uhn.fhir.model.dstu2.resource.TestScript
resource.User=ca.uhn.fhir.model.dstu2.resource.User
resource.ValueSet=ca.uhn.fhir.model.dstu2.resource.ValueSet
Expand Down
5 changes: 5 additions & 0 deletions src/changes/changes.xml
Expand Up @@ -130,6 +130,11 @@
resolved when validating QuestionnaireResponse answers with a type
of "choice" where the choice was bound to a ValueSet.
</action>
<action type="fix">
Remove the fake "Test" resource from DSTU2 structures. This was not
a real resource type, and caused conflicts with the .NET client. Thanks to
Vlad Ignatov for reporting!
</action>
</release>
<release version="3.0.0" date="2017-09-27">
<action type="add">
Expand Down

0 comments on commit 2721755

Please sign in to comment.