[jira] [Commented] (MNG-6913) Use Java 8

2023-01-02 Thread Jira


[ 
https://issues.apache.org/jira/browse/MNG-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17653588#comment-17653588
 ] 

Petr Široký commented on MNG-6913:
--

I think this one can be closed as the change has been applied as part of 
different commit: 
https://github.com/apache/maven-integration-testing/blob/31dff13ceb2dab4b358c1ca74b356bbeade26bb3/pom.xml#L71

> Use Java 8
> --
>
> Key: MNG-6913
> URL: https://issues.apache.org/jira/browse/MNG-6913
> Project: Maven
>  Issue Type: Task
>  Components: Integration Tests
>Reporter: Maarten Mulders
>Priority: Trivial
>
> It would be great if we could use Java 8 constructs and API's in the 
> Integration Test project.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MNG-6913) Use Java 8

2021-07-03 Thread Michael Osipov (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17374102#comment-17374102
 ] 

Michael Osipov commented on MNG-6913:
-

I had to revert one file to Java 7 because Maven 3.8.x was not able to run 
tests with Java 7. For as long as we support Maven 3.x we cannot move tests to 
Java 8.

> Use Java 8
> --
>
> Key: MNG-6913
> URL: https://issues.apache.org/jira/browse/MNG-6913
> Project: Maven
>  Issue Type: Task
>  Components: Integration Tests
>Reporter: Maarten Mulders
>Priority: Trivial
>
> It would be great if we could use Java 8 constructs and API's in the 
> Integration Test project.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MNG-6913) Use Java 8

2020-05-22 Thread Robert Scholte (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17114019#comment-17114019
 ] 

Robert Scholte commented on MNG-6913:
-

We had to push this to JDK8 because Maven now requires it to compile.
In our setup we use Jenkins are JDK for the code and as as JRE to execute the 
integration tests, but that is one way to run the integration tests.

There are projects that can't upgrade to the latest Maven for some reason, so 
they maintain their own fork, but they keep checking it against the current 
maven-integration-tests (hence the cool part that you can specify ranges). For 
them it might be crucial to keep the targeted Maven running on Java 
"older/different". 



> Use Java 8
> --
>
> Key: MNG-6913
> URL: https://issues.apache.org/jira/browse/MNG-6913
> Project: Maven
>  Issue Type: Task
>  Components: Integration Tests
>Reporter: Maarten Mulders
>Priority: Trivial
>
> It would be great if we could use Java 8 constructs and API's in the 
> Integration Test project.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MNG-6913) Use Java 8

2020-05-22 Thread Maarten Mulders (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17113964#comment-17113964
 ] 

Maarten Mulders commented on MNG-6913:
--

As far as I know, the integration tests already [run great on JDK 
8|https://builds.apache.org/job/maven-box/job/maven/job/master/].

This task is only for being able to use Java 8 constructs in the source code of 
the Integration Tests. Dynamically switching the target JDK is indeed a nice 
feature but that's not what this task is about, as far as I'm concerned.

> Use Java 8
> --
>
> Key: MNG-6913
> URL: https://issues.apache.org/jira/browse/MNG-6913
> Project: Maven
>  Issue Type: Task
>  Components: Integration Tests
>Reporter: Maarten Mulders
>Priority: Trivial
>
> It would be great if we could use Java 8 constructs and API's in the 
> Integration Test project.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (MNG-6913) Use Java 8

2020-05-22 Thread Robert Scholte (Jira)


[ 
https://issues.apache.org/jira/browse/MNG-6913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17113952#comment-17113952
 ] 

Robert Scholte commented on MNG-6913:
-

I don't mind running the integration tests with JDK8, but what if people want 
to control the Java version to run the targeted Maven with? I guess there 
should a specific property to control 
[jvm|https://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html#jvm]
 for the core-its module.

> Use Java 8
> --
>
> Key: MNG-6913
> URL: https://issues.apache.org/jira/browse/MNG-6913
> Project: Maven
>  Issue Type: Task
>  Components: Integration Tests
>Reporter: Maarten Mulders
>Priority: Trivial
>
> It would be great if we could use Java 8 constructs and API's in the 
> Integration Test project.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)