This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a change to branch jsoup
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git.


 discard 490362b  WIP Remve jsoup
     add ae3b9c4  [WAGON-573] EntityUtils.consumeQuietly() never called on 
non-2xx status codes
     add 1e19350  [WAGON-577] Upgrade HttpCore to 4.4.13
     add 2bcfebb  [WAGON-578] Upgrade HttpClient to 4.5.11
     add bfcc820  Fix flaky test with path info checks
     add e9dd774  [WAGON-570] Use RedirectStrategy from HttpClient rather than 
a custom approach
     add 96118c9  [WAGON-579] Handle SC_UNAUTHORIZED and 
SC_PROXY_AUTHENTICATION_REQUIRED in all methods
     add 067f7e6  [WAGON-576] Retry handler docs are possibly wrong
     add 19e59b8  [WAGON-581] Upgrade HttpClient to 4.5.12
     add c766255  [WAGON-582] HttpMethodConfiguration#copy() performs a shallow 
copy only
     add e84e56d  [WAGON-568] Fail to deploy on Sonatype OSS since Maven 3.5.4
     add 7a743bf  [WAGON-585] maven.wagon.http.ssl features documentation is 
incomplete
     add 29dab91  [WAGON-586] update parent POM
     add 3f4e3ae  [WAGIN-586] make build Reproducible
     add 45317c2  added README
     add a19e91b  README improvement
     add 748a0f0  use shade plugin non snapshot and remove relativePath which 
does not make sense anymore
     add abc36c5  plexus-container-default 2.1.0
     add b717f60  Add TODOs
     add 1ce89be  HEAD requests never receive an input body
     add 9600102  [WAGON-588] Handle 404 and 410 consistently in HTTP-based 
Wagon providers
     add a0b3560  [WAGON-580] Improve and unify exception messages by status 
code types throughout HTTP providers
     add b48c2ac  Remove snapshots repo
     add 1b3cff8  [WAGON-589] reminder to remove in the future
     add 93d8d27  [maven-release-plugin] prepare release wagon-3.4.0
     add 7d87759  [maven-release-plugin] prepare for next development iteration
     add 415c227  deps: update JUnit and surefire
     add 4d90f45  Merge pull request #65 from apache/elharo-patch-1
     add b8bdeb1  Remove empty debug lines
     add a20901b  Renew server certificate for HTTPS tests
     add 0e12ecb  [WAGON-591] Transfer event is not restarted when request is 
redirected
     add 92c0d2a  [WAGON-592] Wagon fails when compiled on Java 9+ and run on 
Java 8 due to JDK API breakage
     add 6966aff  Add TODOs and FIXMEs
     add 34253e3  Apply consistent naming for auth scopes
     add f7de3a6  update plexus-utils
     add 158f54e  Merge pull request #66 from apache/plex
     add d378806  Add more TODOs and FIXMEs
     add bb12d4e  [WAGON-593] Remove non-existent cache header
     add e227cdf  [WAGON-594] http.route.default-proxy config property never 
passes protocol and port of proxy server
     add 8882fa1  [WAGON-595] Add configuration property 
'http.protocol.handle-content-compression'
     add 4a9cdc2  [WAGON-596] Add configuration property 
'http.protocol.handle-uri-normalization'
     add 10d95a8  [maven-release-plugin] prepare release wagon-3.4.1
     add a83c84e  [maven-release-plugin] prepare for next development iteration
     add cdc61f7  [WAGON-597] Fix self-assignment and set class field
     add a7c8e34  Merge pull request #68 from pzygielo/selfass
     add 4834a1e  docs: rmeove Maven 1 link
     add 3317f12  Merge pull request #71 from apache/elharo-patch-1
     add c9db5bb  add Reproducible Builds ok badge
     add 275574d  update ASF CI url
     add b7b1499  update ASF CI url
     add 1a90ecc  enable tmpWs to prevent long path failures on Windows
     add 9b4f2fe  WAGON-601 update JUnit version
     add 370c89f  [WAGON-602] [Regression] Preserve trailing slash in encoded 
URL
     add c956aac  [maven-release-plugin] prepare release wagon-3.4.2
     add aede84b  [maven-release-plugin] prepare for next development iteration
     add e460cd2  [WAGON-608] Upgrade HttpClient to 4.5.13
     new 7d126ef  WIP Remve jsoup

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (490362b)
            \
             N -- N -- N   refs/heads/jsoup (7d126ef)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .asf.yaml                                          |  26 +++++
 Jenkinsfile                                        |   2 +-
 README.md                                          | 100 ++++++++++++++++
 pom.xml                                            |  28 +++--
 wagon-provider-api/pom.xml                         |   2 +-
 .../java/org/apache/maven/wagon/AbstractWagon.java |  24 ++--
 .../org/apache/maven/wagon/observers/Debug.java    |   4 -
 wagon-provider-api/src/site/apt/index.apt          |   5 +-
 wagon-provider-test/pom.xml                        |   2 +-
 .../apache/maven/wagon/http/HttpWagonTestCase.java |  96 +++++++++++++---
 wagon-providers/pom.xml                            |   6 +-
 wagon-providers/wagon-file/pom.xml                 |   2 +-
 wagon-providers/wagon-ftp/pom.xml                  |   2 +-
 wagon-providers/wagon-http-lightweight/pom.xml     |   2 +-
 .../wagon/providers/http/LightweightHttpWagon.java |  25 ++--
 .../providers/http/LightweightHttpWagonTest.java   |  24 ++--
 wagon-providers/wagon-http-shared/pom.xml          |   2 +-
 .../wagon/shared/http/AbstractHttpClientWagon.java | 110 +++++++++---------
 .../wagon/shared/http/ConfigurationUtils.java      |  12 +-
 .../maven/wagon/shared/http/EncodingUtil.java      |   8 +-
 .../maven/wagon/shared/http/HttpConfiguration.java |   4 +-
 .../maven/wagon/shared/http/HttpMessageUtils.java  |  43 ++++---
 .../wagon/shared/http/HttpMethodConfiguration.java |   6 +-
 .../wagon/shared/http/WagonRedirectStrategy.java   | 126 +++++++++++++++++++++
 .../maven/wagon/shared/http/EncodingUtilTest.java  |  15 +++
 wagon-providers/wagon-http/pom.xml                 |   2 +-
 .../maven/wagon/providers/http/HttpWagon.java      |   7 ++
 wagon-providers/wagon-http/src/site/apt/index.apt  |  25 ++--
 .../providers/http/ErrorWithMessageServlet.java    |  10 +-
 .../wagon/providers/http/HttpClientWagonTest.java  |   9 --
 .../wagon/providers/http/HttpWagonErrorTest.java   |  10 +-
 .../maven/wagon/providers/http/HttpWagonTest.java  |   5 +-
 .../wagon-http/src/test/resources/ssl/keystore     | Bin 2246 -> 3914 bytes
 wagon-providers/wagon-scm/pom.xml                  |   2 +-
 wagon-providers/wagon-ssh-common-test/pom.xml      |   2 +-
 wagon-providers/wagon-ssh-common/pom.xml           |   2 +-
 wagon-providers/wagon-ssh-external/pom.xml         |   2 +-
 wagon-providers/wagon-ssh/pom.xml                  |   2 +-
 wagon-providers/wagon-webdav-jackrabbit/pom.xml    |   2 +-
 .../maven/wagon/providers/webdav/WebDavWagon.java  |  16 ++-
 .../providers/webdav/HttpClientWagonTest.java      |   9 --
 .../wagon/providers/webdav/WebDavWagonTest.java    |  14 ++-
 wagon-tcks/pom.xml                                 |   2 +-
 wagon-tcks/wagon-tck-http/pom.xml                  |   2 +-
 .../apache/maven/wagon/tck/http/Assertions.java    |  24 ++--
 45 files changed, 605 insertions(+), 218 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 README.md
 mode change 100755 => 100644 
wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
 create mode 100644 
wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/WagonRedirectStrategy.java
 mode change 100755 => 100644 
wagon-providers/wagon-http/src/main/java/org/apache/maven/wagon/providers/http/HttpWagon.java

Reply via email to