* Logic to do the basics
* Added configurable folders
* Scoped additional resources to - pr. IG
* Updated telemetry version
* Changed to set
* Changed PostConstruct to Component and introduced use of PartitionCondition
Added try-load of HAPI optimized dialect
* Satisfying spotless
* Reverted to default config
* Apply spotless
* Use core-provided feature
Addling the binary content as its needed for example resource inspection
* Update src/main/java/ca/uhn/fhir/jpa/starter/util/JpaHibernatePropertiesProvider.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Reverting dialect change - fit for a potential other PR
* no message
* Formatting
* Update src/main/java/ca/uhn/fhir/jpa/starter/ig/ExtendedPackageInstallationSpec.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Bad AI ... bad bad AI ...
* Formatting
* bump of feature revision flag
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Boyscouting: Docker conventions
* Boyscouting: JUnit 5 conventions ("It is generally recommended to omit the public modifier for test classes, test methods, and lifecycle methods unless there is a technical reason for doing so)"
* Boyscouting: typo in RepositoryValidationInterceptorFactoryDstu3
* Boyscouting: use List.of instead of Guava; use StandardCharsets instead of Guava; remove unused imports
---------
Co-authored-by: Gerlach, Winfried <Winfried.Gerlach@draeger.com>
* Updated Helm chart to use hapi fhir image v6.6.0
* Updated maven base image due to openjdk deprecation
* Removed superfluous app/main.war in entrypoint
* Update curlimages/curl to 8.1.2
Now it is possible to mount a folder with extra classes that are loaded
by HAPI. This makes it easy to load an interceptor JAR while using the
standard Docker image. The README explains how to use it.
Spring by default uses the WarLauncher. Now the ENTRYPOINT uses the
PropertiesLauncher, configured in such a way that it is compatible with
the WarLauncher, but adding the folder /app/extra-classes to the
loader.path.