Skip to content

Commit

Permalink
Rel 5 6 3 mergeback (hapifhir#3519)
Browse files Browse the repository at this point in the history
* 3138 externalized binary packages (hapifhir#3139)

* Add test and impl

* Add changelog

* Fix test

* Update hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog/5_6_0/3138-support-externalized-binaries.yaml

* add beans to test configs

* Typo

* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/IBinaryStorageSvc.java

Co-authored-by: michaelabuckley <[email protected]>

* Update hapi-fhir-jpaserver-base/src/main/java/ca/uhn/fhir/jpa/binstore/NullBinaryStorageSvcImpl.java

Co-authored-by: michaelabuckley <[email protected]>

Co-authored-by: Kevin Dougan SmileCDR <[email protected]>
Co-authored-by: michaelabuckley <[email protected]>

* 3131 - Added support for the lookup operation in the Remote Terminology code (hapifhir#3134)

* Remove leading underscores from identifiers (hapifhir#3146)

* Version bump

* License files

* version.yaml

* Add executeRawSql() method to Migrator (hapifhir#3183)

* Add implementation, add test

* Add javadoc

* Add another helper function

* Bump version

* 3153 update unknowncodesystemwarningvallidationsupport to have configurable severities (hapifhir#3155)

* 3153 updating the unknowncodesystemwarningvalidationsupport class

* 3153 updating version for smile

* 3153 update broken tests

* 3153 adding log

* 3153 cleanup

* 3153 cleanup

Co-authored-by: leif stawnyczy <[email protected]>

* Add backport info

* Avoid creating ResourcePersistentId for placeholder resources with null ID (hapifhir#3158)

* Add check before mapping storage ID to resource ID in TransactionDetails.

* Add change log.

* Changed to instead prevent creation of ResourcePersistentId with null ID value.

* Changed to instead prevent ResourcePersistentId being created with null resource ID.

Co-authored-by: ianmarshall <[email protected]>

* Fix bug loading packages in non-database mode (hapifhir#3199)

* Add implementation

* Add changelog

* Add backports

* 3164 updating code review points (hapifhir#3165)

* 3164 updating code review points

* 3164 updating code review points

Co-authored-by: leif stawnyczy <[email protected]>

* Add executeRawSqlStub (hapifhir#3203)

Co-authored-by: Joanne Mendoza <[email protected]>

* Add new version

* begin with failing test

* fix bug

* change log

* change log

* Add backport informationm

* begin with failing test

* fix issue

* change log

* code review

* Add backport info. Add folder

* fixed

* Add test

* Update test

* Add backport info

* Bump minor version

* 3170 language portion of language code is case insensitive (hapifhir#3171)

* 3170 language portion of language code is case insensitive

* 3170 adding changelog

* 3170 house keeping

Co-authored-by: leif stawnyczy <[email protected]>

* Add backport info:

* Add version enum

* Bump hapi version to 5.6.3

* Add version enum

* Add changelog folder and version.yaml

* Patch vulnerability, add changelog

* Add new version

* Remove test

Co-authored-by: Kevin Dougan SmileCDR <[email protected]>
Co-authored-by: michaelabuckley <[email protected]>
Co-authored-by: TipzCM <[email protected]>
Co-authored-by: leif stawnyczy <[email protected]>
Co-authored-by: IanMMarshall <[email protected]>
Co-authored-by: ianmarshall <[email protected]>
Co-authored-by: Joanne Mendoza <[email protected]>
Co-authored-by: Joanne Mendoza <[email protected]>
Co-authored-by: Ken Stevens <[email protected]>
Co-authored-by: katie_smilecdr <[email protected]>
  • Loading branch information
11 people authored and jvitrifork committed Apr 19, 2022
1 parent a287f46 commit 4057d87
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ public enum VersionEnum {
V5_6_0,
V5_6_1,
V5_6_2,
V5_6_3,
V5_7_0,
V5_7_1,
V6_0_0
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
type: security
issue: 3514
title: "Bump Spring Core dependency to remove Spring4Shell vulnerability."
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
release-date: "2022-03-31"
codename: "Raccoon"

0 comments on commit 4057d87

Please sign in to comment.