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
+2
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,7 @@ For details about the following changes, check our JIRA install at link:https://
99
99
- IMPROVEMENT: Update Commons VFS to 2.2
100
100
- IMPROVEMENT: Ivy now supports activating of Maven profiles, in `pom.xml`, by `jdk`, `os`, `property` and `file` (jira:IVY-1558[] jira:IVY-1577[])
101
101
- IMPROVEMENT: Better thread safety of the resolve process
102
+
- IMPROVEMENT: Support link:https://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/authentication.html[preemptive authentication]. (jira:IVY-1280[])
102
103
103
104
- NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
104
105
- 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[])
@@ -205,6 +206,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
+1
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{outfilesuffix}[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. +
0 commit comments