You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by Gary Gregory <ga...@gmail.com> on 2017/10/06 15:15:35 UTC

Re: httpcomponents-parent git commit: Add comment for version 10.

I could not get the latest checkstyle to work: it complains about a
properties file not having the right header, which it seems to have :-(

Gary

On Mon, Sep 25, 2017 at 9:31 AM, Gary Gregory <ga...@gmail.com>
wrote:

> I also would like to use the latest Checkstyle, which is proving
> problematic. I'll play with that as well...
>
> Gary
>
> On Sun, Sep 24, 2017 at 3:40 PM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> I like RERO so I will RC another parent POM tonight or tomorrow. I wonder
>> if we can shorten the 72 hours minimum for the VOTE in this case.
>>
>> Gary
>>
>> On Sep 24, 2017 15:04, "Oleg Kalnichevski" <ol...@apache.org> wrote:
>>
>> On Sun, 2017-09-24 at 12:28 -0600, Gary Gregory wrote:
>> > Dang, I just figured out that maven-surefire-plugin 2.20 -> 2.20.1 is
>> > required to build with Java 9 GA, for those of you who care.
>> >
>>
>> I intend to ensure both core and client 5.x can be built with Java 9
>> and can run on JRE 9.
>>
>> If you do not want to immediately cut parent 10 release I can
>> upgrade maven-surefire-plugin to 2.20.1 in project poms.
>>
>> Oleg
>>
>> > Gary
>> >
>> > On Sun, Sep 24, 2017 at 12:27 PM, <gg...@apache.org> wrote:
>> >
>> > > Repository: httpcomponents-parent
>> > > Updated Branches:
>> > >   refs/heads/master 4b870fa9e -> e62933d3d
>> > >
>> > >
>> > > Add comment for version 10.
>> > >
>> > > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-pare
>> > > nt/repo
>> > > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>> > > parent/commit/e62933d3
>> > > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>> > > parent/tree/e62933d3
>> > > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>> > > parent/diff/e62933d3
>> > >
>> > > Branch: refs/heads/master
>> > > Commit: e62933d3d10f3289661f5a2145794240e11153db
>> > > Parents: 4b870fa
>> > > Author: Gary Gregory <gg...@apache.org>
>> > > Authored: Sun Sep 24 12:27:21 2017 -0600
>> > > Committer: Gary Gregory <gg...@apache.org>
>> > > Committed: Sun Sep 24 12:27:21 2017 -0600
>> > >
>> > > -----------------------------------------------------------------
>> > > -----
>> > >  pom.xml | 2 +-
>> > >  1 file changed, 1 insertion(+), 1 deletion(-)
>> > > -----------------------------------------------------------------
>> > > -----
>> > >
>> > >
>> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-
>> > > parent/blob/e62933d3/pom.xml
>> > > -----------------------------------------------------------------
>> > > -----
>> > > diff --git a/pom.xml b/pom.xml
>> > > index cdd2244..4e555d5 100644
>> > > --- a/pom.xml
>> > > +++ b/pom.xml
>> > > @@ -46,7 +46,7 @@
>> > >  Version 10 - changes since version 9
>> > >  ====================================
>> > >
>> > > -maven-surefire-plugin 2.20 -> 2.20.1
>> > > +maven-surefire-plugin 2.20 -> 2.20.1 (required to build with Java
>> > > 9 GA.)
>> > >
>> > >  Version 9 - changes since version 8
>> > >  ===================================
>> > >
>> > >
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
>> For additional commands, e-mail: dev-help@hc.apache.org
>>
>>
>>
>

Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Gary Gregory <ga...@gmail.com>.
On Tue, Oct 24, 2017 at 1:38 PM, Julian Reschke <ju...@gmx.de>
wrote:

> On 2017-10-24 21:18, Gary Gregory wrote:
>
>> Running 'mvn clean install' for the httpcore 4.4.x branch I get:
>>
>> [INFO] --- maven-failsafe-plugin:2.20:integration-test (it) @
>> httpcore-osgi
>> ---
>> [WARNING] Error injecting:
>> org.apache.maven.plugin.failsafe.IntegrationTestMojo
>> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
>> ...
>>
>
> Short story (as learned when working on Java 9 support in Jackrabbit): you
> need failsafe 2.20.1 or use Java 8.
>
> (The details are more complex, but that in general is the simplest
> approach)
>
> Best regards, Julian
>

Thank you Julian,

It sounds like we need a new version of our parent POM, which already
includes the change to 2.20.1.

Gary

Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Julian Reschke <ju...@gmx.de>.
On 2017-10-24 21:18, Gary Gregory wrote:
> Running 'mvn clean install' for the httpcore 4.4.x branch I get:
> 
> [INFO] --- maven-failsafe-plugin:2.20:integration-test (it) @ httpcore-osgi
> ---
> [WARNING] Error injecting:
> org.apache.maven.plugin.failsafe.IntegrationTestMojo
> java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
> ...

Short story (as learned when working on Java 9 support in Jackrabbit): 
you need failsafe 2.20.1 or use Java 8.

(The details are more complex, but that in general is the simplest approach)

Best regards, Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Gary Gregory <ga...@gmail.com>.
Running 'mvn clean install' for the httpcore 4.4.x branch I get:

[INFO] --- maven-failsafe-plugin:2.20:integration-test (it) @ httpcore-osgi
---
[WARNING] Error injecting:
org.apache.maven.plugin.failsafe.IntegrationTestMojo
java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
        at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
        at
java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3110)
        at
java.base/java.lang.Class.getDeclaredConstructors(Class.java:2314)
        at
com.google.inject.spi.InjectionPoint.forConstructorOf(InjectionPoint.java:245)
        at
com.google.inject.internal.ConstructorBindingImpl.create(ConstructorBindingImpl.java:99)
        at
com.google.inject.internal.InjectorImpl.createUninitializedBinding(InjectorImpl.java:658)
        at
com.google.inject.internal.InjectorImpl.createJustInTimeBinding(InjectorImpl.java:882)
        at
com.google.inject.internal.InjectorImpl.createJustInTimeBindingRecursive(InjectorImpl.java:805)
        at
com.google.inject.internal.InjectorImpl.getJustInTimeBinding(InjectorImpl.java:282)
        at
com.google.inject.internal.InjectorImpl.getBindingOrThrow(InjectorImpl.java:214)
        at
com.google.inject.internal.InjectorImpl.getProviderOrThrow(InjectorImpl.java:1006)
        at
com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1038)
        at
com.google.inject.internal.InjectorImpl.getProvider(InjectorImpl.java:1001)
        at
com.google.inject.internal.InjectorImpl.getInstance(InjectorImpl.java:1051)
        at
org.eclipse.sisu.space.AbstractDeferredClass.get(AbstractDeferredClass.java:48)
        at
com.google.inject.internal.ProviderInternalFactory.provision(ProviderInternalFactory.java:81)
        at
com.google.inject.internal.InternalFactoryToInitializableAdapter.provision(InternalFactoryToInitializableAdapter.java:53)
        at
com.google.inject.internal.ProviderInternalFactory$1.call(ProviderInternalFactory.java:65)
        at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:115)
        at
com.google.inject.internal.ProvisionListenerStackCallback$Provision.provision(ProvisionListenerStackCallback.java:133)
        at
com.google.inject.internal.ProvisionListenerStackCallback.provision(ProvisionListenerStackCallback.java:68)
        at
com.google.inject.internal.ProviderInternalFactory.circularGet(ProviderInternalFactory.java:63)
        at
com.google.inject.internal.InternalFactoryToInitializableAdapter.get(InternalFactoryToInitializableAdapter.java:45)
        at
com.google.inject.internal.InjectorImpl$2$1.call(InjectorImpl.java:1016)
        at
com.google.inject.internal.InjectorImpl.callInContext(InjectorImpl.java:1092)
        at
com.google.inject.internal.InjectorImpl$2.get(InjectorImpl.java:1012)
        at org.eclipse.sisu.inject.Guice4$1.get(Guice4.java:162)
        at
org.eclipse.sisu.inject.LazyBeanEntry.getValue(LazyBeanEntry.java:81)
        at
org.eclipse.sisu.plexus.LazyPlexusBean.getValue(LazyPlexusBean.java:51)
        at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:263)
        at
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:255)
        at
org.apache.maven.plugin.internal.DefaultMavenPluginManager.getConfiguredMojo(DefaultMavenPluginManager.java:519)
        at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:121)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
        at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
        at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
        at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
        at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
        at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
        at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
        at org.apache.maven.cli.MavenCli.execute(MavenCli.java:993)
        at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:345)
        at org.apache.maven.cli.MavenCli.main(MavenCli.java:191)
        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)
        at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
        at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
        at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
        at
org.codehaus.plexus.classworlds.realm.ClassRealm.unsynchronizedLoadClass(ClassRealm.java:271)
        at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
        at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
        ... 54 more
[INFO]
------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Apache HttpComponents Core ......................... SUCCESS [
7.883 s]
[INFO] Apache HttpCore .................................... SUCCESS [
49.150 s]
[INFO] Apache HttpCore NIO ................................ SUCCESS [01:01
min]
[INFO] Apache HttpCore OSGi bundle ........................ FAILURE [
22.761 s]
[INFO] Apache HttpCore Benchmarking Tool .................. SKIPPED
[INFO]
------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 02:23 min
[INFO] Finished at: 2017-10-24T13:11:10-06:00
[INFO] Final Memory: 50M/167M
[INFO]
------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-failsafe-plugin:2.20:integration-test (it)
on project httpcore-osgi: Execution it of goal
org.apache.maven.plugins:maven-failsafe-plugin:2.20:integration-test
failed: A required class was missing while executing
org.apache.maven.plugins:maven-failsafe-plugin:2.20:integration-test:
javax/xml/bind/JAXBException
[ERROR] -----------------------------------------------------
[ERROR] realm =
plugin>org.apache.maven.plugins:maven-failsafe-plugin:2.20
[ERROR] strategy =
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy
[ERROR] urls[0] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/plugins/maven-failsafe-plugin/2.20/maven-failsafe-plugin-2.20.jar
[ERROR] urls[1] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/surefire/maven-surefire-common/2.20/maven-surefire-common-2.20.jar
[ERROR] urls[2] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/surefire/surefire-booter/2.20/surefire-booter-2.20.jar
[ERROR] urls[3] =
file:/C:/Users/ggregory/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
[ERROR] urls[4] =
file:/C:/Users/ggregory/.m2/repository/junit/junit/4.12/junit-4.12.jar
[ERROR] urls[5] =
file:/C:/Users/ggregory/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar
[ERROR] urls[6] =
file:/C:/Users/ggregory/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
[ERROR] urls[7] =
file:/C:/Users/ggregory/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
[ERROR] urls[8] =
file:/C:/Users/ggregory/.m2/repository/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar
[ERROR] urls[9] =
file:/C:/Users/ggregory/.m2/repository/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar
[ERROR] urls[10] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar
[ERROR] urls[11] =
file:/C:/Users/ggregory/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar
[ERROR] urls[12] =
file:/C:/Users/ggregory/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar
[ERROR] urls[13] =
file:/C:/Users/ggregory/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar
[ERROR] urls[14] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/surefire/surefire-api/2.20/surefire-api-2.20.jar
[ERROR] urls[15] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/surefire/surefire-logger-api/2.20/surefire-logger-api-2.20.jar
[ERROR] urls[16] =
file:/C:/Users/ggregory/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.3/maven-plugin-annotations-3.3.jar
[ERROR] Number of foreign imports: 1
[ERROR] import: Entry[import  from realm
ClassRealm[project>org.apache.httpcomponents:httpcore-osgi:4.4.9-SNAPSHOT,
parent: ClassRealm[maven.api, parent: null]]]
[ERROR]
[ERROR] -----------------------------------------------------
[ERROR] : javax.xml.bind.JAXBException
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/PluginContainerException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the
command
[ERROR]   mvn <goals> -rf :httpcore-osgi

Using:

Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426;
2017-04-03T13:39:06-06:00)
Maven home: C:\Java\apache-maven-3.5.0\bin\..
Java version: 9.0.1, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk-9.0.1
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Running 'mvn site' passed!

Gary

On Fri, Oct 20, 2017 at 7:05 AM, Oleg Kalnichevski <ol...@apache.org> wrote:

> On Mon, 2017-10-09 at 10:34 -0600, Gary Gregory wrote:
> > On Mon, Oct 9, 2017 at 8:05 AM, Oleg Kalnichevski <ol...@apache.org>
> > wrote:
> >
> > > On Sun, 2017-10-08 at 15:13 -0600, Gary Gregory wrote:
> > > > On Oct 8, 2017 14:54, "Oleg Kalnichevski" <ol...@apache.org>
> > > > wrote:
> > > >
> > > > On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> > > > > Oleg,
> > > > >
> > > > > Should we release version 10 now or wait for the latest Maven
> > > > > Site
> > > > > Plugin
> > > > > (to support Java 9)?
> > > > >
> > > >
>
> Gary
>
> How does the incompatibility of the Maven Site Plugin with Java 9
> manifest itself?
>
> I have no encountered any issues with generating website content with
> JDK 9.0.1.
>
> Oleg
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Mon, 2017-10-09 at 10:34 -0600, Gary Gregory wrote:
> On Mon, Oct 9, 2017 at 8:05 AM, Oleg Kalnichevski <ol...@apache.org>
> wrote:
> 
> > On Sun, 2017-10-08 at 15:13 -0600, Gary Gregory wrote:
> > > On Oct 8, 2017 14:54, "Oleg Kalnichevski" <ol...@apache.org>
> > > wrote:
> > > 
> > > On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> > > > Oleg,
> > > > 
> > > > Should we release version 10 now or wait for the latest Maven
> > > > Site
> > > > Plugin
> > > > (to support Java 9)?
> > > > 
> > > 

Gary

How does the incompatibility of the Maven Site Plugin with Java 9
manifest itself?

I have no encountered any issues with generating website content with
JDK 9.0.1.

Oleg   

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Oct 9, 2017 at 8:05 AM, Oleg Kalnichevski <ol...@apache.org> wrote:

> On Sun, 2017-10-08 at 15:13 -0600, Gary Gregory wrote:
> > On Oct 8, 2017 14:54, "Oleg Kalnichevski" <ol...@apache.org> wrote:
> >
> > On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> > > Oleg,
> > >
> > > Should we release version 10 now or wait for the latest Maven Site
> > > Plugin
> > > (to support Java 9)?
> > >
> >
> > At the very least we should fix the style check issue.
> >
> >
> > I tried but could not bend Checkstyle to my will :-(
> >
>
> Hi Gary
>
> I am having a really hard time making HTTP cache work in a fully
> asynchronous mode. Once I am done with it I would like to work on
> ensuring Java 9 compatibility and also trying to fix the style check.
>

Sounds like a plan.

Gary


>
> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> For additional commands, e-mail: dev-help@hc.apache.org
>
>

Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2017-10-08 at 15:13 -0600, Gary Gregory wrote:
> On Oct 8, 2017 14:54, "Oleg Kalnichevski" <ol...@apache.org> wrote:
> 
> On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> > Oleg,
> > 
> > Should we release version 10 now or wait for the latest Maven Site
> > Plugin
> > (to support Java 9)?
> > 
> 
> At the very least we should fix the style check issue.
> 
> 
> I tried but could not bend Checkstyle to my will :-(
> 

Hi Gary

I am having a really hard time making HTTP cache work in a fully
asynchronous mode. Once I am done with it I would like to work on
ensuring Java 9 compatibility and also trying to fix the style check.

Oleg 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Gary Gregory <ga...@gmail.com>.
On Oct 8, 2017 14:54, "Oleg Kalnichevski" <ol...@apache.org> wrote:

On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> Oleg,
>
> Should we release version 10 now or wait for the latest Maven Site
> Plugin
> (to support Java 9)?
>

At the very least we should fix the style check issue.


I tried but could not bend Checkstyle to my will :-(

Gary


Oleg


> Gary
>
> On Fri, Oct 6, 2017 at 9:15 AM, Gary Gregory <ga...@gmail.com>
> wrote:
>
> > I could not get the latest checkstyle to work: it complains about a
> > properties file not having the right header, which it seems to have
> > :-(
> >
> > Gary
> >
> > On Mon, Sep 25, 2017 at 9:31 AM, Gary Gregory <garydgregory@gmail.c
> > om>
> > wrote:
> >
> > > I also would like to use the latest Checkstyle, which is proving
> > > problematic. I'll play with that as well...
> > >
> > > Gary
> > >
> > > On Sun, Sep 24, 2017 at 3:40 PM, Gary Gregory <garydgregory@gmail
> > > .com>
> > > wrote:
> > >
> > > > I like RERO so I will RC another parent POM tonight or
> > > > tomorrow. I
> > > > wonder if we can shorten the 72 hours minimum for the VOTE in
> > > > this case.
> > > >
> > > > Gary
> > > >
> > > > On Sep 24, 2017 15:04, "Oleg Kalnichevski" <ol...@apache.org>
> > > > wrote:
> > > >
> > > > On Sun, 2017-09-24 at 12:28 -0600, Gary Gregory wrote:
> > > > > Dang, I just figured out that maven-surefire-plugin 2.20 ->
> > > > > 2.20.1 is
> > > > > required to build with Java 9 GA, for those of you who care.
> > > > >
> > > >
> > > > I intend to ensure both core and client 5.x can be built with
> > > > Java 9
> > > > and can run on JRE 9.
> > > >
> > > > If you do not want to immediately cut parent 10 release I can
> > > > upgrade maven-surefire-plugin to 2.20.1 in project poms.
> > > >
> > > > Oleg
> > > >
> > > > > Gary
> > > > >
> > > > > On Sun, Sep 24, 2017 at 12:27 PM, <gg...@apache.org>
> > > > > wrote:
> > > > >
> > > > > > Repository: httpcomponents-parent
> > > > > > Updated Branches:
> > > > > >   refs/heads/master 4b870fa9e -> e62933d3d
> > > > > >
> > > > > >
> > > > > > Add comment for version 10.
> > > > > >
> > > > > > Project: http://git-wip-us.apache.org/repos/asf/httpcompone
> > > > > > nts-pare
> > > > > > nt/repo
> > > > > > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponen
> > > > > > ts-
> > > > > > parent/commit/e62933d3
> > > > > > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents
> > > > > > -
> > > > > > parent/tree/e62933d3
> > > > > > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents
> > > > > > -
> > > > > > parent/diff/e62933d3
> > > > > >
> > > > > > Branch: refs/heads/master
> > > > > > Commit: e62933d3d10f3289661f5a2145794240e11153db
> > > > > > Parents: 4b870fa
> > > > > > Author: Gary Gregory <gg...@apache.org>
> > > > > > Authored: Sun Sep 24 12:27:21 2017 -0600
> > > > > > Committer: Gary Gregory <gg...@apache.org>
> > > > > > Committed: Sun Sep 24 12:27:21 2017 -0600
> > > > > >
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > >  pom.xml | 2 +-
> > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > >
> > > > > >
> > > > > > http://git-wip-us.apache.org/repos/asf/httpcomponents-
> > > > > > parent/blob/e62933d3/pom.xml
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > > diff --git a/pom.xml b/pom.xml
> > > > > > index cdd2244..4e555d5 100644
> > > > > > --- a/pom.xml
> > > > > > +++ b/pom.xml
> > > > > > @@ -46,7 +46,7 @@
> > > > > >  Version 10 - changes since version 9
> > > > > >  ====================================
> > > > > >
> > > > > > -maven-surefire-plugin 2.20 -> 2.20.1
> > > > > > +maven-surefire-plugin 2.20 -> 2.20.1 (required to build
> > > > > > with Java
> > > > > > 9 GA.)
> > > > > >
> > > > > >  Version 9 - changes since version 8
> > > > > >  ===================================
> > > > > >
> > > > > >
> > > >
> > > > -------------------------------------------------------------
> > > > --------
> > > > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > > > For additional commands, e-mail: dev-help@hc.apache.org
> > > >
> > > >
> > > >

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org

Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Oleg Kalnichevski <ol...@apache.org>.
On Sun, 2017-10-08 at 11:19 -0600, Gary Gregory wrote:
> Oleg,
> 
> Should we release version 10 now or wait for the latest Maven Site
> Plugin
> (to support Java 9)?
> 

At the very least we should fix the style check issue.

Oleg


> Gary
> 
> On Fri, Oct 6, 2017 at 9:15 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> 
> > I could not get the latest checkstyle to work: it complains about a
> > properties file not having the right header, which it seems to have
> > :-(
> > 
> > Gary
> > 
> > On Mon, Sep 25, 2017 at 9:31 AM, Gary Gregory <garydgregory@gmail.c
> > om>
> > wrote:
> > 
> > > I also would like to use the latest Checkstyle, which is proving
> > > problematic. I'll play with that as well...
> > > 
> > > Gary
> > > 
> > > On Sun, Sep 24, 2017 at 3:40 PM, Gary Gregory <garydgregory@gmail
> > > .com>
> > > wrote:
> > > 
> > > > I like RERO so I will RC another parent POM tonight or
> > > > tomorrow. I
> > > > wonder if we can shorten the 72 hours minimum for the VOTE in
> > > > this case.
> > > > 
> > > > Gary
> > > > 
> > > > On Sep 24, 2017 15:04, "Oleg Kalnichevski" <ol...@apache.org>
> > > > wrote:
> > > > 
> > > > On Sun, 2017-09-24 at 12:28 -0600, Gary Gregory wrote:
> > > > > Dang, I just figured out that maven-surefire-plugin 2.20 ->
> > > > > 2.20.1 is
> > > > > required to build with Java 9 GA, for those of you who care.
> > > > > 
> > > > 
> > > > I intend to ensure both core and client 5.x can be built with
> > > > Java 9
> > > > and can run on JRE 9.
> > > > 
> > > > If you do not want to immediately cut parent 10 release I can
> > > > upgrade maven-surefire-plugin to 2.20.1 in project poms.
> > > > 
> > > > Oleg
> > > > 
> > > > > Gary
> > > > > 
> > > > > On Sun, Sep 24, 2017 at 12:27 PM, <gg...@apache.org>
> > > > > wrote:
> > > > > 
> > > > > > Repository: httpcomponents-parent
> > > > > > Updated Branches:
> > > > > >   refs/heads/master 4b870fa9e -> e62933d3d
> > > > > > 
> > > > > > 
> > > > > > Add comment for version 10.
> > > > > > 
> > > > > > Project: http://git-wip-us.apache.org/repos/asf/httpcompone
> > > > > > nts-pare
> > > > > > nt/repo
> > > > > > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponen
> > > > > > ts-
> > > > > > parent/commit/e62933d3
> > > > > > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents
> > > > > > -
> > > > > > parent/tree/e62933d3
> > > > > > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents
> > > > > > -
> > > > > > parent/diff/e62933d3
> > > > > > 
> > > > > > Branch: refs/heads/master
> > > > > > Commit: e62933d3d10f3289661f5a2145794240e11153db
> > > > > > Parents: 4b870fa
> > > > > > Author: Gary Gregory <gg...@apache.org>
> > > > > > Authored: Sun Sep 24 12:27:21 2017 -0600
> > > > > > Committer: Gary Gregory <gg...@apache.org>
> > > > > > Committed: Sun Sep 24 12:27:21 2017 -0600
> > > > > > 
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > >  pom.xml | 2 +-
> > > > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > > 
> > > > > > 
> > > > > > http://git-wip-us.apache.org/repos/asf/httpcomponents-
> > > > > > parent/blob/e62933d3/pom.xml
> > > > > > ---------------------------------------------------------
> > > > > > --------
> > > > > > -----
> > > > > > diff --git a/pom.xml b/pom.xml
> > > > > > index cdd2244..4e555d5 100644
> > > > > > --- a/pom.xml
> > > > > > +++ b/pom.xml
> > > > > > @@ -46,7 +46,7 @@
> > > > > >  Version 10 - changes since version 9
> > > > > >  ====================================
> > > > > > 
> > > > > > -maven-surefire-plugin 2.20 -> 2.20.1
> > > > > > +maven-surefire-plugin 2.20 -> 2.20.1 (required to build
> > > > > > with Java
> > > > > > 9 GA.)
> > > > > > 
> > > > > >  Version 9 - changes since version 8
> > > > > >  ===================================
> > > > > > 
> > > > > > 
> > > > 
> > > > -------------------------------------------------------------
> > > > --------
> > > > To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
> > > > For additional commands, e-mail: dev-help@hc.apache.org
> > > > 
> > > > 
> > > > 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


Re: httpcomponents-parent git commit: Add comment for version 10.

Posted by Gary Gregory <ga...@gmail.com>.
Oleg,

Should we release version 10 now or wait for the latest Maven Site Plugin
(to support Java 9)?

Gary

On Fri, Oct 6, 2017 at 9:15 AM, Gary Gregory <ga...@gmail.com> wrote:

> I could not get the latest checkstyle to work: it complains about a
> properties file not having the right header, which it seems to have :-(
>
> Gary
>
> On Mon, Sep 25, 2017 at 9:31 AM, Gary Gregory <ga...@gmail.com>
> wrote:
>
>> I also would like to use the latest Checkstyle, which is proving
>> problematic. I'll play with that as well...
>>
>> Gary
>>
>> On Sun, Sep 24, 2017 at 3:40 PM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>
>>> I like RERO so I will RC another parent POM tonight or tomorrow. I
>>> wonder if we can shorten the 72 hours minimum for the VOTE in this case.
>>>
>>> Gary
>>>
>>> On Sep 24, 2017 15:04, "Oleg Kalnichevski" <ol...@apache.org> wrote:
>>>
>>> On Sun, 2017-09-24 at 12:28 -0600, Gary Gregory wrote:
>>> > Dang, I just figured out that maven-surefire-plugin 2.20 -> 2.20.1 is
>>> > required to build with Java 9 GA, for those of you who care.
>>> >
>>>
>>> I intend to ensure both core and client 5.x can be built with Java 9
>>> and can run on JRE 9.
>>>
>>> If you do not want to immediately cut parent 10 release I can
>>> upgrade maven-surefire-plugin to 2.20.1 in project poms.
>>>
>>> Oleg
>>>
>>> > Gary
>>> >
>>> > On Sun, Sep 24, 2017 at 12:27 PM, <gg...@apache.org> wrote:
>>> >
>>> > > Repository: httpcomponents-parent
>>> > > Updated Branches:
>>> > >   refs/heads/master 4b870fa9e -> e62933d3d
>>> > >
>>> > >
>>> > > Add comment for version 10.
>>> > >
>>> > > Project: http://git-wip-us.apache.org/repos/asf/httpcomponents-pare
>>> > > nt/repo
>>> > > Commit: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>>> > > parent/commit/e62933d3
>>> > > Tree: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>>> > > parent/tree/e62933d3
>>> > > Diff: http://git-wip-us.apache.org/repos/asf/httpcomponents-
>>> > > parent/diff/e62933d3
>>> > >
>>> > > Branch: refs/heads/master
>>> > > Commit: e62933d3d10f3289661f5a2145794240e11153db
>>> > > Parents: 4b870fa
>>> > > Author: Gary Gregory <gg...@apache.org>
>>> > > Authored: Sun Sep 24 12:27:21 2017 -0600
>>> > > Committer: Gary Gregory <gg...@apache.org>
>>> > > Committed: Sun Sep 24 12:27:21 2017 -0600
>>> > >
>>> > > -----------------------------------------------------------------
>>> > > -----
>>> > >  pom.xml | 2 +-
>>> > >  1 file changed, 1 insertion(+), 1 deletion(-)
>>> > > -----------------------------------------------------------------
>>> > > -----
>>> > >
>>> > >
>>> > > http://git-wip-us.apache.org/repos/asf/httpcomponents-
>>> > > parent/blob/e62933d3/pom.xml
>>> > > -----------------------------------------------------------------
>>> > > -----
>>> > > diff --git a/pom.xml b/pom.xml
>>> > > index cdd2244..4e555d5 100644
>>> > > --- a/pom.xml
>>> > > +++ b/pom.xml
>>> > > @@ -46,7 +46,7 @@
>>> > >  Version 10 - changes since version 9
>>> > >  ====================================
>>> > >
>>> > > -maven-surefire-plugin 2.20 -> 2.20.1
>>> > > +maven-surefire-plugin 2.20 -> 2.20.1 (required to build with Java
>>> > > 9 GA.)
>>> > >
>>> > >  Version 9 - changes since version 8
>>> > >  ===================================
>>> > >
>>> > >
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
>>> For additional commands, e-mail: dev-help@hc.apache.org
>>>
>>>
>>>
>>
>