Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rel 7 4 mb 20241018 #6385

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
13e2d41
use SearchParamater validator in package installer (#6112)
mrdnctrk Jul 16, 2024
e3b749e
Ensure ' ' is treated as '+' in timezones with offsets. (#6115)
lukedegruchy Jul 16, 2024
55734e6
Use lockless mode when adding index on Azure Sql server (#6100)
michaelabuckley Jul 17, 2024
9860511
make consent service dont call willSeeResource on children if parent …
mrdnctrk Jul 23, 2024
33b766c
fix hfj search migration task (#6143)
jdar8 Jul 23, 2024
a70d28a
Enhance migration for MSSQL to change the collation for HFJ_RESOURCE.…
lukedegruchy Jul 25, 2024
2c6b3e8
Common API for FHIR Data Access (#6141)
JPercival Jul 25, 2024
2275eba
Add path value to _id search parameter and other missing search param…
jmarchionatto Jul 25, 2024
b9f202d
update to online (#6157)
TipzCM Jul 25, 2024
13ae273
SEARCH_UUID should be non-null (#6165)
michaelabuckley Jul 26, 2024
10eaad3
Handle 400 and 404 codes returned by remote terminology operation. (#…
codeforgreen Jul 26, 2024
e5a8fc2
fix concepts with no display element for $apply-codesystem-delta-add …
mrdnctrk Jul 26, 2024
8af711e
allow transaction with update conditional urls (#6155)
TipzCM Jul 26, 2024
6dff992
Revert "Add path value to _id search parameter and other missing sear…
epeartree Jul 30, 2024
7e75ad2
7 2 2 mb (#6160)
longma1 Jul 31, 2024
c32784e
Patient validate operation with remote terminology service enabled re…
volodymyr-korzh Jul 31, 2024
76fab69
- Changing method accessibility from default to public to allow metho…
epeartree Jul 31, 2024
c2d4a2a
applying Taha Attari's fix on branch merging to rel_7_4 (#6177)
epeartree Jul 31, 2024
d32433e
Automated Migration Testing (HAPI-FHIR) V7_4_0 (#6170)
volodymyr-korzh Jul 31, 2024
8384325
To provide the target resource partitionId and partitionDate in the r…
epeartree Aug 1, 2024
b70e4d2
applying patch (#6190)
epeartree Aug 4, 2024
c426109
cve for 08 release (#6197)
longma1 Aug 7, 2024
016d859
Search param path missing for _id param (#6175)
jmarchionatto Aug 7, 2024
d5fbdaf
Reverting to core fhir-test-cases 1.1.14; (#6194)
epeartree Aug 7, 2024
7a5bdee
Fix $reindex job with custom partition interceptor based on resource …
codeforgreen Aug 7, 2024
c53458b
6188 subscription not marked as a cross partition subscription matche…
epeartree Aug 7, 2024
eba2d45
Resolve 6173 - Log unhandled Exceptions in RestfulServer (#6176) (#6205)
tadgh Aug 8, 2024
a894779
Partition aware transactions (#6167)
jamesagnew Aug 9, 2024
9e0efca
Add license header
jamesagnew Aug 9, 2024
fa04ad6
Attempt fix for npe (#6213)
tadgh Aug 13, 2024
71e9af6
Version bump
tadgh Aug 19, 2024
1b006bb
Updating version to: 7.4.1 post release.
markiantorno Aug 19, 2024
a76c141
Backport for 7.4.2 (#6303)
jdar8 Sep 23, 2024
01f7a7a
Updating version to: 7.4.3 post release.
markiantorno Sep 27, 2024
1ad2d8b
Backport for 7.4.3 (#6322)
volodymyr-korzh Sep 27, 2024
9d84d7c
merge conflicts
volodymyr-korzh Sep 27, 2024
c4b9540
conflicts
tadgh Sep 30, 2024
70770f2
Updating version to: 7.4.4 post release.
markiantorno Sep 30, 2024
c018285
bumping fhir core version (#6364)
TipzCM Oct 11, 2024
b911ec7
Fix up folders, rewrite changelog
tadgh Oct 15, 2024
8fc5274
Add support for response parameter issues for `validate-code` operati…
codeforgreen Oct 16, 2024
402fa9d
Backport info
tadgh Oct 16, 2024
15559ff
Merge branch 'rel_7_4' into rel_7_4_mb_20241018
tadgh Oct 18, 2024
5a5c4fc
resolution
tadgh Oct 18, 2024
af86ca7
bad merge
tadgh Oct 18, 2024
2b6951b
wip
tadgh Oct 18, 2024
f4be15b
spotless
tadgh Oct 18, 2024
ab7dc9e
duplicate changelog
tadgh Oct 18, 2024
699257b
bad merges
tadgh Oct 18, 2024
92f0802
Fix NPE
tadgh Oct 18, 2024
8c51ec4
Test failure
tadgh Oct 18, 2024
69f2dd3
Merge branch 'master' into rel_7_4_mb_20241018
tadgh Oct 19, 2024
511498d
wip
tadgh Oct 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ public enum VersionEnum {
V7_4_1,
V7_4_2,
V7_4_3,
V7_4_4,

V7_5_0,
V7_6_0;
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
type: fix
issue: 6363
title: "This release updates the org.hl7.fhir core dependency up to 6.3.23, in order to patch [CVE-2024-45294](https://nvd.nist.gov/vuln/detail/CVE-2024-45294)."
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
release-date: "2024-10-17"
codename: "Copernicus"
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
type: fix
issue: 6359
backport: 7.4.4
title: "After upgrading org.hl7.fhir.core from 6.1.2.2 to 6.3.11, the $validate-code operation stopped returning an
error for invalid codes using remote terminology. This has been fixed."
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
type: add
issue: 6359
backport: 7.4.4
title: "Remote Terminology validation has been enhanced to support output parameter `issues` for the $validate-code
operation."
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,8 @@ private boolean isValidResourceStatusForPackageUpload(IBaseResource theResource)
return (statusTypes.get(0).getValueAsString().equals("requested"));
case "DocumentReference":
case "Communication":
return (!statusTypes.get(0).getValueAsString().equals("?"));
return (statusTypes.get(0).isEmpty()
|| !statusTypes.get(0).getValueAsString().equals("?"));
default:
return (statusTypes.get(0).getValueAsString().equals("active"));
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

import static org.assertj.core.api.Assertions.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;

public class FhirSearchDaoR4Test extends BaseJpaR4Test implements IR4SearchIndexTests {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import static org.assertj.core.api.Assertions.assertThat;
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
public class ReindexTaskWithPartitioningTest extends BaseJpaR4Test {

@Autowired
private IJobCoordinator myJobCoordinator;

Expand Down
Loading