You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: asciidoc/release-notes.adoc
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ Key features of this 2.5.0 release are:
38
38
39
39
* The minimum runtime Java version required is now Java 7
40
40
* Ivy now uses BouncyCastle 1.58. Due to the non backward compatibility of that library, earlier versions are not supported.
41
-
* Ivy now uses HttpComponents HttpClient 4.5.x version when dealing with HTTP backed resolvers. Users are expected to have this version of the library (and its dependencies) in their runtime classpath if they want to use such resolvers. The previous (similarly named but not the same) commons-httpclient library is no longer used or supported. (jira:IVY-1563[])
41
+
* Ivy now uses HttpComponents HttpClient 4.5.x version with HTTP backed resolvers. Users are expected to have this version of the library (and its dependencies) in their runtime classpath if they want to use such resolvers. The previous (similarly named but not the same) commons-httpclient library is no longer used or supported. (jira:IVY-1563[])
42
42
43
43
44
44
== List of Changes in this Release
@@ -79,6 +79,7 @@ For details about the following changes, check our JIRA install at link:https://
79
79
- IMPROVEMENT: Ivy command line now supports passing `overwriteMode` option to `retrieve` task (jira:IVY-1447[])
80
80
- IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1476[])
81
81
- IMPROVEMENT: Update Commons VFS to 2.1
82
+
- IMPROVEMENT: Support link:https://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/authentication.html[preemptive authentication]. (jira:IVY-1280[])
82
83
83
84
- NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
84
85
- NEW: Add ivy.maven.lookup.sources and ivy.maven.lookup.javadoc variables to control the lookup of the additional artifacts. Defaults to true, for backward compatibility (jira:IVY-1529[])
@@ -177,6 +178,7 @@ Here is the list of people who have contributed source code and documentation up
Copy file name to clipboardExpand all lines: asciidoc/settings/settings.adoc
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ So if there is a setting in the resolver, it always wins against all other setti
50
50
|validate|Indicates if Ivy files should be validated against ivy.xsd or not.|No, defaults to true
51
51
|useRemoteConfig|true to configure ivyrep and ibiblio resolver from a remote settings file (updated with changes in those repository structure if any) (*__since 1.2__*)|No, defaults to false
52
52
|httpRequestMethod|specifies the HTTP method to use to retrieve information about an URL. Possible values are 'GET' and 'HEAD'. This setting can be used to solve problems with firewalls and proxies. (*__since 2.0__*)|No, defaults to 'HEAD'
53
+
|preemptiveAuth|true to use link:https://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/authentication.html[preemptive authentication] whenever possible (only supported with link:https://hc.apache.org/httpcomponents-client-4.5.x[HttpClient] as URL Handler) (*__since 2.5__*)|No, defaults to false
53
54
|[line-through]#defaultCache#|a path to a directory to use as default basedir for both resolution and repository cache(s). +
54
55
__Deprecated, we recommend using defaultCacheDir on the link:../settings/caches.html[caches] tag instead__|No, defaults to .ivy2/cache in user home
55
56
|[line-through]#checkUpToDate#|Indicates if date should be checked before retrieving artifacts from cache. +
Copy file name to clipboardExpand all lines: doc/settings/settings.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ <h1>Attributes</h1>
61
61
<td>No, defaults to false</td></tr>
62
62
<tr><td>httpRequestMethod</td><td>specifies the HTTP method to use to retrieve information about an URL. Possible values are 'GET' and 'HEAD'. This setting can be used to solve problems with firewalls and proxies. (<spanclass="since">since 2.0</span>)</td>
63
63
<td>No, defaults to 'HEAD'</td></tr>
64
+
<tr><td>preemptiveAuth</td><td>true to use <ahref="https://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/authentication.html">preemptive authentication</a> whenever possible (only supported with <ahref="https://hc.apache.org/httpcomponents-client-4.5.x">HttpClient</a> as URL Handler) (<spanclass="since">since 2.5</span>)</td>
65
+
<td>No, defaults to false</td></tr>
64
66
<tr><td><s>defaultCache</s></td><td>a path to a directory to use as default basedir for both resolution and repository cache(s).
65
67
<i>Deprecated, we recommend using defaultCacheDir on the [[settings/caches]] tag instead</i></td>
66
68
<td>No, defaults to .ivy2/cache in user home</td></tr>
0 commit comments