[GitHub] luyseyal commented on issue #39: [CSV-234] Enable escaping of quotes in CLOBs

2019-02-18 Thread GitBox
luyseyal commented on issue #39: [CSV-234] Enable escaping of quotes in CLOBs URL: https://github.com/apache/commons-csv/pull/39#issuecomment-464970117 @garydgregory This is an automated message from the Apache Git Service.

[GitHub] luyseyal opened a new pull request #39: [CSV-234] Enable escaping of quotes in CLOBs

2019-02-18 Thread GitBox
luyseyal opened a new pull request #39: [CSV-234] Enable escaping of quotes in CLOBs URL: https://github.com/apache/commons-csv/pull/39 This fixes Excel output. Given a CLOB like: ``` Choose either "Y" or "N" ``` The patch will transform it to: ``` Choose either

Re: [Rng] README.md and broken javadoc link

2019-02-18 Thread Alex Herbert
Hi Gilles, I was just drafting an e-mail stating I had found my mistake. > On 18 Feb 2019, at 22:18, Gilles Sadowski wrote: > > Hi. > > Le lun. 18 févr. 2019 à 16:22, Alex Herbert a > écrit : >> [...] >>> >>> Command >>> $ JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64/ mvn >>>

Re: [Rng] README.md and broken javadoc link

2019-02-18 Thread Gilles Sadowski
Hi. Le lun. 18 févr. 2019 à 16:22, Alex Herbert a écrit : > >>> [...] > > > > Command > > $ JAVA_HOME=/usr/lib/jvm/java-9-openjdk-amd64/ mvn > > -Pcommons-rng-examples -Pjdk8-javadoc clean package site site:stage > > works on > > $ /usr/lib/jvm/java-9-openjdk-amd64/bin/java -version > > openjdk

Re: [LANG] Jenkins Pipeline DSL

2019-02-18 Thread Matt Sicker
The DSL allows you to break out into parallel stages or sequential ones (or both). The log4net Jenkinsfile has an example of building across multiple agents: https://github.com/apache/logging-log4net/blob/feature/cd-pipeline/Jenkinsfile On Mon, 18 Feb 2019 at 12:44, sebb wrote: > > Seems worth

Re: [vfs] webdav4 extending http4 provider?

2019-02-18 Thread Woonsan Ko
On Mon, Feb 18, 2019 at 1:45 PM Gary Gregory wrote: > > Hi Woonsan, > > Why disable existing tests? I think the new Jackrabbit dependency 2.19.x would conflict with the old one, 1.6.5. Jackrabbit upgraded httpclient dependency to 4.x since 2.16.0 with no changes in maven coordinates nor package

Re: [vfs] webdav4 extending http4 provider?

2019-02-18 Thread Gary Gregory
Hi Woonsan, Why disable existing tests? Gary On Mon, Feb 18, 2019, 13:19 Woonsan Ko Hi, > > I'm trying to create a PR as a fix to VFS-686. > At first, I've tried to fix those in > org.apache.commons.vfs2.provider.webdav package, but realized that the > changes will break API compatibility. For

Re: [LANG] Jenkins Pipeline DSL

2019-02-18 Thread sebb
Seems worth trying. I suggest start with one project (i.e. Lang) and see how well it works. I assume there will need to be a once-off change to Jenkins to switch to using the DSL. Note that some components have multiple jobs, e.g. for different OSes and JVMs. Does the DSL support such jobs? Or

[vfs] webdav4 extending http4 provider?

2019-02-18 Thread Woonsan Ko
Hi, I'm trying to create a PR as a fix to VFS-686. At first, I've tried to fix those in org.apache.commons.vfs2.provider.webdav package, but realized that the changes will break API compatibility. For example, WebdavFileSystemConfigBuilder#getInstance() can't be supported as-is obviously. So, I

Re: [LANG] Jenkins Pipeline DSL

2019-02-18 Thread Matt Sicker
+1. You could also make a shared library for reuse in commons projects. On Sun, 17 Feb 2019 at 14:41, Pascal Schumacher wrote: > > +1 to using a pipeline > > Am 17.02.2019 um 18:35 schrieb Benedikt Ritter: > > Hi all, > > > > I feel like maintaining separate build descriptions on Jenkins is a

[GitHub] namannigam edited a comment on issue #65: Performance Enhancement: Call toArray with Zero Array Size

2019-02-18 Thread GitBox
namannigam edited a comment on issue #65: Performance Enhancement: Call toArray with Zero Array Size URL: https://github.com/apache/commons-io/pull/65#issuecomment-464826047 @kinow In Java-11, there has been an introduction to an API `default T[] toArray(IntFunction generator)` which

[GitHub] namannigam edited a comment on issue #65: Performance Enhancement: Call toArray with Zero Array Size

2019-02-18 Thread GitBox
namannigam edited a comment on issue #65: Performance Enhancement: Call toArray with Zero Array Size URL: https://github.com/apache/commons-io/pull/65#issuecomment-464826047 @kinow In Java-11, there has been an introduction to an API `default T[] toArray(IntFunction generator)` which

[GitHub] namannigam commented on issue #65: Performance Enhancement: Call toArray with Zero Array Size

2019-02-18 Thread GitBox
namannigam commented on issue #65: Performance Enhancement: Call toArray with Zero Array Size URL: https://github.com/apache/commons-io/pull/65#issuecomment-464826047 @kinow In Java-11, there has been an introduction to an API `default T[] toArray(IntFunction generator)` which does

[GitHub] saschaszott commented on issue #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-18 Thread GitBox
saschaszott commented on issue #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#issuecomment-464822954 Hi @kinow , would you like to check if this PR can be merged.

[GitHub] saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-18 Thread GitBox
saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257781951 ## File path: src/main/java/org/apache/commons/text/similarity/package-info.java ## @@

[GitHub] saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-18 Thread GitBox
saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257781239 ## File path: src/main/java/org/apache/commons/text/similarity/JaroWinklerSimilarity.java

[GitHub] saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity

2019-02-18 Thread GitBox
saschaszott commented on a change in pull request #100: TEXT-104: Jaro Winkler Distance refers to similarity URL: https://github.com/apache/commons-text/pull/100#discussion_r257780047 ## File path: src/main/java/org/apache/commons/text/similarity/JaroWinklerDistance.java

Re: Jakarta EE TCKs and compatibility logo

2019-02-18 Thread Rob Tompkins
I’m uncertain here. -Rob > On Feb 18, 2019, at 10:42 AM, Benedikt Ritter wrote: > > Hi, > > Which of our components implement Java EE APIs? I see: > > - BSF: not sure anybody is actively working on this > - JCS: I've seen some activity > > Anything else? > > Benedikt > > Am So., 17. Feb.

Re: Jakarta EE TCKs and compatibility logo

2019-02-18 Thread Benedikt Ritter
Hi, Which of our components implement Java EE APIs? I see: - BSF: not sure anybody is actively working on this - JCS: I've seen some activity Anything else? Benedikt Am So., 17. Feb. 2019 um 20:01 Uhr schrieb Mark Thomas : > Ping. > > Just a gentle reminder as I haven't seen any emails to

Re: [Rng] README.md and broken javadoc link

2019-02-18 Thread Alex Herbert
> On 17 Feb 2019, at 23:25, Gilles Sadowski wrote: > > Hello. > > Le dim. 17 févr. 2019 à 23:57, Alex Herbert > a écrit : >> >> Hi Gilles, >> >> This is related to the fix I made for MathJax. It apparently is not as >> simple as I thought, i.e. this was a

Re: [VOTE] Release Apache Commons DBCP 2.6.0 based on RC1

2019-02-18 Thread Gary Gregory
My +1 Gary On Fri, Feb 15, 2019 at 11:01 AM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons DBCP 2.5.0 was released, so I would like to release > Apache Commons DBCP 2.6.0. > > Apache Commons DBCP 2.6.0 RC1 is available for

JDK 12: First Release Candidate available

2019-02-18 Thread Rory O'Donnell
  Hi Benedikt, **OpenJDK builds *- JDK 12 Early Access build 32 **is now available **at : - jdk.java.net/12/* **JDK 12:  First Release Candidate [1]** * Per the JDK 12 schedule [2], we are now in Release Candidate Phase. * The stabilization repository, jdk/jdk12, is open for P1 bug fixes

Re: [Rng] README.md and broken javadoc link

2019-02-18 Thread Alex Herbert
Hi Gilles, > On 17 Feb 2019, at 23:25, Gilles Sadowski wrote: > > Hello. > >> Le dim. 17 févr. 2019 à 23:57, Alex Herbert a >> écrit : >> >> Hi Gilles, >> >> This is related to the fix I made for MathJax. It apparently is not as >> simple as I thought, i.e. this was a hidden tag only for