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
@@ -89,6 +89,7 @@ For details about the following changes, check our JIRA install at link:https://
89
89
- IMPROVEMENT: Support timestamped SNAPSHOT versions from Maven repository (jira:IVY-1153[]) and (jira:IVY-1476[])
90
90
- IMPROVEMENT: Update Commons VFS to 2.2
91
91
- IMPROVEMENT: Ivy now supports activating of Maven profiles, in `pom.xml`, by `jdk`, `os`, `property` and `file` (jira:IVY-1558[]) and (jira:IVY-1577[])
92
+
- IMPROVEMENT: Support link:https://hc.apache.org/httpcomponents-client-4.5.x/tutorial/html/authentication.html[preemptive authentication]. (jira:IVY-1280[])
92
93
93
94
- NEW: Lets SSH-based resolvers use an `~/.ssh/config` file to find username/hostname/keyfile options (Thanks to Colin Stanfill)
94
95
- 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[])
@@ -193,6 +194,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