You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Stefan Bodewig <bo...@apache.org> on 2020/02/02 15:41:52 UTC

[VOTE] Release Compress 1.20 Based on RC1

This time there are not so many bugs but significant improvements that
people are waiting to get their hands on.

Compress 1.20 RC1 is available for review here:
    https://dist.apache.org/repos/dist/dev/commons/compress/
    (svn revision 37832)

The tag is here:
    https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tag;h=refs/tags/1.20-RC1
    on commit
    https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=db615d141f01d2575b0d3996030db81ed8541e72

Maven artifacts are here:
    https://repository.apache.org/content/repositories/orgapachecommons-NNNN/org/apache/commons/commons-compress/1.20/

These are the Maven artifacts and their hashes

7c9990e54ba0c7833054e003a386afd5205452c437501d0c49f4c26154116f44765176346229fbf131f22cb2fba43a5ea11c8c93e57af677841ba6d91e2883d0  commons-compress-1.20.jar
30634f984b24cfca6151541b611a8b07bcaae2536fef1453bc0a96dccc8c083c188c4d26d5feb12dc33c21cd1da6216af3fb7ab11167b1d8008c432656e1e579  commons-compress-1.20-javadoc.jar
7a9881a5b705f472805471ca46982cbe71ceceff3d45923cd9db7aee239825c96daed3c52ea4b7a54bca88910ff4659b5cb140c9c411e5c1d8e60bb46dd8a333  commons-compress-1.20-sources.jar
c7cbc2d7ac2f08f0c10f7b88af87f70c33db12b4d3b8124874e60ccffd5cf2735dc64bc2edf94bb806b283202bdc301dc05cb3fb694afc22f5831788abcd1a8f  commons-compress-1.20-tests.jar
d63e5ea6195ce5b0b7db7b5d881430dbc68f5b9f37131db1aef4d00ea37bb58793b0382e0af201ec8864b33aa9ca071ddc0abb06b788d4efea097cf970b6c88f  commons-compress-1.20-test-sources.jar
a7ad5f75c1509aa8d238e583a76fcf7f69fb93c40ac6cf6a3cf33dbb8c5dba98bfc0d81c88815b123d1196d958dd94a79c417e685a3440629d63b2068fe90bc3  commons-compress-1.20.pom

I have tested this with JDK 8 using Maven 3.5.4

Details of changes since 1.19 are in the release notes:
    https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt
    https://stefan.samaflost.de/staging/commons-compress-1.20/changes-report.html

Site:
    https://stefan.samaflost.de/staging/commons-compress-1.20/
  (note Javadocs of 1.20 have not been created right now and this is -
    as usual when I cut a release - not the site I'm going to publish
    after the release. I'll create a new site once the release date is known).

Japicmp Report (compared to 1.19):
    https://stefan.samaflost.de/staging/commons-compress-1.20/japicmp.html

RAT Report:
    https://stefan.samaflost.de/staging/commons-compress-1.20/rat-report.html

KEYS:
  https://www.apache.org/dist/commons/KEYS

Please review the release candidate and vote.
This vote will close no sooner that 72 hours from now,
i.e. sometime after 04:00 UTC 31-March 2010

  [ ] +1 Release these artifacts
  [ ] +0 OK, but...
  [ ] -0 OK, but really should fix...
  [ ] -1 I oppose this release because...

Thanks!

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
this is what you get when you copy-paste from the release
instructions :-)

> This vote will close no sooner that 72 hours from now,
> i.e. sometime after 04:00 UTC 31-March 2010

i.e. sometime after 16:00 UTC 05-Feb-2020

Stefan

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
I get the same issue out of:

mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\apache-maven\bin\..
Java version: 11.0.6, vendor: Amazon.com Inc., runtime: C:\Program
Files\Amazon Corretto\jdk11.0.6_10
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

[ERROR] Errors:
[ERROR]   OsgiITest.loadBundle » IO Error resolving artifact
org.ops4j.pax.exam:pax-exam...
[INFO]
[ERROR] Tests run: 1170, Failures: 0, Errors: 1, Skipped: 9

Still guessing that it's a compatibility issue between a change in maven
central and pax-4.13.1

-Rob


On Mon, Feb 3, 2020 at 11:40 AM Rob Tompkins <ch...@gmail.com> wrote:

>
>
> > On Feb 3, 2020, at 11:39 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Just to be on the safe side I would update Java 8 and 11 to their
> > respective current versions. It probably won't help but you and I will at
> > least be on the same foundation aside from the OS.
>
> Agree. Good point there.
>
> >
> > Gary
> >
> > On Mon, Feb 3, 2020 at 11:21 AM Rob Tompkins <ch...@gmail.com> wrote:
> >
> >> For what it’s worth, I get the failure regardless of whether or not I
> run
> >> the test with maven. The failure is in:
> >>
> >>
> >>
> org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:626)
> >>
> >> Which isn’t dependent upon maven at all actually. So, I suspect that
> maven
> >> has accommodated for the https, yet pax has not.
> >>
> >> If you declare your .m2 directory to be somewhere else, do you see the
> >> same failure?
> >>
> >> Also for what it’s worth, I’m running:
> >>
> >> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
> >> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> >> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> >> Java version: 1.8.0_222, vendor: Amazon.com Inc., runtime:
> >>
> /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
> >> Default locale: en_US, platform encoding: UTF-8
> >> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
> >> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % java11
> >> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
> >> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> >> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> >> Java version: 11.0.5, vendor: Amazon.com Inc., runtime:
> >> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
> >> Default locale: en_US, platform encoding: UTF-8
> >> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
> >>
> >>> On Feb 3, 2020, at 11:09 AM, Rob Tompkins <ch...@gmail.com> wrote:
> >>>
> >>> Right….I get the artifact from maven central over https…let me make
> sure
> >> I’m on the latest maven version. -Rob
> >>>
> >>>> On Feb 3, 2020, at 11:08 AM, Stefan Bodewig <bo...@apache.org>
> wrote:
> >>>>
> >>>> On 2020-02-03, Rob Tompkins wrote:
> >>>>
> >>>>> I’m not sure what changed between yesterday and today, but it seems
> >> that the org.apache.commons.compress.OsgiTest is failing due to a 501
> being
> >> returned from
> >>
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> >> <
> >>
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> >>>
> >>>>
> >>>> That should be https rather than http. Maven Central requires TLS by
> >>>> now.
> >>>>
> >>>> I don't think Compress configures repositories explicitly, so it might
> >>>> be the version f Maven?
> >>>>
> >>>> Stefan
> >>>>
> >>>> ---------------------------------------------------------------------
> >>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >>>> For additional commands, e-mail: dev-help@commons.apache.org
> >>>>
> >>>
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
>
>

Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.

> On Feb 3, 2020, at 11:39 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Just to be on the safe side I would update Java 8 and 11 to their
> respective current versions. It probably won't help but you and I will at
> least be on the same foundation aside from the OS.

Agree. Good point there.

> 
> Gary
> 
> On Mon, Feb 3, 2020 at 11:21 AM Rob Tompkins <ch...@gmail.com> wrote:
> 
>> For what it’s worth, I get the failure regardless of whether or not I run
>> the test with maven. The failure is in:
>> 
>> 
>> org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:626)
>> 
>> Which isn’t dependent upon maven at all actually. So, I suspect that maven
>> has accommodated for the https, yet pax has not.
>> 
>> If you declare your .m2 directory to be somewhere else, do you see the
>> same failure?
>> 
>> Also for what it’s worth, I’m running:
>> 
>> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
>> Java version: 1.8.0_222, vendor: Amazon.com Inc., runtime:
>> /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
>> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % java11
>> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
>> Java version: 11.0.5, vendor: Amazon.com Inc., runtime:
>> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
>> Default locale: en_US, platform encoding: UTF-8
>> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
>> 
>>> On Feb 3, 2020, at 11:09 AM, Rob Tompkins <ch...@gmail.com> wrote:
>>> 
>>> Right….I get the artifact from maven central over https…let me make sure
>> I’m on the latest maven version. -Rob
>>> 
>>>> On Feb 3, 2020, at 11:08 AM, Stefan Bodewig <bo...@apache.org> wrote:
>>>> 
>>>> On 2020-02-03, Rob Tompkins wrote:
>>>> 
>>>>> I’m not sure what changed between yesterday and today, but it seems
>> that the org.apache.commons.compress.OsgiTest is failing due to a 501 being
>> returned from
>> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
>> <
>> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
>>> 
>>>> 
>>>> That should be https rather than http. Maven Central requires TLS by
>>>> now.
>>>> 
>>>> I don't think Compress configures repositories explicitly, so it might
>>>> be the version f Maven?
>>>> 
>>>> Stefan
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>> 
>>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>> 
>> 


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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
Just to be on the safe side I would update Java 8 and 11 to their
respective current versions. It probably won't help but you and I will at
least be on the same foundation aside from the OS.

Gary

On Mon, Feb 3, 2020 at 11:21 AM Rob Tompkins <ch...@gmail.com> wrote:

> For what it’s worth, I get the failure regardless of whether or not I run
> the test with maven. The failure is in:
>
>
> org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:626)
>
> Which isn’t dependent upon maven at all actually. So, I suspect that maven
> has accommodated for the https, yet pax has not.
>
> If you declare your .m2 directory to be somewhere else, do you see the
> same failure?
>
> Also for what it’s worth, I’m running:
>
> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> Java version: 1.8.0_222, vendor: Amazon.com Inc., runtime:
> /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % java11
> chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: /usr/local/Cellar/maven/3.6.3/libexec
> Java version: 11.0.5, vendor: Amazon.com Inc., runtime:
> /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
>
> > On Feb 3, 2020, at 11:09 AM, Rob Tompkins <ch...@gmail.com> wrote:
> >
> > Right….I get the artifact from maven central over https…let me make sure
> I’m on the latest maven version. -Rob
> >
> >> On Feb 3, 2020, at 11:08 AM, Stefan Bodewig <bo...@apache.org> wrote:
> >>
> >> On 2020-02-03, Rob Tompkins wrote:
> >>
> >>> I’m not sure what changed between yesterday and today, but it seems
> that the org.apache.commons.compress.OsgiTest is failing due to a 501 being
> returned from
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> <
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> >
> >>
> >> That should be https rather than http. Maven Central requires TLS by
> >> now.
> >>
> >> I don't think Compress configures repositories explicitly, so it might
> >> be the version f Maven?
> >>
> >> Stefan
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
On 2020-02-03, Rob Tompkins wrote:

> I'm fairly indifferent. I would minimally state it in the release
> notes that test fails with that.

After having slept over it, I think it is awkward that a build on a
fresh machine won't work. I'll cancel the vote.

> If you want, I'm happy to RC for 1.20-RC2, if you think we want to go
> that route.

Thanks for the offer.

> Just want to be helpful as opposed to slowing things down.

I know that and it is good, don't worry. :-)

And thank you

      Stefan

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Feb 3, 2020 at 12:06 PM Rob Tompkins <ch...@gmail.com> wrote:

> Agree  151e0fb3fa241887ae3192cc92c572401c6a182b
> <
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commitdiff;h=151e0fb3fa241887ae3192cc92c572401c6a182b
> >
> fixes
> it. I'm fairly indifferent. I would minimally state it in the release notes
> that test fails with that. If you want, I'm happy to RC for 1.20-RC2, if
> you think we want to go that route. Just want to be helpful as opposed to
> slowing things down.
>
> Thoughts?
>

I would be OK with detailing the fix to the test in the release notes. It's
not ideal of course, but it seems like an unusual case, all of my builds
were OK.

Gary


>
> -Rob
>
> On Mon, Feb 3, 2020 at 12:01 PM Stefan Bodewig <bo...@apache.org> wrote:
>
> > On 2020-02-03, Stefan Bodewig wrote:
> >
> > > On 2020-02-03, Rob Tompkins wrote:
> >
> > >> If you declare your .m2 directory to be somewhere else, do you see the
> > same failure?
> >
> > > I do.
> >
> > > It looks as if there was an option to explicitly set remote
> > > repositories, I'll try that.
> >
> >
> >
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commitdiff;h=151e0fb3fa241887ae3192cc92c572401c6a182b
> >
> > works for me.
> >
> > I'll leave it up to you whether you think this needs to go into the 1.20
> > release or can remain as a fix post-release.
> >
> > Stefan
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>

Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
Agree  151e0fb3fa241887ae3192cc92c572401c6a182b
<https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commitdiff;h=151e0fb3fa241887ae3192cc92c572401c6a182b>
fixes
it. I'm fairly indifferent. I would minimally state it in the release notes
that test fails with that. If you want, I'm happy to RC for 1.20-RC2, if
you think we want to go that route. Just want to be helpful as opposed to
slowing things down.

Thoughts?

-Rob

On Mon, Feb 3, 2020 at 12:01 PM Stefan Bodewig <bo...@apache.org> wrote:

> On 2020-02-03, Stefan Bodewig wrote:
>
> > On 2020-02-03, Rob Tompkins wrote:
>
> >> If you declare your .m2 directory to be somewhere else, do you see the
> same failure?
>
> > I do.
>
> > It looks as if there was an option to explicitly set remote
> > repositories, I'll try that.
>
>
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commitdiff;h=151e0fb3fa241887ae3192cc92c572401c6a182b
>
> works for me.
>
> I'll leave it up to you whether you think this needs to go into the 1.20
> release or can remain as a fix post-release.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
On 2020-02-03, Stefan Bodewig wrote:

> On 2020-02-03, Rob Tompkins wrote:

>> If you declare your .m2 directory to be somewhere else, do you see the same failure?

> I do.

> It looks as if there was an option to explicitly set remote
> repositories, I'll try that.

https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commitdiff;h=151e0fb3fa241887ae3192cc92c572401c6a182b

works for me.

I'll leave it up to you whether you think this needs to go into the 1.20
release or can remain as a fix post-release.

Stefan

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
On 2020-02-03, Rob Tompkins wrote:

> If you declare your .m2 directory to be somewhere else, do you see the same failure?

I do.

It looks as if there was an option to explicitly set remote
repositories, I'll try that.

Stefan

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
For what it’s worth, I get the failure regardless of whether or not I run the test with maven. The failure is in:

org.ops4j.pax.url.mvn.internal.AetherBasedResolver.resolve(AetherBasedResolver.java:626)

Which isn’t dependent upon maven at all actually. So, I suspect that maven has accommodated for the https, yet pax has not. 

If you declare your .m2 directory to be somewhere else, do you see the same failure?

Also for what it’s worth, I’m running:

chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/local/Cellar/maven/3.6.3/libexec
Java version: 1.8.0_222, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-8.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
chtompki@Robs-MacBook-Pro commons-compress-1.20-src % java11
chtompki@Robs-MacBook-Pro commons-compress-1.20-src % mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /usr/local/Cellar/maven/3.6.3/libexec
Java version: 11.0.5, vendor: Amazon.com Inc., runtime: /Library/Java/JavaVirtualMachines/amazon-corretto-11.jdk/Contents/Home
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"

> On Feb 3, 2020, at 11:09 AM, Rob Tompkins <ch...@gmail.com> wrote:
> 
> Right….I get the artifact from maven central over https…let me make sure I’m on the latest maven version. -Rob
> 
>> On Feb 3, 2020, at 11:08 AM, Stefan Bodewig <bo...@apache.org> wrote:
>> 
>> On 2020-02-03, Rob Tompkins wrote:
>> 
>>> I’m not sure what changed between yesterday and today, but it seems that the org.apache.commons.compress.OsgiTest is failing due to a 501 being returned from http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar <http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar>
>> 
>> That should be https rather than http. Maven Central requires TLS by
>> now.
>> 
>> I don't think Compress configures repositories explicitly, so it might
>> be the version f Maven?
>> 
>> Stefan
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>> 
> 


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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
Right….I get the artifact from maven central over https…let me make sure I’m on the latest maven version. -Rob

> On Feb 3, 2020, at 11:08 AM, Stefan Bodewig <bo...@apache.org> wrote:
> 
> On 2020-02-03, Rob Tompkins wrote:
> 
>> I’m not sure what changed between yesterday and today, but it seems that the org.apache.commons.compress.OsgiTest is failing due to a 501 being returned from http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar <http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar>
> 
> That should be https rather than http. Maven Central requires TLS by
> now.
> 
> I don't think Compress configures repositories explicitly, so it might
> be the version f Maven?
> 
> Stefan
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
On 2020-02-03, Rob Tompkins wrote:

> I’m not sure what changed between yesterday and today, but it seems that the org.apache.commons.compress.OsgiTest is failing due to a 501 being returned from http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar <http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar>

That should be https rather than http. Maven Central requires TLS by
now.

I don't think Compress configures repositories explicitly, so it might
be the version f Maven?

Stefan

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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
Blerg….let me switch to a windows machine real quick to see if I get a difference there.

-Rob

> On Feb 3, 2020, at 11:37 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> On Mon, Feb 3, 2020 at 11:04 AM Rob Tompkins <ch...@gmail.com> wrote:
> 
>> I’m not sure what changed between yesterday and today, but it seems that
>> the org.apache.commons.compress.OsgiTest is failing due to a 501 being
>> returned from
>> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
>> <
>> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
>>> 
>> 
>> Note, I also receive this 501 in the browser with that URL. Do you guys
>> also get this test failure, today? I suspect that something in maven
>> central changed to cause this.
>> 
> 
> I just ran 'mvn -V -U clean package' on the git tag and it ran fine but my
> local Maven cache is already populated.
> 
> Gary
> 
> 
>> 
>> -Rob
>> 
>>> On Feb 2, 2020, at 12:38 PM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>> 
>>> +1
>>> 
>>> My review is based on the Git tag.
>>> 
>>> Apache RAT check OK.
>>> Reports OK.
>>> 
>>> Building OK with '*mvn -V clean install site -P jacoco -P japicmp*' on:
>>> 
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *1.8.0_241, *vendor:* Oracle Corporation*, runtime:
>>> C:\Program Files\Java\jdk1.8.0_241\jre
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> 
>>> Testing OK '*mvn -V test*' with:
>>> 
>>> java version "11.0.6" 2020-01-14 LTS
>>> Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
>>> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
>>> 
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *11.0.6, *vendor:* Oracle Corporation*, runtime: C:\Program
>>> Files\Java\jdk-11.0.6
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> java version "12.0.2" 2019-07-16
>>> Java(TM) SE Runtime Environment (build 12.0.2+10)
>>> Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
>>> 
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *12.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
>>> Files\Java\jdk-12.0.2
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> java version "13.0.2" 2020-01-14
>>> Java(TM) SE Runtime Environment (build 13.0.2+8)
>>> Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)
>>> 
>>> C:\temp\rc\logging-log4j-scala\commons-compress>mvn -V test
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *13.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
>>> Files\Java\jdk-13.0.2
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> openjdk version "1.8.0_222"
>>> OpenJDK Runtime Environment Corretto-8.222.10.3 (build 1.8.0_222-b10)
>>> OpenJDK 64-Bit Server VM Corretto-8.222.10.3 (build 25.222-b10, mixed
>> mode)
>>> 
>>> C:\temp\rc\commons-compress>mvn -V test
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *1.8.0_222, *vendor:* Amazon.com Inc.*, runtime: C:\Program
>>> Files\Java\amazon-corretto\jdk1.8.0_222\jre
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> openjdk version "1.8.0_242"
>>> OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
>>> OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed
>> mode)
>>> 
>>> C:\temp\rc\commons-compress>mvn -V test
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *1.8.0_242, *vendor:* Amazon.com Inc.*, runtime: C:\Program
>>> Files\Java\amazon-corretto\jdk1.8.0_242\jre
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> openjdk version "11.0.6" 2020-01-14 LTS
>>> OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
>>> OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed
>>> mode)
>>> 
>>> C:\temp\rc\commons-compress>mvn -V test
>>> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
>>> Maven home: C:\Java\apache-maven-3.6.3\bin\..
>>> Java version: *11.0.6*, vendor: *Amazon.com Inc.*, runtime: C:\Program
>>> Files\Java\amazon-corretto\jdk11.0.6_10
>>> Default locale: en_US, platform encoding: Cp1252
>>> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
>>> -
>>> Not testing with Java 14-EA or Java 15-EA since pack200 has been removed
>>> which breaks the build.
>>> 
>>> Gary
>>> 
>>> On Sun, Feb 2, 2020 at 10:41 AM Stefan Bodewig <bo...@apache.org>
>> wrote:
>>> 
>>>> This time there are not so many bugs but significant improvements that
>>>> people are waiting to get their hands on.
>>>> 
>>>> Compress 1.20 RC1 is available for review here:
>>>>   https://dist.apache.org/repos/dist/dev/commons/compress/
>>>>   (svn revision 37832)
>>>> 
>>>> The tag is here:
>>>> 
>>>> 
>> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tag;h=refs/tags/1.20-RC1
>>>>   on commit
>>>> 
>>>> 
>> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=db615d141f01d2575b0d3996030db81ed8541e72
>>>> 
>>>> Maven artifacts are here:
>>>> 
>>>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-NNNN/org/apache/commons/commons-compress/1.20/
>>>> 
>>>> These are the Maven artifacts and their hashes
>>>> 
>>>> 
>> 7c9990e54ba0c7833054e003a386afd5205452c437501d0c49f4c26154116f44765176346229fbf131f22cb2fba43a5ea11c8c93e57af677841ba6d91e2883d0
>>>> commons-compress-1.20.jar
>>>> 
>> 30634f984b24cfca6151541b611a8b07bcaae2536fef1453bc0a96dccc8c083c188c4d26d5feb12dc33c21cd1da6216af3fb7ab11167b1d8008c432656e1e579
>>>> commons-compress-1.20-javadoc.jar
>>>> 
>> 7a9881a5b705f472805471ca46982cbe71ceceff3d45923cd9db7aee239825c96daed3c52ea4b7a54bca88910ff4659b5cb140c9c411e5c1d8e60bb46dd8a333
>>>> commons-compress-1.20-sources.jar
>>>> 
>> c7cbc2d7ac2f08f0c10f7b88af87f70c33db12b4d3b8124874e60ccffd5cf2735dc64bc2edf94bb806b283202bdc301dc05cb3fb694afc22f5831788abcd1a8f
>>>> commons-compress-1.20-tests.jar
>>>> 
>> d63e5ea6195ce5b0b7db7b5d881430dbc68f5b9f37131db1aef4d00ea37bb58793b0382e0af201ec8864b33aa9ca071ddc0abb06b788d4efea097cf970b6c88f
>>>> commons-compress-1.20-test-sources.jar
>>>> 
>> a7ad5f75c1509aa8d238e583a76fcf7f69fb93c40ac6cf6a3cf33dbb8c5dba98bfc0d81c88815b123d1196d958dd94a79c417e685a3440629d63b2068fe90bc3
>>>> commons-compress-1.20.pom
>>>> 
>>>> I have tested this with JDK 8 using Maven 3.5.4
>>>> 
>>>> Details of changes since 1.19 are in the release notes:
>>>> 
>>>> 
>> https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt
>>>> 
>>>> 
>> https://stefan.samaflost.de/staging/commons-compress-1.20/changes-report.html
>>>> 
>>>> Site:
>>>>   https://stefan.samaflost.de/staging/commons-compress-1.20/
>>>> (note Javadocs of 1.20 have not been created right now and this is -
>>>>   as usual when I cut a release - not the site I'm going to publish
>>>>   after the release. I'll create a new site once the release date is
>>>> known).
>>>> 
>>>> Japicmp Report (compared to 1.19):
>>>> 
>> https://stefan.samaflost.de/staging/commons-compress-1.20/japicmp.html
>>>> 
>>>> RAT Report:
>>>> 
>>>> 
>> https://stefan.samaflost.de/staging/commons-compress-1.20/rat-report.html
>>>> 
>>>> KEYS:
>>>> https://www.apache.org/dist/commons/KEYS
>>>> 
>>>> Please review the release candidate and vote.
>>>> This vote will close no sooner that 72 hours from now,
>>>> i.e. sometime after 04:00 UTC 31-March 2010
>>>> 
>>>> [ ] +1 Release these artifacts
>>>> [ ] +0 OK, but...
>>>> [ ] -0 OK, but really should fix...
>>>> [ ] -1 I oppose this release because...
>>>> 
>>>> Thanks!
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>> 
>>>> 
>> 
>> 


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


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
On Mon, Feb 3, 2020 at 11:04 AM Rob Tompkins <ch...@gmail.com> wrote:

> I’m not sure what changed between yesterday and today, but it seems that
> the org.apache.commons.compress.OsgiTest is failing due to a 501 being
> returned from
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> <
> http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar
> >
>
> Note, I also receive this 501 in the browser with that URL. Do you guys
> also get this test failure, today? I suspect that something in maven
> central changed to cause this.
>

I just ran 'mvn -V -U clean package' on the git tag and it ran fine but my
local Maven cache is already populated.

Gary


>
> -Rob
>
> > On Feb 2, 2020, at 12:38 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > +1
> >
> > My review is based on the Git tag.
> >
> > Apache RAT check OK.
> > Reports OK.
> >
> > Building OK with '*mvn -V clean install site -P jacoco -P japicmp*' on:
> >
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *1.8.0_241, *vendor:* Oracle Corporation*, runtime:
> > C:\Program Files\Java\jdk1.8.0_241\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> >
> > Testing OK '*mvn -V test*' with:
> >
> > java version "11.0.6" 2020-01-14 LTS
> > Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
> > Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
> >
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *11.0.6, *vendor:* Oracle Corporation*, runtime: C:\Program
> > Files\Java\jdk-11.0.6
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > java version "12.0.2" 2019-07-16
> > Java(TM) SE Runtime Environment (build 12.0.2+10)
> > Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
> >
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *12.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
> > Files\Java\jdk-12.0.2
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > java version "13.0.2" 2020-01-14
> > Java(TM) SE Runtime Environment (build 13.0.2+8)
> > Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)
> >
> > C:\temp\rc\logging-log4j-scala\commons-compress>mvn -V test
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *13.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
> > Files\Java\jdk-13.0.2
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > openjdk version "1.8.0_222"
> > OpenJDK Runtime Environment Corretto-8.222.10.3 (build 1.8.0_222-b10)
> > OpenJDK 64-Bit Server VM Corretto-8.222.10.3 (build 25.222-b10, mixed
> mode)
> >
> > C:\temp\rc\commons-compress>mvn -V test
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *1.8.0_222, *vendor:* Amazon.com Inc.*, runtime: C:\Program
> > Files\Java\amazon-corretto\jdk1.8.0_222\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > openjdk version "1.8.0_242"
> > OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
> > OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed
> mode)
> >
> > C:\temp\rc\commons-compress>mvn -V test
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *1.8.0_242, *vendor:* Amazon.com Inc.*, runtime: C:\Program
> > Files\Java\amazon-corretto\jdk1.8.0_242\jre
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > openjdk version "11.0.6" 2020-01-14 LTS
> > OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
> > OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed
> > mode)
> >
> > C:\temp\rc\commons-compress>mvn -V test
> > Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> > Maven home: C:\Java\apache-maven-3.6.3\bin\..
> > Java version: *11.0.6*, vendor: *Amazon.com Inc.*, runtime: C:\Program
> > Files\Java\amazon-corretto\jdk11.0.6_10
> > Default locale: en_US, platform encoding: Cp1252
> > OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> > -
> > Not testing with Java 14-EA or Java 15-EA since pack200 has been removed
> > which breaks the build.
> >
> > Gary
> >
> > On Sun, Feb 2, 2020 at 10:41 AM Stefan Bodewig <bo...@apache.org>
> wrote:
> >
> >> This time there are not so many bugs but significant improvements that
> >> people are waiting to get their hands on.
> >>
> >> Compress 1.20 RC1 is available for review here:
> >>    https://dist.apache.org/repos/dist/dev/commons/compress/
> >>    (svn revision 37832)
> >>
> >> The tag is here:
> >>
> >>
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tag;h=refs/tags/1.20-RC1
> >>    on commit
> >>
> >>
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=db615d141f01d2575b0d3996030db81ed8541e72
> >>
> >> Maven artifacts are here:
> >>
> >>
> https://repository.apache.org/content/repositories/orgapachecommons-NNNN/org/apache/commons/commons-compress/1.20/
> >>
> >> These are the Maven artifacts and their hashes
> >>
> >>
> 7c9990e54ba0c7833054e003a386afd5205452c437501d0c49f4c26154116f44765176346229fbf131f22cb2fba43a5ea11c8c93e57af677841ba6d91e2883d0
> >> commons-compress-1.20.jar
> >>
> 30634f984b24cfca6151541b611a8b07bcaae2536fef1453bc0a96dccc8c083c188c4d26d5feb12dc33c21cd1da6216af3fb7ab11167b1d8008c432656e1e579
> >> commons-compress-1.20-javadoc.jar
> >>
> 7a9881a5b705f472805471ca46982cbe71ceceff3d45923cd9db7aee239825c96daed3c52ea4b7a54bca88910ff4659b5cb140c9c411e5c1d8e60bb46dd8a333
> >> commons-compress-1.20-sources.jar
> >>
> c7cbc2d7ac2f08f0c10f7b88af87f70c33db12b4d3b8124874e60ccffd5cf2735dc64bc2edf94bb806b283202bdc301dc05cb3fb694afc22f5831788abcd1a8f
> >> commons-compress-1.20-tests.jar
> >>
> d63e5ea6195ce5b0b7db7b5d881430dbc68f5b9f37131db1aef4d00ea37bb58793b0382e0af201ec8864b33aa9ca071ddc0abb06b788d4efea097cf970b6c88f
> >> commons-compress-1.20-test-sources.jar
> >>
> a7ad5f75c1509aa8d238e583a76fcf7f69fb93c40ac6cf6a3cf33dbb8c5dba98bfc0d81c88815b123d1196d958dd94a79c417e685a3440629d63b2068fe90bc3
> >> commons-compress-1.20.pom
> >>
> >> I have tested this with JDK 8 using Maven 3.5.4
> >>
> >> Details of changes since 1.19 are in the release notes:
> >>
> >>
> https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt
> >>
> >>
> https://stefan.samaflost.de/staging/commons-compress-1.20/changes-report.html
> >>
> >> Site:
> >>    https://stefan.samaflost.de/staging/commons-compress-1.20/
> >>  (note Javadocs of 1.20 have not been created right now and this is -
> >>    as usual when I cut a release - not the site I'm going to publish
> >>    after the release. I'll create a new site once the release date is
> >> known).
> >>
> >> Japicmp Report (compared to 1.19):
> >>
> https://stefan.samaflost.de/staging/commons-compress-1.20/japicmp.html
> >>
> >> RAT Report:
> >>
> >>
> https://stefan.samaflost.de/staging/commons-compress-1.20/rat-report.html
> >>
> >> KEYS:
> >>  https://www.apache.org/dist/commons/KEYS
> >>
> >> Please review the release candidate and vote.
> >> This vote will close no sooner that 72 hours from now,
> >> i.e. sometime after 04:00 UTC 31-March 2010
> >>
> >>  [ ] +1 Release these artifacts
> >>  [ ] +0 OK, but...
> >>  [ ] -0 OK, but really should fix...
> >>  [ ] -1 I oppose this release because...
> >>
> >> Thanks!
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> >> For additional commands, e-mail: dev-help@commons.apache.org
> >>
> >>
>
>

Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Rob Tompkins <ch...@gmail.com>.
I’m not sure what changed between yesterday and today, but it seems that the org.apache.commons.compress.OsgiTest is failing due to a 501 being returned from http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar <http://repo1.maven.org/maven2/org/ops4j/pax/exam/pax-exam-inject/4.13.1/pax-exam-inject-4.13.1.jar>

Note, I also receive this 501 in the browser with that URL. Do you guys also get this test failure, today? I suspect that something in maven central changed to cause this.

-Rob

> On Feb 2, 2020, at 12:38 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> +1
> 
> My review is based on the Git tag.
> 
> Apache RAT check OK.
> Reports OK.
> 
> Building OK with '*mvn -V clean install site -P jacoco -P japicmp*' on:
> 
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *1.8.0_241, *vendor:* Oracle Corporation*, runtime:
> C:\Program Files\Java\jdk1.8.0_241\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> 
> Testing OK '*mvn -V test*' with:
> 
> java version "11.0.6" 2020-01-14 LTS
> Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
> Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)
> 
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *11.0.6, *vendor:* Oracle Corporation*, runtime: C:\Program
> Files\Java\jdk-11.0.6
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> java version "12.0.2" 2019-07-16
> Java(TM) SE Runtime Environment (build 12.0.2+10)
> Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
> 
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *12.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
> Files\Java\jdk-12.0.2
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> java version "13.0.2" 2020-01-14
> Java(TM) SE Runtime Environment (build 13.0.2+8)
> Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)
> 
> C:\temp\rc\logging-log4j-scala\commons-compress>mvn -V test
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *13.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
> Files\Java\jdk-13.0.2
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> openjdk version "1.8.0_222"
> OpenJDK Runtime Environment Corretto-8.222.10.3 (build 1.8.0_222-b10)
> OpenJDK 64-Bit Server VM Corretto-8.222.10.3 (build 25.222-b10, mixed mode)
> 
> C:\temp\rc\commons-compress>mvn -V test
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *1.8.0_222, *vendor:* Amazon.com Inc.*, runtime: C:\Program
> Files\Java\amazon-corretto\jdk1.8.0_222\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> openjdk version "1.8.0_242"
> OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
> OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed mode)
> 
> C:\temp\rc\commons-compress>mvn -V test
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *1.8.0_242, *vendor:* Amazon.com Inc.*, runtime: C:\Program
> Files\Java\amazon-corretto\jdk1.8.0_242\jre
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> openjdk version "11.0.6" 2020-01-14 LTS
> OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
> OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed
> mode)
> 
> C:\temp\rc\commons-compress>mvn -V test
> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
> Maven home: C:\Java\apache-maven-3.6.3\bin\..
> Java version: *11.0.6*, vendor: *Amazon.com Inc.*, runtime: C:\Program
> Files\Java\amazon-corretto\jdk11.0.6_10
> Default locale: en_US, platform encoding: Cp1252
> OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
> -
> Not testing with Java 14-EA or Java 15-EA since pack200 has been removed
> which breaks the build.
> 
> Gary
> 
> On Sun, Feb 2, 2020 at 10:41 AM Stefan Bodewig <bo...@apache.org> wrote:
> 
>> This time there are not so many bugs but significant improvements that
>> people are waiting to get their hands on.
>> 
>> Compress 1.20 RC1 is available for review here:
>>    https://dist.apache.org/repos/dist/dev/commons/compress/
>>    (svn revision 37832)
>> 
>> The tag is here:
>> 
>> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tag;h=refs/tags/1.20-RC1
>>    on commit
>> 
>> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=db615d141f01d2575b0d3996030db81ed8541e72
>> 
>> Maven artifacts are here:
>> 
>> https://repository.apache.org/content/repositories/orgapachecommons-NNNN/org/apache/commons/commons-compress/1.20/
>> 
>> These are the Maven artifacts and their hashes
>> 
>> 7c9990e54ba0c7833054e003a386afd5205452c437501d0c49f4c26154116f44765176346229fbf131f22cb2fba43a5ea11c8c93e57af677841ba6d91e2883d0
>> commons-compress-1.20.jar
>> 30634f984b24cfca6151541b611a8b07bcaae2536fef1453bc0a96dccc8c083c188c4d26d5feb12dc33c21cd1da6216af3fb7ab11167b1d8008c432656e1e579
>> commons-compress-1.20-javadoc.jar
>> 7a9881a5b705f472805471ca46982cbe71ceceff3d45923cd9db7aee239825c96daed3c52ea4b7a54bca88910ff4659b5cb140c9c411e5c1d8e60bb46dd8a333
>> commons-compress-1.20-sources.jar
>> c7cbc2d7ac2f08f0c10f7b88af87f70c33db12b4d3b8124874e60ccffd5cf2735dc64bc2edf94bb806b283202bdc301dc05cb3fb694afc22f5831788abcd1a8f
>> commons-compress-1.20-tests.jar
>> d63e5ea6195ce5b0b7db7b5d881430dbc68f5b9f37131db1aef4d00ea37bb58793b0382e0af201ec8864b33aa9ca071ddc0abb06b788d4efea097cf970b6c88f
>> commons-compress-1.20-test-sources.jar
>> a7ad5f75c1509aa8d238e583a76fcf7f69fb93c40ac6cf6a3cf33dbb8c5dba98bfc0d81c88815b123d1196d958dd94a79c417e685a3440629d63b2068fe90bc3
>> commons-compress-1.20.pom
>> 
>> I have tested this with JDK 8 using Maven 3.5.4
>> 
>> Details of changes since 1.19 are in the release notes:
>> 
>> https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt
>> 
>> https://stefan.samaflost.de/staging/commons-compress-1.20/changes-report.html
>> 
>> Site:
>>    https://stefan.samaflost.de/staging/commons-compress-1.20/
>>  (note Javadocs of 1.20 have not been created right now and this is -
>>    as usual when I cut a release - not the site I'm going to publish
>>    after the release. I'll create a new site once the release date is
>> known).
>> 
>> Japicmp Report (compared to 1.19):
>>    https://stefan.samaflost.de/staging/commons-compress-1.20/japicmp.html
>> 
>> RAT Report:
>> 
>> https://stefan.samaflost.de/staging/commons-compress-1.20/rat-report.html
>> 
>> KEYS:
>>  https://www.apache.org/dist/commons/KEYS
>> 
>> Please review the release candidate and vote.
>> This vote will close no sooner that 72 hours from now,
>> i.e. sometime after 04:00 UTC 31-March 2010
>> 
>>  [ ] +1 Release these artifacts
>>  [ ] +0 OK, but...
>>  [ ] -0 OK, but really should fix...
>>  [ ] -1 I oppose this release because...
>> 
>> Thanks!
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>> 
>> 


Re: [VOTE] Release Compress 1.20 Based on RC1

Posted by Gary Gregory <ga...@gmail.com>.
+1

My review is based on the Git tag.

Apache RAT check OK.
Reports OK.

Building OK with '*mvn -V clean install site -P jacoco -P japicmp*' on:

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *1.8.0_241, *vendor:* Oracle Corporation*, runtime:
C:\Program Files\Java\jdk1.8.0_241\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"

Testing OK '*mvn -V test*' with:

java version "11.0.6" 2020-01-14 LTS
Java(TM) SE Runtime Environment 18.9 (build 11.0.6+8-LTS)
Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.6+8-LTS, mixed mode)

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *11.0.6, *vendor:* Oracle Corporation*, runtime: C:\Program
Files\Java\jdk-11.0.6
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
java version "12.0.2" 2019-07-16
Java(TM) SE Runtime Environment (build 12.0.2+10)
Java HotSpot(TM) 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)

Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *12.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
Files\Java\jdk-12.0.2
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
java version "13.0.2" 2020-01-14
Java(TM) SE Runtime Environment (build 13.0.2+8)
Java HotSpot(TM) 64-Bit Server VM (build 13.0.2+8, mixed mode, sharing)

C:\temp\rc\logging-log4j-scala\commons-compress>mvn -V test
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *13.0.2, *vendor:* Oracle Corporation*, runtime: C:\Program
Files\Java\jdk-13.0.2
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
openjdk version "1.8.0_222"
OpenJDK Runtime Environment Corretto-8.222.10.3 (build 1.8.0_222-b10)
OpenJDK 64-Bit Server VM Corretto-8.222.10.3 (build 25.222-b10, mixed mode)

C:\temp\rc\commons-compress>mvn -V test
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *1.8.0_222, *vendor:* Amazon.com Inc.*, runtime: C:\Program
Files\Java\amazon-corretto\jdk1.8.0_222\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
openjdk version "1.8.0_242"
OpenJDK Runtime Environment Corretto-8.242.08.1 (build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM Corretto-8.242.08.1 (build 25.242-b08, mixed mode)

C:\temp\rc\commons-compress>mvn -V test
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *1.8.0_242, *vendor:* Amazon.com Inc.*, runtime: C:\Program
Files\Java\amazon-corretto\jdk1.8.0_242\jre
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
openjdk version "11.0.6" 2020-01-14 LTS
OpenJDK Runtime Environment Corretto-11.0.6.10.1 (build 11.0.6+10-LTS)
OpenJDK 64-Bit Server VM Corretto-11.0.6.10.1 (build 11.0.6+10-LTS, mixed
mode)

C:\temp\rc\commons-compress>mvn -V test
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: C:\Java\apache-maven-3.6.3\bin\..
Java version: *11.0.6*, vendor: *Amazon.com Inc.*, runtime: C:\Program
Files\Java\amazon-corretto\jdk11.0.6_10
Default locale: en_US, platform encoding: Cp1252
OS name: "windows 10", version: "10.0", arch: "amd64", family: "windows"
-
Not testing with Java 14-EA or Java 15-EA since pack200 has been removed
which breaks the build.

Gary

On Sun, Feb 2, 2020 at 10:41 AM Stefan Bodewig <bo...@apache.org> wrote:

> This time there are not so many bugs but significant improvements that
> people are waiting to get their hands on.
>
> Compress 1.20 RC1 is available for review here:
>     https://dist.apache.org/repos/dist/dev/commons/compress/
>     (svn revision 37832)
>
> The tag is here:
>
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=tag;h=refs/tags/1.20-RC1
>     on commit
>
> https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=commit;h=db615d141f01d2575b0d3996030db81ed8541e72
>
> Maven artifacts are here:
>
> https://repository.apache.org/content/repositories/orgapachecommons-NNNN/org/apache/commons/commons-compress/1.20/
>
> These are the Maven artifacts and their hashes
>
> 7c9990e54ba0c7833054e003a386afd5205452c437501d0c49f4c26154116f44765176346229fbf131f22cb2fba43a5ea11c8c93e57af677841ba6d91e2883d0
> commons-compress-1.20.jar
> 30634f984b24cfca6151541b611a8b07bcaae2536fef1453bc0a96dccc8c083c188c4d26d5feb12dc33c21cd1da6216af3fb7ab11167b1d8008c432656e1e579
> commons-compress-1.20-javadoc.jar
> 7a9881a5b705f472805471ca46982cbe71ceceff3d45923cd9db7aee239825c96daed3c52ea4b7a54bca88910ff4659b5cb140c9c411e5c1d8e60bb46dd8a333
> commons-compress-1.20-sources.jar
> c7cbc2d7ac2f08f0c10f7b88af87f70c33db12b4d3b8124874e60ccffd5cf2735dc64bc2edf94bb806b283202bdc301dc05cb3fb694afc22f5831788abcd1a8f
> commons-compress-1.20-tests.jar
> d63e5ea6195ce5b0b7db7b5d881430dbc68f5b9f37131db1aef4d00ea37bb58793b0382e0af201ec8864b33aa9ca071ddc0abb06b788d4efea097cf970b6c88f
> commons-compress-1.20-test-sources.jar
> a7ad5f75c1509aa8d238e583a76fcf7f69fb93c40ac6cf6a3cf33dbb8c5dba98bfc0d81c88815b123d1196d958dd94a79c417e685a3440629d63b2068fe90bc3
> commons-compress-1.20.pom
>
> I have tested this with JDK 8 using Maven 3.5.4
>
> Details of changes since 1.19 are in the release notes:
>
> https://dist.apache.org/repos/dist/dev/commons/compress/RELEASE-NOTES.txt
>
> https://stefan.samaflost.de/staging/commons-compress-1.20/changes-report.html
>
> Site:
>     https://stefan.samaflost.de/staging/commons-compress-1.20/
>   (note Javadocs of 1.20 have not been created right now and this is -
>     as usual when I cut a release - not the site I'm going to publish
>     after the release. I'll create a new site once the release date is
> known).
>
> Japicmp Report (compared to 1.19):
>     https://stefan.samaflost.de/staging/commons-compress-1.20/japicmp.html
>
> RAT Report:
>
> https://stefan.samaflost.de/staging/commons-compress-1.20/rat-report.html
>
> KEYS:
>   https://www.apache.org/dist/commons/KEYS
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now,
> i.e. sometime after 04:00 UTC 31-March 2010
>
>   [ ] +1 Release these artifacts
>   [ ] +0 OK, but...
>   [ ] -0 OK, but really should fix...
>   [ ] -1 I oppose this release because...
>
> Thanks!
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

[CANCEL] Release Compress 1.20 Based on RC1

Posted by Stefan Bodewig <bo...@apache.org>.
Hi all

as Rob pointed out one of Compress' tests based on Pax Exam fails unless
you happen to have built it once before Maven Central started enforcing
TLS. This is fixed in master and I'll tag a RC2 and call for a new vote.
Probably tomorrow.

Thanks

        Stefan

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