Merge remote-tracking branch 'origin/master' into issue-2534-new-tx-pointcut
This commit is contained in:
commit
798e960bb8
|
@ -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