Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
On Thu, Jan 31, 2019 at 11:21 AM Christofer Dutz wrote: > > Hi all, > > So I just finished a first operational scxml based state machine, that > connects to a remote host and exchanges messages described by dfdl by > serializing xml templates which I define inside my CustomAction elements of >

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Christofer Dutz
Hi, I would opt for setting up Jenkins to auto deploy snapshots to the Apache repo. Done that for quite a lot of projects, so happy to help out. Cutting a release would be required for us to use it in our drivers (or we can't Release them). I will definitely not use an "unofficial release" in

Re: [ANNOUNCE] Commons Release Plugin 1.5 released.

2019-02-01 Thread Pascal Schumacher
+1 Am 01.02.2019 um 03:13 schrieb Gary Gregory: Thank you Rob! Gary On Wed, Jan 30, 2019 at 9:21 AM Rob Tompkins wrote: [This announcement is only going to the dev list.] The Apache Commons Release Plugin team is pleased to announce the release of Apache Commons Release Plugin 1.5. The

[VOTE][CANCEL] Release Apache Commons VFS Distribution 2.3 based on RC1

2019-02-01 Thread Gary Gregory
I am canceling this VOTE to fix the tests and other nits. Gary On Sun, Jan 27, 2019 at 10:28 AM Gary Gregory wrote: > We have fixed quite a few bugs and added some significant enhancements > since Apache Commons VFS Distribution 2.2 was released, so I would like to > release Apache Commons VFS

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread sebb
On Fri, 1 Feb 2019 at 14:12, Woonsan Ko wrote: > > On Fri, Feb 1, 2019 at 5:02 AM Christofer Dutz > wrote: > > > > Hi, > > > > I would opt for setting up Jenkins to auto deploy snapshots to the Apache > > repo. Done that for quite a lot of projects, so happy to help out. > > Please help and

Re: [VOTE][RC2] Commons collections 4.3 (take 2)

2019-02-01 Thread Gilles Sadowski
Hi. Le jeu. 31 janv. 2019 à 12:23, Maxim Solodovnik a écrit : > > This is a [VOTE] for releasing > Apache Commons collections 4.3 > > Tag name: > collections-4.3-RC2 (signature can be checked from git using 'git tag > -v') > > Previous RC2 VOTE was canceled due to long discussion regarding >

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
On Fri, Feb 1, 2019 at 5:02 AM Christofer Dutz wrote: > > Hi, > > I would opt for setting up Jenkins to auto deploy snapshots to the Apache > repo. Done that for quite a lot of projects, so happy to help out. Please help and direct us! :-) I once tried it but got in stuck before: -

Re: [VOTE] Release Apache Commons VFS Distribution 2.3 based on RC1

2019-02-01 Thread Gary Gregory
On Sun, Jan 27, 2019 at 11:08 PM Bruno P. Kinoshita wrote: > Hmm, couldn't build it. Tried from the dist archive, decompressing the > .tar.gz source. > > I think the test failing in my case is not listed in your notes about > known failures?(used mvn clean install -e -X) > > Results : > > Tests

Re: [SCXML] Using SCXML + Daffodil in order to fully specify (industrial) protocols?

2019-02-01 Thread Woonsan Ko
On Fri, Feb 1, 2019 at 9:59 AM sebb wrote: > > On Fri, 1 Feb 2019 at 14:12, Woonsan Ko wrote: > > > > On Fri, Feb 1, 2019 at 5:02 AM Christofer Dutz > > wrote: > > > > > > Hi, > > > > > > I would opt for setting up Jenkins to auto deploy snapshots to the Apache > > > repo. Done that for quite

[VOTE] Release Apache Commons VFS 2.3 based on RC2

2019-02-01 Thread Gary Gregory
We have fixed quite a few bugs and added some significant enhancements since Apache Commons VFS Distribution 2.2 was released, so I would like to release Apache Commons VFS Distribution 2.3. Apache Commons VFS Distribution 2.3 RC2 is available for review here:

Re: [VOTE] Release Apache Commons VFS 2.3 based on RC2

2019-02-01 Thread Otto Fowler
+1 downloaded src/binary validated signatures built and ran tests and site looked at site. Some of the jira issues listed for this release are resolved not closed. On February 1, 2019 at 12:36:18, Gary Gregory (ggreg...@apache.org) wrote: We have fixed quite a few bugs and added some

[GitHub] darkma773r opened a new pull request #22: GEOMETRY-11: DoublePrecisionContext

2019-02-01 Thread GitBox
darkma773r opened a new pull request #22: GEOMETRY-11: DoublePrecisionContext URL: https://github.com/apache/commons-geometry/pull/22 Replacing the usage of raw double tolerance values with the DoublePrecisionContext class.