[
https://issues.apache.org/jira/browse/GRIFFIN-279?focusedWorklogId=300852&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-300852
]
ASF GitHub Bot logged work on GRIFFIN-279:
------------------------------------------
Author: ASF GitHub Bot
Created on: 25/Aug/19 14:34
Start Date: 25/Aug/19 14:34
Worklog Time Spent: 10m
Work Description: ahutsunshine commented on issue #523: GRIFFIN-279
Upgrade Spring boot to 2.1.7.RELEASE
URL: https://github.com/apache/griffin/pull/523#issuecomment-524635056
@joohnnie
yes, I use 2.1.7.RELEASE. The whole project is pulled from github by `git
fetch origin pull/523/head:upgrade` and built. Also, I see service pom.xml is
2.1.7.RELEASE and all are imported and no errors in it.
```
<properties>
<hadoop.version>2.7.1</hadoop.version>
<hive.version>2.2.0</hive.version>
<scala.version>2.10</scala.version>
<spring.boot.version>2.1.7.RELEASE</spring.boot.version>
<spring.security.kerberos.version>1.0.1.RELEASE</spring.security.kerberos.version>
<confluent.version>3.2.0</confluent.version>
<quartz.version>2.2.2</quartz.version>
<start-class>org.apache.griffin.core.GriffinWebApplication</start-class>
<powermock.version>2.0.2</powermock.version>
<spring-boot-maven-plugin.version>2.1.7.RELEASE</spring-boot-maven-plugin.version>
<derby.version>10.14.1.0</derby.version>
<eclipselink.version>2.6.0</eclipselink.version>
<mysql.java.version>5.1.47</mysql.java.version>
<postgresql.version>9.4.1212.jre7</postgresql.version>
<livy.core.version>0.3.0</livy.core.version>
<elasticsearch-rest-client.version>6.2.4</elasticsearch-rest-client.version>
<jackson-databind.version>2.9.9.3</jackson-databind.version>
</properties>
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 300852)
Time Spent: 1.5h (was: 1h 20m)
> Upgrade Spring boot to 2.1.7.RELEASE
> ------------------------------------
>
> Key: GRIFFIN-279
> URL: https://issues.apache.org/jira/browse/GRIFFIN-279
> Project: Griffin
> Issue Type: Improvement
> Reporter: Johnnie
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> As spring boot 1.x is end of life Aug 1st 2019, it would be great to migrate
> to 2.1.x.
> Below is the announcement
> [https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019]
> Migrate Guide is
> [https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.0-Migration-Guide]
>
--
This message was sent by Atlassian Jira
(v8.3.2#803003)