2572 - Add master Branch changes related to backport of fix for #2171… (#2574)
* 2572 - Add master Branch changes related to backport of fix for #2171 for new 5.3.3 release. * 2572 - Added some missing changelog folders for the v5.3.1 and v5.3.2 releases. * 2572 - Added a missing backport changelog entry for the v5.3.1 release. * 2572 - Added a missing VersionEnum entry for the V5_3_1 release.
This commit is contained in:
parent
987264b271
commit
0246e7dd0e
hapi-fhir-base/src/main/java/ca/uhn/fhir/util
hapi-fhir-docs/src/main/resources/ca/uhn/hapi/fhir/changelog
|
@ -68,7 +68,9 @@ public enum VersionEnum {
|
|||
V5_2_0,
|
||||
V5_2_1,
|
||||
V5_3_0,
|
||||
V5_3_1,
|
||||
V5_3_2,
|
||||
V5_3_3,
|
||||
V5_4_0,
|
||||
;
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2021-03-11"
|
||||
codename: "Odyssey"
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2021-04-14"
|
||||
codename: "Odyssey"
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
release-date: "2021-04-26"
|
||||
codename: "Odyssey"
|
|
@ -4,3 +4,4 @@ issue: 2407
|
|||
title: "When using the JPA server in partitioned mode with a partition interceptor, the interceptor is now called even for
|
||||
resource types that can not be placed in a non-default partition (e.g. SearchParameter, CodeSystem, etc.). The interceptor
|
||||
may return null or default in this case, but can include a non-null partition date if needed."
|
||||
backport: 5.3.1
|
||||
|
|
|
@ -3,3 +3,4 @@ type: fix
|
|||
issue: 2417
|
||||
title: "A NullPointerException was corrected when indexing resources containing an indexed Period field that
|
||||
had a start but not an end defined."
|
||||
backport: 5.3.3
|
||||
|
|
Loading…
Reference in New Issue