Describe the bug
When partitioning is enabled in the JPAServer Starter project and a package is installed using PackageInstallationSpec.InstallModeEnum.STORE_AND_INSTALL, the following error occurs:
HAPI-1286: Error installing IG de.basisprofil.r4#1.5.4: ca.uhn.fhir.rest.server.exceptions.InternalErrorException: HAPI-1315: System call is attempting to write a non-partitionable resource to a partition! This is a bug!
This issue occurs because the partition is not populated during the package installation process, leading to the error when attempting to write a non-partitionable resource to a partition.
This is caused by a issue in hapi-fhir:
hapifhir/hapi-fhir#7375