maven-wagon git commit: Revert bad release

2017-01-03 Thread dantran
Repository: maven-wagon Updated Branches: refs/heads/master 7fd0dca33 -> cd519b09c Revert bad release Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/cd519b09 Tree: http://git-wip-us.apache.org/repos/asf/maven-w

[2/5] maven-wagon git commit: [WAGON-479] Preemptive auth with HTTP Provider may fail because BasicScheme is added as completed=true to the AuthCache

2017-01-03 Thread michaelo
[WAGON-479] Preemptive auth with HTTP Provider may fail because BasicScheme is added as completed=true to the AuthCache Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/40745987 Tree: http://git-wip-us.apache.org/r

[5/5] maven-wagon git commit: [WAGON-476] HTTP Provider follows redirects on PUT and may change request method

2017-01-03 Thread michaelo
[WAGON-476] HTTP Provider follows redirects on PUT and may change request method Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/6cc8d907 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/6cc8d907 Diff:

[4/5] maven-wagon git commit: [WAGON-480] Non-threadsafe HttpClientContext is shared between threaded use of HttpClientWagon

2017-01-03 Thread michaelo
[WAGON-480] Non-threadsafe HttpClientContext is shared between threaded use of HttpClientWagon The HttpClientContext is created fresh with every execute(), guaranteeing thread safety. Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/5] maven-wagon git commit: [WAGON-481] Sensitive (auth) information is not cleared when HttpClientWagon is disconnected

2017-01-03 Thread michaelo
Repository: maven-wagon Updated Branches: refs/heads/master 1b318bb7b -> 7fd0dca33 [WAGON-481] Sensitive (auth) information is not cleared when HttpClientWagon is disconnected Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/mave

[3/5] maven-wagon git commit: [WAGON-474] Upgrade and revise all tests for Jetty 8

2017-01-03 Thread michaelo
[WAGON-474] Upgrade and revise all tests for Jetty 8 * Upgrade all test code to Jetty 8.1.22 and Servlet 3.0 * Unify variable names in redirect usecases to realServer and redirectServer * RedirectHandler: redirect code is passed but completely ignored because sendRedirect() always sends 302 *

[3/5] maven-wagon git commit: [WAGON-479] Preemptive auth with HTTP Provider may fail because BasicScheme is added as completed=true to the AuthCache

2017-01-03 Thread michaelo
[WAGON-479] Preemptive auth with HTTP Provider may fail because BasicScheme is added as completed=true to the AuthCache Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/bb77d508 Tree: http://git-wip-us.apache.org/r

[5/5] maven-wagon git commit: [WAGON-481] Sensitive (auth) information is not cleared when HttpClientWagon is disconnected

2017-01-03 Thread michaelo
[WAGON-481] Sensitive (auth) information is not cleared when HttpClientWagon is disconnected Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/424a3ef2 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/4

[4/5] maven-wagon git commit: [WAGON-480] Non-threadsafe HttpClientContext is shared between threaded use of HttpClientWagon

2017-01-03 Thread michaelo
[WAGON-480] Non-threadsafe HttpClientContext is shared between threaded use of HttpClientWagon The HttpClientContext is created fresh with every execute(), guaranteeing thread safety. Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/5] maven-wagon git commit: [WAGON-474] Upgrade and revise all tests for Jetty 8 [Forced Update!]

2017-01-03 Thread michaelo
Repository: maven-wagon Updated Branches: refs/heads/jetty-8 05d04b298 -> 424a3ef2c (forced update) [WAGON-474] Upgrade and revise all tests for Jetty 8 * Upgrade all test code to Jetty 8.1.22 and Servlet 3.0 * Unify variable names in redirect usecases to realServer and redirectServer * Redi

[2/5] maven-wagon git commit: [WAGON-476] HTTP Provider follows redirects on PUT and may change request method

2017-01-03 Thread michaelo
[WAGON-476] HTTP Provider follows redirects on PUT and may change request method Project: http://git-wip-us.apache.org/repos/asf/maven-wagon/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-wagon/commit/0ea39498 Tree: http://git-wip-us.apache.org/repos/asf/maven-wagon/tree/0ea39498 Diff:

maven git commit: oops I'd skipped tests until I got the rest working... my bad

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 689b46fc2 -> 61ebbc58a oops I'd skipped tests until I got the rest working... my bad Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/61ebbc58 Tree: http://git-wip-us.ap

maven git commit: forgot it's comma as a separator and also pick up the unit test results too

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 8c154cfdf -> 689b46fc2 forgot it's comma as a separator and also pick up the unit test results too Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/689b46fc Tree: http:/

maven git commit: Do not pick up test results from within the integration tests themselves

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master ec44e8f3d -> 8c154cfdf Do not pick up test results from within the integration tests themselves Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/8c154cfd Tree: http://gi

maven git commit: you need to use 'install' with the integration tests not 'verify'

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 351fd9e75 -> ec44e8f3d you need to use 'install' with the integration tests not 'verify' Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/ec44e8f3 Tree: http://git-wip-u

maven git commit: now we're suckin diesel

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 7c02b2014 -> 351fd9e75 now we're suckin diesel Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/351fd9e7 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/351fd9e7

maven git commit: we are well into the crazy here

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 4d9074460 -> 7c02b2014 we are well into the crazy here Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/7c02b201 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/

maven git commit: Oh that's fun... our windows infra uses different names for jdks and maven rather than using path corrections

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 019f9c083 -> 4d9074460 Oh that's fun... our windows infra uses different names for jdks and maven rather than using path corrections Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf

[1/2] maven git commit: debug windows env

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 2094b80bf -> 019f9c083 debug windows env Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/41511422 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/41511422 Diff:

[2/2] maven git commit: fix typo

2017-01-03 Thread stephenc
fix typo Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/019f9c08 Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/019f9c08 Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/019f9c08 Branch: refs/heads/master Com

maven git commit: fix typo

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 9544d523b -> 2094b80bf fix typo Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/2094b80b Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/2094b80b Diff: http://g

maven git commit: Windows errors if you try to silently delete a directory that doesn't exist

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master e8064c685 -> 9544d523b Windows errors if you try to silently delete a directory that doesn't exist Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/9544d523 Tree: http:/

maven git commit: Windows is case sensitive about Path vs PATH

2017-01-03 Thread stephenc
Repository: maven Updated Branches: refs/heads/master 778b8cea1 -> e8064c685 Windows is case sensitive about Path vs PATH Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/e8064c68 Tree: http://git-wip-us.apache.org/repos/as