Re: [lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Gary Gregory
On Thu, Nov 17, 2016 at 2:01 PM, Benedikt Ritter wrote: > Hello Gary > > Gary Gregory schrieb am Do., 17. Nov. 2016 um > 20:26 Uhr: > > > Hi All, > > > > Now that Commons Lang is on Java 7, we no longer need the > > class org.apache.commons.lang3.time.CalendarReflection. > > > > Even though this

Re: Help required for how to unsubscribe

2016-11-17 Thread Dave Brosius
send an email to dev-unsubscr...@commons.apache.org On 11/17/2016 11:06 PM, venkatesha murthy wrote: Please help. thanks venkat.

Help required for how to unsubscribe

2016-11-17 Thread venkatesha murthy
Please help. thanks venkat.

Re: org.apache.commons.lang3.time.FastDatePrinter with StringBuilder

2016-11-17 Thread Gary Gregory
On Thu, Nov 17, 2016 at 2:11 PM, Gary Gregory wrote: > On Thu, Nov 17, 2016 at 2:02 PM, Benedikt Ritter > wrote: > >> Hello Gary, >> >> Gary Gregory schrieb am Do., 17. Nov. 2016 um >> 20:39 Uhr: >> >> > Should we add StringBuilder versions of the APIs >> > in org.apache.commons.lang3.time.Fast

Re: [DISCUSS] Commons RDF as new component?

2016-11-17 Thread Gary Gregory
On Thu, Nov 17, 2016 at 2:10 PM, Peter Ansell wrote: > Yes, I don't mind keeping reviewing pull requests for the future. I > made a lot of comments, and inevitably some of them may have slipped > through the cracks and not been fixed as part of the pull request > review process or been postponed

Re: org.apache.commons.lang3.time.FastDatePrinter with StringBuilder

2016-11-17 Thread Gary Gregory
On Thu, Nov 17, 2016 at 2:02 PM, Benedikt Ritter wrote: > Hello Gary, > > Gary Gregory schrieb am Do., 17. Nov. 2016 um > 20:39 Uhr: > > > Should we add StringBuilder versions of the APIs > > in org.apache.commons.lang3.time.FastDatePrinter? > > > > Why not use java.lang.Appendable? > I will ha

Re: [DISCUSS] Commons RDF as new component?

2016-11-17 Thread Peter Ansell
Yes, I don't mind keeping reviewing pull requests for the future. I made a lot of comments, and inevitably some of them may have slipped through the cracks and not been fixed as part of the pull request review process or been postponed and recorded in Jira. However, I will still be a consumer of th

Re: org.apache.commons.lang3.time.FastDatePrinter with StringBuilder

2016-11-17 Thread Benedikt Ritter
Hello Gary, Gary Gregory schrieb am Do., 17. Nov. 2016 um 20:39 Uhr: > Should we add StringBuilder versions of the APIs > in org.apache.commons.lang3.time.FastDatePrinter? > Why not use java.lang.Appendable? Regards, Benedikt > > Gary > > -- > E-Mail: garydgreg...@gmail.com | ggreg...@apache

Re: [lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Benedikt Ritter
Hello Gary Gary Gregory schrieb am Do., 17. Nov. 2016 um 20:26 Uhr: > Hi All, > > Now that Commons Lang is on Java 7, we no longer need the > class org.apache.commons.lang3.time.CalendarReflection. > > Even though this class is package private, should it be deprecated or > simply removed? > > We

org.apache.commons.lang3.time.FastDatePrinter with StringBuilder

2016-11-17 Thread Gary Gregory
Should we add StringBuilder versions of the APIs in org.apache.commons.lang3.time.FastDatePrinter? Gary -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition

[lang] Remove or deprecate org.apache.commons.lang3.time.CalendarReflection

2016-11-17 Thread Gary Gregory
Hi All, Now that Commons Lang is on Java 7, we no longer need the class org.apache.commons.lang3.time.CalendarReflection. Even though this class is package private, should it be deprecated or simply removed? We could: - Deprecate in 3.6 and remove in 3.7 - Deprecate in 3.6 and remove in 4.0 -

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-17 Thread Gilles
On Thu, 17 Nov 2016 16:38:50 +, Stian Soiland-Reyes wrote: I guess it's only relevant if you were to build a sub-module independently from the source archive - if it is not deployed then you would have to build commons-rng-build-tools locally first. This is easily done anyway, with "mvn i

Re: [DISCUSS] Commons RDF as new component?

2016-11-17 Thread Gary Gregory
I am more concerned about the size of the community here. Is Paul still involved in the code, still wants to be involved, or do we have an SME pool size of 1? Gary On Nov 16, 2016 11:09 PM, "Benedikt Ritter" wrote: > I think we can move RDF to Commons regardless of the maturity of the API. > We

Re: [ANNOUNCE] Apache Commons JCS 2.0-beta-2 Released

2016-11-17 Thread Stian Soiland-Reyes
(reduce the CC list, please! :) http://mvnrepository.com/ is not part of Maven Central, it is maintained independently by https://twitter.com/frodriguez. I don't know how often it refresh, but is likely to lag behind Maven Central by a few days. For example http://mvnrepository.com/artifact/org.

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-17 Thread Stian Soiland-Reyes
I guess it's only relevant if you were to build a sub-module independently from the source archive - if it is not deployed then you would have to build commons-rng-build-tools locally first. Normally as the rest of the module is deployed to Central it would work fine to compile just a submodule. I

Re: dbcp1 doc?

2016-11-17 Thread Benedikt Ritter
Hello Romain, Romain Manni-Bucau schrieb am Do., 17. Nov. 2016 um 15:22 Uhr: > Hi guys, > > dbcp website naturally shows dbcp2 doc but does it mean we lost dbcp1 doc? > Would be great to at least maintain the configuration page somewhere (or > have a /dbcp and /dbcp2 so do for websites what we d

Re: Build failed in Jenkins: commons-beanutils #17

2016-11-17 Thread Stian Soiland-Reyes
Sorry for not spotting this before, Don't worry Gary, I think this is my fault that failed the build back since Jenkins build job 14.. if the jacoco-maven-plugin is not activated the ${argLine} property is not set - but we need to pass that along to the forked surefire tests which adds -Xmx49M. I

Re: [ANNOUNCE] Apache Commons JCS 2.0-beta-2 Released

2016-11-17 Thread Tim Cronin
when will it be accessible via maven/ivy repo? On Wed, Nov 16, 2016 at 4:16 AM, Thomas Vandahl wrote: > The Apache Commons Team is pleased to announce the availability of: > > Apache Commons JCS 2.0-beta-2 > > Apache Commons JCS is a distributed, versatile caching system. > > The release notes c

Re: [ANNOUNCE] Apache Commons JCS 2.0-beta-2 Released

2016-11-17 Thread Tim Cronin
doesn't show up in the main maven repo the listings http://mvnrepository.com/artifact/org.apache.commons/commons-jcs-core On Wed, Nov 16, 2016 at 8:54 AM, Thomas Vandahl wrote: > On 16.11.16 14:56, Tim Cronin wrote: > > when will it be accessible via maven/ivy repo? > > It already is: > http://

Jenkins build is back to normal : commons-beanutils #19

2016-11-17 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Jenkins build is back to normal : commons-beanutils » Apache Commons BeanUtils #19

2016-11-17 Thread Apache Jenkins Server
See - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Build failed in Jenkins: commons-beanutils » Apache Commons BeanUtils #18

2016-11-17 Thread Apache Jenkins Server
See -- [...truncated 698 lines...] Exception in thread "main" java.lang.NoClassDefFoundError: ${argLine} Caused by: java.lang.ClassNotFoundException: ${argLine}

Build failed in Jenkins: commons-beanutils #18

2016-11-17 Thread Apache Jenkins Server
See -- [...truncated 1051 lines...] at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoad

Re: How to publish multi-module site..?

2016-11-17 Thread Stian Soiland-Reyes
Thanks for having a go, Sergio! I've tried it (after accidentally touching the live site) with the corresponding staging SVN directory: https://svn.apache.org/repos/infra/websites/staging/commonsrdf/trunk/ (for test speed commented out all s except api, using -pl api would also work)

dbcp1 doc?

2016-11-17 Thread Romain Manni-Bucau
Hi guys, dbcp website naturally shows dbcp2 doc but does it mean we lost dbcp1 doc? Would be great to at least maintain the configuration page somewhere (or have a /dbcp and /dbcp2 so do for websites what we do for packages when it breaks the compatibility). Romain Manni-Bucau @rmannibucau

Re: [TEXT-2] Add Jaccard Index and Jaccard Distance

2016-11-17 Thread Rob Tompkins
Hello Don, Just as an FYI I just added an interface that is a weakening of the full "metric" mathematical definition called "SimilarityScore" (mainly for the JaroWinkler distance), but as this satisfies the triangle inequality and all of the other metric axioms it should implement EditDistance,

[RNG] Verify class names in module "common-rng-sampling"

2016-11-17 Thread Gilles
Hi. In source directory (currently in branch "RNG-30__sampling") src/main/java/org/apache/commons/rng/sampling/distribution I've tried to have the class name be self-documenting. That is, the name reflects the reference of the algorithm, as provided in the Javadoc (copied from "Commons Math").

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-17 Thread Gilles
On Thu, 17 Nov 2016 09:30:16 +0100, Jörg Schaible wrote: Benedikt Ritter wrote: Hello Gilles, Gilles schrieb am Do., 17. Nov. 2016 um 00:38 Uhr: Hello. For "Commons RNG" (branch "RNG-30__sampling"), $ mvn clean deploy -Prelease -Ptest-deploy fails with --- Failed to execute goal org

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-17 Thread Gilles
On Thu, 17 Nov 2016 07:51:02 +, Benedikt Ritter wrote: Hello Gilles, Gilles schrieb am Do., 17. Nov. 2016 um 00:38 Uhr: Hello. For "Commons RNG" (branch "RNG-30__sampling"), $ mvn clean deploy -Prelease -Ptest-deploy fails with --- Failed to execute goal org.apache.maven.plugins:m

Re: [ALL] How to "deploy" selectively (multi-module project)?

2016-11-17 Thread Jörg Schaible
Benedikt Ritter wrote: > Hello Gilles, > > Gilles schrieb am Do., 17. Nov. 2016 um > 00:38 Uhr: > >> Hello. >> >> For "Commons RNG" (branch "RNG-30__sampling"), >> >>$ mvn clean deploy -Prelease -Ptest-deploy >> >> fails with >> --- >> Failed to execute goal >> org.apache.maven.plugins:mave