[GitHub] maven-wagon pull request #31: [WAGON-469] wagon-http does not enable Expect-...

2016-12-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-wagon/pull/31 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] maven-wagon issue #31: [WAGON-469] wagon-http does not enable Expect-Continu...

2016-12-09 Thread mcculls
Github user mcculls commented on the issue: https://github.com/apache/maven-wagon/pull/31 OK, squashed --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or i

[GitHub] maven-wagon issue #31: [WAGON-469] wagon-http does not enable Expect-Continu...

2016-12-09 Thread michael-o
Github user michael-o commented on the issue: https://github.com/apache/maven-wagon/pull/31 Looks very good. Please squash and I will merge it. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have

[GitHub] maven-wagon pull request #31: [WAGON-469] wagon-http does not enable Expect-...

2016-12-09 Thread mcculls
GitHub user mcculls opened a pull request: https://github.com/apache/maven-wagon/pull/31 [WAGON-469] wagon-http does not enable Expect-Continue by default There appear to be two issues: * Expect-Continue is not enabled for PUT when no configuration is provided * The default E

[GitHub] maven-plugins pull request #99: [MASSEMBLY-711] Add support for generating X...

2016-12-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/maven-plugins/pull/99 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

Re: compile tests using maven-compiler and jdk9-ea+148

2016-12-09 Thread Robert Scholte
Hi, this is a result of a part from the proposal #ClassFileModuleName: - Rather than encode the module's name in the value of the `this_class` field of the `ClassFile` structure, simply set this field to zero. This means that we need to find a different way to extract the modulename, which

Re: Maven 3.4.0 Release

2016-12-09 Thread Michael Osipov
Am 2016-12-06 um 22:46 schrieb Robert Scholte: Hi, what is the status on this? Can we expect a release this year? I think the open issues are: is maven-resolver ready to replace aether? AFAIK some dependency management changes have been reverted, are all others indeed bugfixes and safe to keep

JDK 9 b148 including a refresh of the module system is available on java.net

2016-12-09 Thread Rory O'Donnell
Hi Robert & Kristian, JDK 9 build b148 includes an important Refresh of the module system [1] , summary of changes are listed here . *This refresh includes a disruptive change that is important to u