Skip to content

Commit 03b5aeb

Browse files
committed
Merge branch 'main' into NIAD-3153-3154
2 parents 9c00747 + 9686925 commit 03b5aeb

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.3.0] - 2025-03-24
10+
911
### Fixed
1012

11-
* When mapping to `<code nullFlavor="UNK">` XML elements from an existing `CodeableConcept` the element will now contain
12-
the original text value from the DisplayExtension, if a separate text field is not provided.
13-
In the case that neither of these are present, the existing behavior of using the `code.display` element is used.
13+
* When mapping to `<code nullFlavor="UNK">` XML elements from an existing `CodeableConcept` the element will now contain the original text value from the DisplayExtension, if a separate text field is not provided. In the case that neither of these are present, the existing behavior of using the `code.display` element is used.
1414

1515
### Added
1616

17+
* Legacy codes are preserved as translations within the XML when mapping `CodeableConcepts`, when a SNOMEDCT code is provided along with additional codings for Egton, READ (v2 or v3), or EMIS drug codes. For other unknown code systems, these will not be preserved.
1718
* GP2GP Adaptor now populates the PlanStatement / confidentialityCode field when the ProcedureRequest.meta.security field contains NOPAT
1819

1920
## [2.2.2] - 2025-02-07

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
testImplementation 'org.awaitility:awaitility:4.3.0'
2323
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2424
testImplementation "org.assertj:assertj-core:3.27.3"
25-
testImplementation 'ch.qos.logback:logback-classic:1.5.17'
25+
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
2626
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.0'
2727
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.4.2'
2828

mock-mhs-adaptor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'org.springframework.boot' version '3.4.3'
2+
id 'org.springframework.boot' version '3.4.4'
33
id 'io.spring.dependency-management' version '1.1.7'
44
id 'java'
55
id "io.freefair.lombok" version "8.13"

service/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
implementation 'org.springframework.boot:spring-boot-starter-logging'
5151

5252
// Infrastructure
53-
implementation 'software.amazon.awssdk:s3:2.31.1'
54-
implementation ('com.azure:azure-storage-blob:12.29.1')
53+
implementation 'software.amazon.awssdk:s3:2.31.6'
54+
implementation ('com.azure:azure-storage-blob:12.30.0')
5555
implementation 'org.apache.qpid:qpid-jms-client:2.6.1'
5656

5757
// Utils
@@ -66,7 +66,7 @@ dependencies {
6666
// Test
6767
testImplementation 'org.springframework.boot:spring-boot-starter-test'
6868
testImplementation "org.assertj:assertj-core:3.27.3"
69-
testImplementation 'org.testcontainers:testcontainers:1.20.5'
69+
testImplementation 'org.testcontainers:testcontainers:1.20.6'
7070
testImplementation 'org.awaitility:awaitility:4.2.2'
7171
testImplementation 'org.wiremock:wiremock-standalone:3.12.1'
7272
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'

0 commit comments

Comments
 (0)