[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107198#comment-16107198
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

Github user asfgit closed the pull request at:

https://github.com/apache/flink/pull/4398


> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-31 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16107067#comment-16107067
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

Github user zentol commented on the issue:

https://github.com/apache/flink/pull/4398
  
I've created JIRAs for addressing the issues you found.

Will merge this.


> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16105542#comment-16105542
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

Github user greghogan commented on the issue:

https://github.com/apache/flink/pull/4398
  
+1 to merge

We can also simplify setting the garbage collector in 
`flink-dist/src/main/flink-bin/bin/taskmanager.sh` and including the 
`flink-connector-elasticsearch5` module in `flink-connectors/pom.xml`.


> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-28 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16104835#comment-16104835
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

Github user zentol commented on the issue:

https://github.com/apache/flink/pull/4398
  
@greghogan Nice catch, i completely forgot about possible references in the 
docs. I modified the files you mentioned.


> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-27 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16102970#comment-16102970
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

Github user greghogan commented on the issue:

https://github.com/apache/flink/pull/4398
  
Also need to update the documentation.

$ grep -lir "java 7" docs/
docs//quickstart/java_api_quickstart.md
docs//quickstart/scala_api_quickstart.md
docs//quickstart/setup_quickstart.md
docs//setup/building.md


> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-26 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16101396#comment-16101396
 ] 

ASF GitHub Bot commented on FLINK-7249:
---

GitHub user zentol opened a pull request:

https://github.com/apache/flink/pull/4398

[FLINK-7249] [build] Bump java.version property to 1.8

This PR is based on #4388 .

It bumps the java.version property used by the maven-compiler-plugin and 
quickstarts to 1.8 .

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/zentol/flink 7249

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/flink/pull/4398.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #4398


commit 3aa97b9d0ede97f04fd33a24c8c8776cc96551fb
Author: zentol 
Date:   2017-07-24T10:34:17Z

[FLINK-7247] [travis] Replace java 7 build profiles

commit 52729e7148668505e5c57dd6872898f38c96b03e
Author: zentol 
Date:   2017-07-24T11:13:34Z

[FLINK-7249] [build] Bump java.version property to 1.8




> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-24 Thread Stephan Ewen (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16098425#comment-16098425
 ] 

Stephan Ewen commented on FLINK-7249:
-

I think so, yes. It should be referenced in a few more places, like the enforce 
plugin or so...

> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (FLINK-7249) Bump Java version in build plugin

2017-07-24 Thread Chesnay Schepler (JIRA)

[ 
https://issues.apache.org/jira/browse/FLINK-7249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16098219#comment-16098219
 ] 

Chesnay Schepler commented on FLINK-7249:
-

[~StephanEwen] Is this about the {{java.version}} property that the 
{{maven-compiler-plugin}} is using?

> Bump Java version in build plugin
> -
>
> Key: FLINK-7249
> URL: https://issues.apache.org/jira/browse/FLINK-7249
> Project: Flink
>  Issue Type: Sub-task
>  Components: Build System
>Reporter: Stephan Ewen
> Fix For: 1.4.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)