Version bump hibernate search

This commit is contained in:
jamesagnew 2019-02-02 11:26:19 -05:00
parent 9280cde491
commit ea84f2c377
3 changed files with 6 additions and 5 deletions

View File

@ -41,6 +41,7 @@ import java.util.List;
import static org.fusesource.jansi.Ansi.ansi; import static org.fusesource.jansi.Ansi.ansi;
@SuppressWarnings("WeakerAccess")
public abstract class BaseApp { 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 = "%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"; private static final String STACKFILTER_PATTERN_PROP = "log.stackfilter.pattern";
@ -145,7 +146,7 @@ public abstract class BaseApp {
protected abstract String provideCommandName(); protected abstract String provideCommandName();
List<BaseCommand> provideCommands() { protected List<BaseCommand> provideCommands() {
ArrayList<BaseCommand> commands = new ArrayList<>(); ArrayList<BaseCommand> commands = new ArrayList<>();
commands.add(new RunServerCommand()); commands.add(new RunServerCommand());
commands.add(new ExampleDataUploader()); commands.add(new ExampleDataUploader());

View File

@ -546,7 +546,7 @@
<!--<hibernate_version>5.2.10.Final</hibernate_version>--> <!--<hibernate_version>5.2.10.Final</hibernate_version>-->
<hibernate_version>5.4.1.Final</hibernate_version> <hibernate_version>5.4.1.Final</hibernate_version>
<!-- Update lucene version when you update hibernate-search version --> <!-- Update lucene version when you update hibernate-search version -->
<hibernate_search_version>5.11.0.Final</hibernate_search_version> <hibernate_search_version>5.11.1.Final</hibernate_search_version>
<lucene_version>5.5.5</lucene_version> <lucene_version>5.5.5</lucene_version>
<hibernate_validator_version>5.4.1.Final</hibernate_validator_version> <hibernate_validator_version>5.4.1.Final</hibernate_validator_version>
<httpcore_version>4.4.6</httpcore_version> <httpcore_version>4.4.6</httpcore_version>

View File

@ -9,8 +9,8 @@
<release version="3.7.0" date="TBD" description="Gale"> <release version="3.7.0" date="TBD" description="Gale">
<action type="add"> <action type="add">
HAPI FHIR is now built using OpenJDK 11. Users are recommended to upgrade to this version 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 of Java if this is feasible. We are not yet dropping support for Java 8 (aka 1.8), but
we may do so in an upcoming release. users are recommended to upgrade if possible.
</action> </action>
<action type="add"> <action type="add">
The version of a few dependencies have been bumped to the The version of a few dependencies have been bumped to the
@ -20,7 +20,7 @@
<li>Spring (JPA): 5.0.8.RELEASE -&gt; 5.1.3.RELEASE</li> <li>Spring (JPA): 5.0.8.RELEASE -&gt; 5.1.3.RELEASE</li>
<li>Spring-Data (JPA): 2.0.7.RELEASE -&gt; 2.1.3.RELEASE</li> <li>Spring-Data (JPA): 2.0.7.RELEASE -&gt; 2.1.3.RELEASE</li>
<li>Hibernate-Core (JPA): 5.3.6.FINAL -&gt; 5.4.1.FINAL</li> <li>Hibernate-Core (JPA): 5.3.6.FINAL -&gt; 5.4.1.FINAL</li>
<li>Hibernate-Search (JPA): 5.10.3.FINAL -&gt; 5.11.0.FINAL</li> <li>Hibernate-Search (JPA): 5.10.3.FINAL -&gt; 5.11.1.FINAL</li>
<li>Thymeleaf (JPA): 3.0.9.RELEASE -&gt; 3.0.11.RELEASE</li> <li>Thymeleaf (JPA): 3.0.9.RELEASE -&gt; 3.0.11.RELEASE</li>
<li>thymeleaf-spring4 (Testpage Overlay) has been replaced with thymeleaf-spring5</li> <li>thymeleaf-spring4 (Testpage Overlay) has been replaced with thymeleaf-spring5</li>
<li>Commons-Lang3: 3.8 -&gt; 3.8.1</li> <li>Commons-Lang3: 3.8 -&gt; 3.8.1</li>