From ea84f2c377a7c8f87526ee2f8b1d0d650aea8081 Mon Sep 17 00:00:00 2001 From: jamesagnew Date: Sat, 2 Feb 2019 11:26:19 -0500 Subject: [PATCH] Version bump hibernate search --- .../src/main/java/ca/uhn/fhir/cli/BaseApp.java | 3 ++- pom.xml | 2 +- src/changes/changes.xml | 6 +++--- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/BaseApp.java b/hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/BaseApp.java index aea44721f1b..9300211a49a 100755 --- a/hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/BaseApp.java +++ b/hapi-fhir-cli/hapi-fhir-cli-api/src/main/java/ca/uhn/fhir/cli/BaseApp.java @@ -41,6 +41,7 @@ import java.util.List; import static org.fusesource.jansi.Ansi.ansi; +@SuppressWarnings("WeakerAccess") public abstract class BaseApp { private static final String STACKFILTER_PATTERN = "%xEx{full, sun.reflect, org.junit, org.eclipse, java.lang.reflect.Method, org.springframework, org.hibernate, com.sun.proxy, org.attoparser, org.thymeleaf}"; private static final String STACKFILTER_PATTERN_PROP = "log.stackfilter.pattern"; @@ -145,7 +146,7 @@ public abstract class BaseApp { protected abstract String provideCommandName(); - List provideCommands() { + protected List provideCommands() { ArrayList commands = new ArrayList<>(); commands.add(new RunServerCommand()); commands.add(new ExampleDataUploader()); diff --git a/pom.xml b/pom.xml index 384e27cf290..ac520b5bca0 100755 --- a/pom.xml +++ b/pom.xml @@ -546,7 +546,7 @@ 5.4.1.Final - 5.11.0.Final + 5.11.1.Final 5.5.5 5.4.1.Final 4.4.6 diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de5f6508cc1..d0ead7299aa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -9,8 +9,8 @@ HAPI FHIR is now built using OpenJDK 11. Users are recommended to upgrade to this version - of Java if this is feasible. We are not yet dropping support for Java 8 (aka 1.8), although - we may do so in an upcoming release. + of Java if this is feasible. We are not yet dropping support for Java 8 (aka 1.8), but + users are recommended to upgrade if possible. The version of a few dependencies have been bumped to the @@ -20,7 +20,7 @@
  • Spring (JPA): 5.0.8.RELEASE -> 5.1.3.RELEASE
  • Spring-Data (JPA): 2.0.7.RELEASE -> 2.1.3.RELEASE
  • Hibernate-Core (JPA): 5.3.6.FINAL -> 5.4.1.FINAL
  • -
  • Hibernate-Search (JPA): 5.10.3.FINAL -> 5.11.0.FINAL
  • +
  • Hibernate-Search (JPA): 5.10.3.FINAL -> 5.11.1.FINAL
  • Thymeleaf (JPA): 3.0.9.RELEASE -> 3.0.11.RELEASE
  • thymeleaf-spring4 (Testpage Overlay) has been replaced with thymeleaf-spring5
  • Commons-Lang3: 3.8 -> 3.8.1