Skip to content

Commit

Permalink
#427: some small dependency updates, update changes.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Ohr committed Mar 12, 2024
1 parent fdefefe commit 140cca8
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 12 deletions.
4 changes: 4 additions & 0 deletions commons/ihe/fhir/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-validation</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
Expand Down
12 changes: 11 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<camel-version>3.21.4</camel-version>
<cxf-version>3.6.2</cxf-version>
<commons-io-version>2.15.1</commons-io-version>
<commons-compress-version>1.26.1</commons-compress-version>
<equinox-app.version>1.3.200-v20130910-1609</equinox-app.version>
<equinox-common.version>3.6.200-v20130402-1505</equinox-common.version>
<gazelle-hl7v3-jar-version>1.3.7</gazelle-hl7v3-jar-version>
Expand All @@ -36,7 +37,7 @@
<velocity-version>2.3</velocity-version>
<vertx-version>4.5.1</vertx-version>
<vibur-version>25.0</vibur-version>
<woodstox-version>6.5.1</woodstox-version>
<woodstox-version>6.6.1</woodstox-version>
<xmlsec-version>2.3.4</xmlsec-version>
<!-- hapi-fhir already require jackson 2.15 while spring-boot is on 2.13 -->
<jackson-version>2.15.3</jackson-version>
Expand Down Expand Up @@ -116,6 +117,10 @@
<groupId>net.sourceforge.plantuml</groupId>
<artifactId>plantuml-mit</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down Expand Up @@ -159,6 +164,11 @@
<artifactId>woodstox-core</artifactId>
<version>${woodstox-version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons-compress-version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down
34 changes: 23 additions & 11 deletions src/site/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,19 @@
<author email="[email protected]">Christian Ohr</author>
</properties>
<body>
<release version="4.8.0" description="IPF 4.8.0" date="tbd">
<release version="4.8.0" description="IPF 4.8.0" date="14 Mar 2024">
<action issue="444" dev="ohr" type="fix">
Fix type in translation from HL7v3 to HL7v2 of deceasedIndicator
</action>
<action issue="442" dev="stanojevic-boris" type="add">
Add support for a non-standard urn:elga-bes:AssociationType:NonVersioningUpdate AssociationType
</action>
<action issue="441" dev="ohr" type="update">
Add support for rendering CXi in XDS according to CP-ITI-1292
</action>
<action issue="441" dev="qligier" type="fix">
Fix incorrect validation of XDS RegistryError.location
</action>
<action issue="437" dev="stanojevic-boris" type="add">
Implement the new SimplifiedPublish ITI-105 Component
</action>
Expand All @@ -33,6 +45,9 @@
<action issue="434" dev="thopap" type="fix">
Fix missing objectType attribute for XML element classification (for SubmissionSet and Folder)
</action>
<action issue="433" dev="stanojevic-boris" type="add">
Add support for IHE BALP
</action>
<action issue="431" dev="unixoid" type="fix">
Fix error handling in CH:PPQ-2
</action>
Expand Down Expand Up @@ -74,23 +89,20 @@
</action>
</release>
<release version="4.7.0" description="IPF 4.7.0" date="10 Jul 2023">
<action issue="413" dev="zortx233" type="fix">
Properly populate PurposeOfUse attribute in audit records of some HL7v3-based transactions
</action>
<action issue="415" dev="unixoid" type="fix">
Avoid NPE when transforming XDS classifications without schemas
</action>
<action issue="417" dev="unixoid" type="fix">
Better validation for unique IDs of XDS Document Entries, Submission Sets, and Folders
<action issue="420" dev="ohr" type="fix">
PDQm/PIXm translation improvements
</action>
<action issue="419" dev="unixoid" type="fix">
Fixed the 'user is requestor' flag in ATNA records
</action>
<action issue="418" dev="thopap" type="update">
Dependency Updates (Important: Camel 3.20->3.21, CXF 3.5->3.6, Hapi 6.4->6.6)
</action>
<action issue="420" dev="ohr" type="fix">
PDQm/PIXm translation improvements
<action issue="417" dev="unixoid" type="fix">
Better validation for unique IDs of XDS Document Entries, Submission Sets, and Folders
</action>
<action issue="415" dev="unixoid" type="fix">
Avoid NPE when transforming XDS classifications without schemas
</action>
</release>
<release version="4.6.0" description="IPF 4.6.0" date="21 Apr 2023">
Expand Down

0 comments on commit 140cca8

Please sign in to comment.