Re: [VFS][VFS-700] Some tests fail on Java 11 and above

2019-04-19 Thread Gary Gregory
Can anyone lend a hand ? Gary On Fri, Apr 12, 2019 at 7:43 AM Gary Gregory wrote: > Help needed ;-) > > Gary >

Re: [vfs] Spaces in folders cause Jenkins build to fail

2019-04-19 Thread Woonsan Ko
On Fri, Apr 19, 2019 at 6:13 PM Gary Gregory wrote: > > Hi, > > WRT > https://builds.apache.org/job/Apache%20Commons%20VFS/org.apache.commons$commons-vfs2/9/testReport/junit/org.apache.commons.vfs2.test/UriTests/testAbsoluteURI/ > > I just replaced the old svn-based build with a git-based build.

Re: [rng] Split and Jump functions

2019-04-19 Thread Alex Herbert
> On 19 Apr 2019, at 15:30, Gilles Sadowski wrote: > > Le jeu. 18 avr. 2019 à 21:53, Alex Herbert > a écrit : >> >> >> >>> On 18 Apr 2019, at 14:12, Gilles Sadowski wrote: >>> >>> Hello Alex. >>> >> [...] OK so this results in:

[vfs] Spaces in folders cause Jenkins build to fail

2019-04-19 Thread Gary Gregory
Hi, WRT https://builds.apache.org/job/Apache%20Commons%20VFS/org.apache.commons$commons-vfs2/9/testReport/junit/org.apache.commons.vfs2.test/UriTests/testAbsoluteURI/ I just replaced the old svn-based build with a git-based build. I called the project "Apache Commons VFS" in the UI and Jenkins

Re: [VFS] Exceptions in new file filter code

2019-04-19 Thread Otto Fowler
+1 then, from looking at the code, I don’t see why RuntimeException would be required there. On April 19, 2019 at 12:38:02, Gary Gregory (garydgreg...@gmail.com) wrote: On Fri, Apr 19, 2019 at 11:38 AM Otto Fowler wrote: > Where these written to be used as lambdas? > They were not. These

Re: [commons-parent] branch master updated: japicmp-maven-plugin should not break builds on source incompatible changes by default.

2019-04-19 Thread Gary Gregory
On Fri, Apr 19, 2019 at 1:19 PM Gilles Sadowski wrote: > Hi. > > Le ven. 19 avr. 2019 à 19:09, a écrit : > > > > This is an automated email from the ASF dual-hosted git repository. > > > > ggregory pushed a commit to branch master > > in repository

Re: [commons-parent] branch master updated: japicmp-maven-plugin should not break builds on source incompatible changes by default.

2019-04-19 Thread Gilles Sadowski
Hi. Le ven. 19 avr. 2019 à 19:09, a écrit : > > This is an automated email from the ASF dual-hosted git repository. > > ggregory pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/commons-parent.git > > > The following commit(s) were added to refs/heads/master

Re: [VFS] Exceptions in new file filter code

2019-04-19 Thread Gary Gregory
On Fri, Apr 19, 2019 at 11:38 AM Otto Fowler wrote: > Where these written to be used as lambdas? > They were not. These were written a long time ago as part of Apache Commons IO and recently ported to VFS. Gary > > > On April 19, 2019 at 10:07:28, Gary Gregory (garydgreg...@gmail.com) >

Re: [VFS] Exceptions in new file filter code

2019-04-19 Thread Otto Fowler
Where these written to be used as lambdas? On April 19, 2019 at 10:07:28, Gary Gregory (garydgreg...@gmail.com) wrote: Hi All: In our new file filters ported from Commons IO, we have code like: } catch (final FileSystemException ex) { throw new RuntimeException(ex); } I propose instead that

Re: [rng] Split and Jump functions

2019-04-19 Thread Gilles Sadowski
Le jeu. 18 avr. 2019 à 21:53, Alex Herbert a écrit : > > > > > On 18 Apr 2019, at 14:12, Gilles Sadowski wrote: > > > > Hello Alex. > > > [...] > >> > >> OK so this results in: > >> > >> /** > >> * Some summary. > >> */ > >> public interface JumpableUniformRandomProvider extends > >>

Re: status and release of commons-scxml-2.0?

2019-04-19 Thread Jacob Beard
Hi Ate, Thanks for your reply. I think I could help with these issues, and close the gap for full compliance of the js language model. I was wondering, did you have a timeline in mind for the 2.0 release? I should start to free up in June/July. Let me know what you think. Thank you, Jake

[VFS] Exceptions in new file filter code

2019-04-19 Thread Gary Gregory
Hi All: In our new file filters ported from Commons IO, we have code like: } catch (final FileSystemException ex) { throw new RuntimeException(ex); } I propose instead that we have the accept() methods throw FileSystemException directly. Gary

JDK 13 - Early Access build 17 is available

2019-04-19 Thread Rory O'Donnell
*Hi Benedikt, * *OpenJDK builds *- JDK 13 - Early Access build 17 is available at http://jdk.java.net/13/ * These early-access , open-source builds are provided under the o GNU General Public License, version 2, with the Classpath Exception