Allow storage of Conformance resources in JPA
This commit is contained in:
parent
08633066c6
commit
7217458681
|
@ -73,20 +73,17 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.thymeleaf</groupId>
|
<groupId>org.thymeleaf</groupId>
|
||||||
<artifactId>thymeleaf</artifactId>
|
<artifactId>thymeleaf</artifactId>
|
||||||
<version>${thymeleaf-version}</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.phloc</groupId>
|
<groupId>com.phloc</groupId>
|
||||||
<artifactId>phloc-schematron</artifactId>
|
<artifactId>phloc-schematron</artifactId>
|
||||||
<version>${phloc_schematron_version}</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.phloc</groupId>
|
<groupId>com.phloc</groupId>
|
||||||
<artifactId>phloc-commons</artifactId>
|
<artifactId>phloc-commons</artifactId>
|
||||||
<version>${phloc_commons_version}</version>
|
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
@ -400,7 +397,6 @@
|
||||||
<targetResourceSpringBeansFile>hapi-fhir-server-resourceproviders-dstu2.xml</targetResourceSpringBeansFile>
|
<targetResourceSpringBeansFile>hapi-fhir-server-resourceproviders-dstu2.xml</targetResourceSpringBeansFile>
|
||||||
<baseResourceNames></baseResourceNames>
|
<baseResourceNames></baseResourceNames>
|
||||||
<excludeResourceNames>
|
<excludeResourceNames>
|
||||||
<excludeResourceName>Conformance</excludeResourceName>
|
|
||||||
<excludeResourceName>OperationDefinition</excludeResourceName>
|
<excludeResourceName>OperationDefinition</excludeResourceName>
|
||||||
<excludeResourceName>OperationOutcome</excludeResourceName>
|
<excludeResourceName>OperationOutcome</excludeResourceName>
|
||||||
</excludeResourceNames>
|
</excludeResourceNames>
|
||||||
|
|
|
@ -168,6 +168,10 @@
|
||||||
Invalid/unexpected attributes found when parsing composite elements
|
Invalid/unexpected attributes found when parsing composite elements
|
||||||
should be logged or reported to the parser error handler
|
should be logged or reported to the parser error handler
|
||||||
</action>
|
</action>
|
||||||
|
<action type="add">
|
||||||
|
JPA server can now store Conformance resources, per a request
|
||||||
|
from David Hay
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="1.1" date="2015-07-13">
|
<release version="1.1" date="2015-07-13">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
|
Loading…
Reference in New Issue