Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Phil Steitz
On 2/20/15 11:54 AM, Phil Steitz wrote:
> On 2/20/15 11:35 AM, Geoffrey Corey wrote:
>> (Adding Commons' dev list as well as original poster)
>>
>> Hi Apache Commons,
>> Please fix your download page(s) by setting the execute bit on your CGI
>> files and committing the changes to subversion.
>> This is not a new error, but it is one we have previously fixed manually.
>> We are however not doing that anymore, but instead require that projects
>> fix the issue upstream.
>>
>> With regards,
>> Geoffrey on behalf of Infra.
> Downloads seem to be working.  Did someone fix this?  How exactly? 
> Seems strange that suddenly things blow up.

Scratch that.  Seems like some mirrors work; others do not.  Once
again, does anyone know what is going on here or what we need to
actually do?  Do we need to check out chmod and check back in each
download_Xxx.cgi?  Will this just get wiped out each time we pub a
site?  Anyone have a clue on this?

Phil
>
> Phil
>> On Fri, Feb 20, 2015 at 9:12 AM, MyKoxaxoxa Jr  wrote:
>>
>>> Hello.
>>>
>>> I'm contacting you to inform about an error in your web server '
>>> commons.apache.org'. I was about to enter a download page when I got a
>>> 500 Internal Server Error:
>>>
 Internal Server Error

 The server encountered an internal error or misconfiguration and was
 unable to complete your request.

 Please contact the server administrator at infrastruct...@apache.org to
 inform them of the time this error occurred, and the actions you performed
 just before this error.

 More information about this error may be available in the server error
 log.

>>> (A screen capture of this error is attached as "capture_1.png")
>>>
>>> I accessed there directly from:
>>> http://commons.apache.org/proper/commons-net/
>>> (Interaction is detailed on "capture_2.png" attachment)
>>>
>>> The event occurred on 20th February 2015, nearly 6 PM (Spain).
>>>
>>> Thanks for your attention.
>>>
>>> Yours sincerely,
>>>
>>> Robin Adrià
>>>
>>>
>>> PS: Javadocs, FAQ and other links work properly.
>>>


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



Re: [VOTE] Release DBCP 2.1 RC2 as 2.1

2015-02-22 Thread Oliver Heger
Maven and ant build were successful with Java 1.7 on Windows 8.1.
Artifacts and site look good.

+1

Oliver

Here is my exact configuration:
Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9;
2014-02-14T18:37:5
2+01:00)
Maven home: C:\data\dev\tools\apache-maven-3.2.1\bin\..
Java version: 1.7.0_67, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.7.0_67\jre
Default locale: de_DE, platform encoding: Cp1252
OS name: "windows 8.1", version: "6.3", arch: "amd64", family: "windows"

Am 20.02.2015 um 06:02 schrieb Phil Steitz:
> Quite a few bugs have been fixed since DBCP 2.0.1 and a few new
> features have been added.  It is time for a 2.1 release.
> 
> Changes since RC1:
> * Changed awkward boolean property getter names added in 2.1
> * Made POM and javadoc changes to enable Java 8 build.
> * Made project URL more compact
> 
> Thanks to all who reviewed RC1 and helped make these changes.
> 
> The release is available for review here:
> https://dist.apache.org/repos/dist/dev/commons/dbcp (R8063)
> 
> The release was built from this tag:
> http://svn.apache.org/viewvc/commons/proper/dbcp/tags/DBCP_2_1_RC2
> (r1661059)
> 
> Release notes:
> https://dist.apache.org/repos/dist/dev/commons/dbcp/RELEASE-NOTES.txt
> 
> Maven artifacts:
> https://repository.apache.org/content/repositories/orgapachecommons-1084
> 
> Site:
> http://people.apache.org/~psteitz/dbcp/dbcp-2.1-RC2-site/
> 
> KEYS:
> http://www.apache.org/dist/commons/KEYS
> 
> Votes, please.
> 
> This vote will close no sooner than 72 hours from now.
> 
> [ ] +1 Release these artifacts
> [ ] +0 OK, but...
> [ ] -0 OK, but really should fix...
> [ ] -1 I oppose this release because...
> 
> Thanks!
> 
> Phil
> 
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 

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



Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 4)

2015-02-22 Thread Thomas Vandahl
On 19.02.15 14:28, Romain Manni-Bucau wrote:
> Hi
> 
> Another try, hopefully right this time (I speak about JCS in a JUG
> next thursday so would be awesome to have a release ;))
> 
> - here is the maven repo:
> https://repository.apache.org/content/repositories/orgapachecommons-1083/
> - assemblies can be found here
> https://repository.apache.org/content/repositories/orgapachecommons-1083/org/apache/commons/commons-jcs-dist/2.0-beta-1/
> - tag is here: 
> http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.0-beta-1/
> - Site staging is:
> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/
> - rat report is here (I deleted zipcodes.txt and CDI SPI
> (META-INF/services/...) from reports since it seems rat config with
> append parameter is not well respected but that's really what we
> want):
> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/rat-report.html
> 
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now or until we get
> 3 PMC votes.
> 

Here is my vote:
> [X] +1 Release these artifacts
> [ ] +-0 OK, but...
> [ ] -1 I oppose this release because...

Everything builds fine on Mac OS/Java 7. All tests pass. Signatures are
fine. You may want to get your key signed by some others in the web of
trust some time.

Until 2.0 final, we should add/update some docs. The site looks a bit
outdated.

I agree with Oliver on the ReleaseNotes issue for 2.0 final. But this is
beta.

Romain, thanks for spending the effort.

Bye, Thomas.


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



Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Thomas Neidhart
On 02/22/2015 04:48 PM, Phil Steitz wrote:
> On 2/20/15 11:54 AM, Phil Steitz wrote:
>> On 2/20/15 11:35 AM, Geoffrey Corey wrote:
>>> (Adding Commons' dev list as well as original poster)
>>>
>>> Hi Apache Commons,
>>> Please fix your download page(s) by setting the execute bit on your CGI
>>> files and committing the changes to subversion.
>>> This is not a new error, but it is one we have previously fixed manually.
>>> We are however not doing that anymore, but instead require that projects
>>> fix the issue upstream.
>>>
>>> With regards,
>>> Geoffrey on behalf of Infra.
>> Downloads seem to be working.  Did someone fix this?  How exactly? 
>> Seems strange that suddenly things blow up.
> 
> Scratch that.  Seems like some mirrors work; others do not.  Once
> again, does anyone know what is going on here or what we need to
> actually do?  Do we need to check out chmod and check back in each
> download_Xxx.cgi?  Will this just get wiped out each time we pub a
> site?  Anyone have a clue on this?

I guess we need to set the executable flag via subversion like that:

svn propset svn:executable yes download_*.cgi

I am checking out the proper website and will update this for all
download scripts.

This will probably be lost everytime we update the site, but needs to be
checked.

Thomas

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



Re: [text] Initial implementation of the cosine distance for strings (not sequences)

2015-02-22 Thread Benedikt Ritter
Hello Bruno,

2015-02-22 1:22 GMT+01:00 :

> Repository: commons-text
> Updated Branches:
>   refs/heads/NEW-METRICS 0404dbf4b -> ff1959c84
>
>
> Initial implementation of the cosine distance for strings (not sequences)
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
> Commit:
> http://git-wip-us.apache.org/repos/asf/commons-text/commit/ff1959c8
> Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/ff1959c8
> Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/ff1959c8
>
> Branch: refs/heads/NEW-METRICS
> Commit: ff1959c84dce2eac6f2e8432623d2a2a270a5f32
> Parents: 0404dbf
> Author: Bruno P. Kinoshita 
> Authored: Sat Feb 21 22:22:28 2015 -0200
> Committer: Bruno P. Kinoshita 
> Committed: Sat Feb 21 22:22:28 2015 -0200
>
> --
>  .../text/similarity/CosineSimilarity.java   | 48 +-
>  .../text/similarity/CosineSimilarityTest.java   | 51 
>  2 files changed, 98 insertions(+), 1 deletion(-)
> --
>
>
>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/ff1959c8/src/main/java/org/apache/commons/text/similarity/CosineSimilarity.java
> --
> diff --git
> a/src/main/java/org/apache/commons/text/similarity/CosineSimilarity.java
> b/src/main/java/org/apache/commons/text/similarity/CosineSimilarity.java
> index 4589c2d..ca9d087 100644
> ---
> a/src/main/java/org/apache/commons/text/similarity/CosineSimilarity.java
> +++
> b/src/main/java/org/apache/commons/text/similarity/CosineSimilarity.java
> @@ -16,6 +16,52 @@
>   */
>  package org.apache.commons.text.similarity;
>
> -public class CosineSimilarity {
> +/**
> + * Measures the Cosine similarity of two CharSequences. It treats the
> CharSequences as
> + * two vectors of an inner product space and compares the angle between
> them.
> + *
> + * 
> + * For further explanation about the Cosine Similarity, take a look at its
> + * Wikipedia page at http://en.wikipedia.org/wiki/Cosine_similarity.
> + * 
> + *
> + * @since 0.1
> + */
> +public class CosineSimilarity implements StringMetric {
> +
> +@Override
> +public Double compare(CharSequence left, CharSequence right) {
> +if (left == null || right == null) {
> +throw new IllegalArgumentException("String parameters must
> not be null");
> +}
> +long dotProduct = dot(left, right);
> +double d1 = 0.0d;
> +for (int i = 0; i < left.length(); ++i) {
> +d1 += Math.pow(((int) left.charAt(i)), 2);
> +}
> +double d2 = 0.0d;
> +for (int i = 0; i < right.length(); ++i) {
> +d2 += Math.pow(((int) right.charAt(i)), 2);
> +}
> +double cosineSimilarity = dotProduct / (double) (Math.sqrt(d1) *
> Math.sqrt(d2));
> +return cosineSimilarity;
> +}
> +
> +/**
> + * Computes the dot product of two CharSequences. It ignores
> remaining characters. It means
> + * that if a string is longer than other, then a smaller part of it
> will be used to compute
> + * the dot product.
> + *
> + * @param left left string
> + * @param right right string
> + * @return the dot product
> + */
> +protected long dot(CharSequence left, CharSequence right) {
> +long dotProduct = 0;
> +for (int i = 0; i < left.length() && i < right.length(); ++i) {
> +dotProduct += (((int) left.charAt(i)) * ((int)
> right.charAt(i)));
> +}
> +return dotProduct;
> +}
>
>  }
>
>
> http://git-wip-us.apache.org/repos/asf/commons-text/blob/ff1959c8/src/test/java/org/apache/commons/text/similarity/CosineSimilarityTest.java
> --
> diff --git
> a/src/test/java/org/apache/commons/text/similarity/CosineSimilarityTest.java
> b/src/test/java/org/apache/commons/text/similarity/CosineSimilarityTest.java
> new file mode 100644
> index 000..aa08057
> --- /dev/null
> +++
> b/src/test/java/org/apache/commons/text/similarity/CosineSimilarityTest.java
> @@ -0,0 +1,51 @@
> +/*
> + * Licensed to the Apache Software Foundation (ASF) under one or more
> + * contributor license agreements.  See the NOTICE file distributed with
> + * this work for additional information regarding copyright ownership.
> + * The ASF licenses this file to You under the Apache License, Version 2.0
> + * (the "License"); you may not use this file except in compliance with
> + * the License.  You may obtain a copy of the License at
> + *
> + *  http://www.apache.org/licenses/LICENSE-2.0
> + *
> + * Unless required by applicable law or agreed to in writing, software
> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
> implied.
> + * See the License for th

[RESULT][VOTE][JCS] release [jcs] 2.0-beta-1 (take 4)

2015-02-22 Thread Romain Manni-Bucau
So with 3 +1s bindings and 2 +1s non-bindings and no other vote this
vote passes.

I'll publish the artifacts and ask some help for the website since I
never did it yet.

Thank you all for the votes and your patience!


Romain Manni-Bucau
@rmannibucau
http://www.tomitribe.com
http://rmannibucau.wordpress.com
https://github.com/rmannibucau


2015-02-22 17:31 GMT+01:00 Thomas Vandahl :
> On 19.02.15 14:28, Romain Manni-Bucau wrote:
>> Hi
>>
>> Another try, hopefully right this time (I speak about JCS in a JUG
>> next thursday so would be awesome to have a release ;))
>>
>> - here is the maven repo:
>> https://repository.apache.org/content/repositories/orgapachecommons-1083/
>> - assemblies can be found here
>> https://repository.apache.org/content/repositories/orgapachecommons-1083/org/apache/commons/commons-jcs-dist/2.0-beta-1/
>> - tag is here: 
>> http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.0-beta-1/
>> - Site staging is:
>> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/
>> - rat report is here (I deleted zipcodes.txt and CDI SPI
>> (META-INF/services/...) from reports since it seems rat config with
>> append parameter is not well respected but that's really what we
>> want):
>> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/rat-report.html
>>
>> Please review the release candidate and vote.
>> This vote will close no sooner that 72 hours from now or until we get
>> 3 PMC votes.
>>
>
> Here is my vote:
>> [X] +1 Release these artifacts
>> [ ] +-0 OK, but...
>> [ ] -1 I oppose this release because...
>
> Everything builds fine on Mac OS/Java 7. All tests pass. Signatures are
> fine. You may want to get your key signed by some others in the web of
> trust some time.
>
> Until 2.0 final, we should add/update some docs. The site looks a bit
> outdated.
>
> I agree with Oliver on the ReleaseNotes issue for 2.0 final. But this is
> beta.
>
> Romain, thanks for spending the effort.
>
> Bye, Thomas.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

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



Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Karl Heinz Marbaise

Hi,

unfortunately you have to ...I'm doing that at the moment as well for 
Maven site...


already filed in an issue...

https://issues.apache.org/jira/browse/INFRA-9175

Kind regards
Karl Heinz Marbaise

On 2/22/15 4:48 PM, Phil Steitz wrote:

On 2/20/15 11:54 AM, Phil Steitz wrote:

On 2/20/15 11:35 AM, Geoffrey Corey wrote:

(Adding Commons' dev list as well as original poster)

Hi Apache Commons,
Please fix your download page(s) by setting the execute bit on your CGI
files and committing the changes to subversion.
This is not a new error, but it is one we have previously fixed manually.
We are however not doing that anymore, but instead require that projects
fix the issue upstream.

With regards,
Geoffrey on behalf of Infra.

Downloads seem to be working.  Did someone fix this?  How exactly?
Seems strange that suddenly things blow up.


Scratch that.  Seems like some mirrors work; others do not.  Once
again, does anyone know what is going on here or what we need to
actually do?  Do we need to check out chmod and check back in each
download_Xxx.cgi?  Will this just get wiped out each time we pub a
site?  Anyone have a clue on this?

Phil


Phil

On Fri, Feb 20, 2015 at 9:12 AM, MyKoxaxoxa Jr  wrote:


Hello.

I'm contacting you to inform about an error in your web server '
commons.apache.org'. I was about to enter a download page when I got a
500 Internal Server Error:


Internal Server Error

The server encountered an internal error or misconfiguration and was
unable to complete your request.

Please contact the server administrator at infrastruct...@apache.org to
inform them of the time this error occurred, and the actions you performed
just before this error.

More information about this error may be available in the server error
log.


(A screen capture of this error is attached as "capture_1.png")

I accessed there directly from:
http://commons.apache.org/proper/commons-net/
(Interaction is detailed on "capture_2.png" attachment)

The event occurred on 20th February 2015, nearly 6 PM (Spain).

Thanks for your attention.

Yours sincerely,

Robin Adrià


PS: Javadocs, FAQ and other links work properly.



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



Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Mark Thomas
On 22/02/2015 16:07, Karl Heinz Marbaise wrote:
> Hi,
> 
> unfortunately you have to ...I'm doing that at the moment as well for
> Maven site...
> 
> already filed in an issue...
> 
> https://issues.apache.org/jira/browse/INFRA-9175

Commons folks,

The issue above does not affect us. We do not use the CMS. We simply
need to fix the execute property on our CGI scipts and all will be
fixed. (I had to do the same for Tomcat a few days ago and setting the
svn property fixed it immediately.)

Mark

> 
> Kind regards
> Karl Heinz Marbaise
> 
> On 2/22/15 4:48 PM, Phil Steitz wrote:
>> On 2/20/15 11:54 AM, Phil Steitz wrote:
>>> On 2/20/15 11:35 AM, Geoffrey Corey wrote:
 (Adding Commons' dev list as well as original poster)

 Hi Apache Commons,
 Please fix your download page(s) by setting the execute bit on your CGI
 files and committing the changes to subversion.
 This is not a new error, but it is one we have previously fixed
 manually.
 We are however not doing that anymore, but instead require that
 projects
 fix the issue upstream.

 With regards,
 Geoffrey on behalf of Infra.
>>> Downloads seem to be working.  Did someone fix this?  How exactly?
>>> Seems strange that suddenly things blow up.
>>
>> Scratch that.  Seems like some mirrors work; others do not.  Once
>> again, does anyone know what is going on here or what we need to
>> actually do?  Do we need to check out chmod and check back in each
>> download_Xxx.cgi?  Will this just get wiped out each time we pub a
>> site?  Anyone have a clue on this?
>>
>> Phil
>>>
>>> Phil
 On Fri, Feb 20, 2015 at 9:12 AM, MyKoxaxoxa Jr
  wrote:

> Hello.
>
> I'm contacting you to inform about an error in your web server '
> commons.apache.org'. I was about to enter a download page when I got a
> 500 Internal Server Error:
>
>> Internal Server Error
>>
>> The server encountered an internal error or misconfiguration and was
>> unable to complete your request.
>>
>> Please contact the server administrator at
>> infrastruct...@apache.org to
>> inform them of the time this error occurred, and the actions you
>> performed
>> just before this error.
>>
>> More information about this error may be available in the server
>> error
>> log.
>>
> (A screen capture of this error is attached as "capture_1.png")
>
> I accessed there directly from:
> http://commons.apache.org/proper/commons-net/
> (Interaction is detailed on "capture_2.png" attachment)
>
> The event occurred on 20th February 2015, nearly 6 PM (Spain).
>
> Thanks for your attention.
>
> Yours sincerely,
>
> Robin Adrià
>
>
> PS: Javadocs, FAQ and other links work properly.
>
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


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



Re: Internal Server Error 500 on 'commons.apache.org' website.

2015-02-22 Thread Thomas Neidhart
On 02/22/2015 08:18 PM, Mark Thomas wrote:
> On 22/02/2015 16:07, Karl Heinz Marbaise wrote:
>> Hi,
>>
>> unfortunately you have to ...I'm doing that at the moment as well for
>> Maven site...
>>
>> already filed in an issue...
>>
>> https://issues.apache.org/jira/browse/INFRA-9175
> 
> Commons folks,
> 
> The issue above does not affect us. We do not use the CMS. We simply
> need to fix the execute property on our CGI scipts and all will be
> fixed. (I had to do the same for Tomcat a few days ago and setting the
> svn property fixed it immediately.)

I have fixed the execute property on the published sites already a few
hours ago, and it seemed to work.

Did you also have to change the property for the files in the source
repository to prevent that the property is reset when publishing a new
site build?

Thomas

> Mark
> 
>>
>> Kind regards
>> Karl Heinz Marbaise
>>
>> On 2/22/15 4:48 PM, Phil Steitz wrote:
>>> On 2/20/15 11:54 AM, Phil Steitz wrote:
 On 2/20/15 11:35 AM, Geoffrey Corey wrote:
> (Adding Commons' dev list as well as original poster)
>
> Hi Apache Commons,
> Please fix your download page(s) by setting the execute bit on your CGI
> files and committing the changes to subversion.
> This is not a new error, but it is one we have previously fixed
> manually.
> We are however not doing that anymore, but instead require that
> projects
> fix the issue upstream.
>
> With regards,
> Geoffrey on behalf of Infra.
 Downloads seem to be working.  Did someone fix this?  How exactly?
 Seems strange that suddenly things blow up.
>>>
>>> Scratch that.  Seems like some mirrors work; others do not.  Once
>>> again, does anyone know what is going on here or what we need to
>>> actually do?  Do we need to check out chmod and check back in each
>>> download_Xxx.cgi?  Will this just get wiped out each time we pub a
>>> site?  Anyone have a clue on this?
>>>
>>> Phil

 Phil
> On Fri, Feb 20, 2015 at 9:12 AM, MyKoxaxoxa Jr
>  wrote:
>
>> Hello.
>>
>> I'm contacting you to inform about an error in your web server '
>> commons.apache.org'. I was about to enter a download page when I got a
>> 500 Internal Server Error:
>>
>>> Internal Server Error
>>>
>>> The server encountered an internal error or misconfiguration and was
>>> unable to complete your request.
>>>
>>> Please contact the server administrator at
>>> infrastruct...@apache.org to
>>> inform them of the time this error occurred, and the actions you
>>> performed
>>> just before this error.
>>>
>>> More information about this error may be available in the server
>>> error
>>> log.
>>>
>> (A screen capture of this error is attached as "capture_1.png")
>>
>> I accessed there directly from:
>> http://commons.apache.org/proper/commons-net/
>> (Interaction is detailed on "capture_2.png" attachment)
>>
>> The event occurred on 20th February 2015, nearly 6 PM (Spain).
>>
>> Thanks for your attention.
>>
>> Yours sincerely,
>>
>> Robin Adrià
>>
>>
>> PS: Javadocs, FAQ and other links work properly.
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
>> For additional commands, e-mail: dev-h...@commons.apache.org
>>
> 
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
> 


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



Re: [VOTE][JCS] release [jcs] 2.0-beta-1 (take 4)

2015-02-22 Thread Olivier Lamy
+1

On 20 February 2015 at 00:28, Romain Manni-Bucau 
wrote:

> Hi
>
> Another try, hopefully right this time (I speak about JCS in a JUG
> next thursday so would be awesome to have a release ;))
>
> - here is the maven repo:
> https://repository.apache.org/content/repositories/orgapachecommons-1083/
> - assemblies can be found here
>
> https://repository.apache.org/content/repositories/orgapachecommons-1083/org/apache/commons/commons-jcs-dist/2.0-beta-1/
> - tag is here:
> http://svn.apache.org/repos/asf/commons/proper/jcs/tags/commons-jcs-2.0-beta-1/
> - Site staging is:
> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/
> - rat report is here (I deleted zipcodes.txt and CDI SPI
> (META-INF/services/...) from reports since it seems rat config with
> append parameter is not well respected but that's really what we
> want):
>
> http://people.apache.org/~rmannibucau/commons-jcs-2.0-beta-1-site/rat-report.html
>
> Please review the release candidate and vote.
> This vote will close no sooner that 72 hours from now or until we get
> 3 PMC votes.
>
> [ ] +1 Release these artifacts
> [ ] +-0 OK, but...
> [ ] -1 I oppose this release because...
>
>
> Here is my +1
>
>
> Romain Manni-Bucau
> @rmannibucau
> http://www.tomitribe.com
> http://rmannibucau.wordpress.com
> https://github.com/rmannibucau
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
Olivier Lamy
http://twitter.com/olamy | http://linkedin.com/in/olamy


Re: [bcel] PLSE changes to BCEL

2015-02-22 Thread Ben McCann
Hi Mark,

Are many of your changes breaking backward compatibility? I'm wondering if
there are only a few that do if we could prioritize them in order to get a
6.0 release out with the rest of the changes coming in a 6.1.

Thanks,
Ben


On Thu, Feb 19, 2015 at 9:06 AM, Mark Roberts 
wrote:

> I am going to try to spend most of today working on BCEL; I am currently
> looking at 195, 200,203,208 and 210.
>
> Mark
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>
>


-- 
about.me/benmccann


Re: [bcel] PLSE changes to BCEL

2015-02-22 Thread Emmanuel Bourg
Le 23/02/2015 05:39, Ben McCann a écrit :

> Are many of your changes breaking backward compatibility? I'm wondering if
> there are only a few that do if we could prioritize them in order to get a
> 6.0 release out with the rest of the changes coming in a 6.1.

Hi Ben,

I think we already answered this question, BCEL-209 is a breaking change
because it affects the public API. Your help resolving this issue would
be welcome. We have to understand why the current design was chosen and
if the design proposed by Mark may cause any issue later.

Emmanuel Bourg


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