This is a point release that contains the following backported fixes from the upcoing 5.4.0 release:
- 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. - A NullPointerException was corrected when indexing resources containing an indexed Period field that
had a start but not an end defined.