[
https://issues.apache.org/jira/browse/MNGSITE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tamas Cservenak moved MNG-7739 to MNGSITE-516:
----------------------------------------------
Component/s: (was: Documentation: Guides)
Key: MNGSITE-516 (was: MNG-7739)
Affects Version/s: (was: 3.9.0)
(was: 4.0.0-alpha-3)
(was: 4.0.0-alpha-4)
Project: Maven Project Web Site (was: Maven)
> server timeout config in settings.xml is incompatible between 3.8.7 and 3.9.0
> -----------------------------------------------------------------------------
>
> Key: MNGSITE-516
> URL: https://issues.apache.org/jira/browse/MNGSITE-516
> Project: Maven Project Web Site
> Issue Type: Bug
> Reporter: James Z.M. Gao
> Assignee: Tamas Cservenak
> Priority: Blocker
>
> resolver in 3.9.0 uses different server configuration for connection timeout
> with wagon in 3.8.7. Now it is not possible to write a correct server
> settings working and clean for both maven versions.
>
> New method with dom path server/configuration/connectTimeout:
> * 3.8.7: exception: Cannot find 'requestTimeout' in class
> org.apache.maven.wagon.providers.http.HttpWagon$__sisu20
> * 3.9.0: works as expected
> Old method with dom path
> server/configuration/httpConfiguration/all/connectionTimeout:
> * 3.8.7: works as expected
> * 3.9.0: works, but warns legacy format
> Old method with dom path
> server/configuration/httpConfiguration/get/connectionTimeout:
> * 3.8.7: works as expected
> * 3.9.0: doesn't work, the configs are ignored
--
This message was sent by Atlassian Jira
(v8.20.10#820010)