[
https://issues.apache.org/jira/browse/MNG-7909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17783391#comment-17783391
]
ASF GitHub Bot commented on MNG-7909:
-------------------------------------
cstamas commented on PR #1282:
URL: https://github.com/apache/maven/pull/1282#issuecomment-1796837365
On Java 11 IT failures are:
```
Error: Failures:
Error:
MavenITmng4368TimestampAwareArtifactInstallerTest.testitJarPackaging:153->AbstractMavenIntegrationTestCase.assertFalse:363->AbstractMavenIntegrationTestCase.assertFalse:367
expected: <false> but was: <true>
Error:
MavenITmng5669ReadPomsOnce.testWithBuildConsumer:114->AbstractMavenIntegrationTestCase.assertTrue:359
Duplicate items: org.apache.maven:maven:3.2.5
org.apache.commons:commons-parent:52
org.codehaus.plexus:plexus:10 ==> expected: <true> but was: <false>
Error:
MavenITmng5669ReadPomsOnce.testWithoutBuildConsumer:78->AbstractMavenIntegrationTestCase.assertTrue:359
Duplicate items: org.apache.commons:commons-parent:52
org.apache:apache:15
org.apache.maven:maven-parent:25 ==> expected: <true> but was: <false>
Error: Errors:
Error:
MavenITmng5175WagonHttpTest.testmng5175_ReadTimeOutFromSettings:124 »
Verification Text not found in log: Read timed out
MavenITmng7470ResolverTransportTest.testResolverTransportDefault:106->performTest:97
» Verification Text not found in log: [DEBUG] Using transporter HttpTransporter
[INFO]
Error: Tests run: 904, Failures: 3, Errors: 2, Skipped: 34
```
Info:
* we know about MavenITmng5669ReadPomsOnce, there is issue in model builder
when using MT collector (and resolver 2.0.0 makes BF default that is MT)
* MavenITmng5175WagonHttpTest is strange, is called "Wagon" but asserts that
"apache" transport is used (is not, on Java11+ is jdk used)
* the only questionable is MavenITmng4368TimestampAwareArtifactInstallerTest
> Upgrade to Resolver 2.0.0-alpha-1
> ---------------------------------
>
> Key: MNG-7909
> URL: https://issues.apache.org/jira/browse/MNG-7909
> Project: Maven
> Issue Type: Dependency upgrade
> Components: Artifacts and Repositories
> Reporter: Tamas Cservenak
> Assignee: Tamas Cservenak
> Priority: Major
> Fix For: 4.0.0-alpha-9
>
>
> Post alpha-8 a release of Resolver 2.0.0-alpha-1 (depending on other work,
> like transport) becomes possible, so upgrade as well.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)