Re: ant -Drelease=true publish failed

2017-10-17 Thread Jake Farrell
Looks like the gpg-plugin version might be failing due to needing a specific version of maven 'org.apache.maven.plugins:maven-gpg-plugin': Plugin requires Maven version 2.2.1 where you are currently running 3.5.0. Have you tried building with Maven 2.2.1? -Jake On Mon, Oct 16, 2017 at 2:41 AM,

"iterated container types" and a nicer JSON wire protocol (2 of 2)

2017-10-17 Thread Chet Murthy
[A second note to follow up on the description of my questions around a new JSON wire protocol.] The most "intractable" problem with a nicer wire protocol seems to be in dealing with iterated containers, and specifically with their types. Consider a message like: struct Foo { 1: required

"iterated container types" and a nicer JSON wire protocol (1 of 2)

2017-10-17 Thread Chet Murthy
Folks, [at the suggestion of a couple of committers, I'm sending this to the dev@ mailing-list. It's a little involved, and I'll write a second note, with even more detail. Please skip if this is too much in the weeds, and with my apologies for the details. Really am looking for advice here