Commit Graph

5 Commits

Author SHA1 Message Date
William Cheng f015363dbd update samples 2019-03-25 22:44:05 +08:00
William Cheng 03490e9230 fix java binary mapping (#158) 2018-04-20 08:20:13 +02:00
Kevin Locke df0c54d043 Support the empty string as an enumeration value (#4450)
When a string enumeration has the empty string as one of its available
values, the generated code for many languages is invalid because the
empty string can not be used as an identifier.  As with numbers and
symbols, provide a mapping to an English name which can be used as a
replacement.  In this case, "empty" for the empty string/empty value.

Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2017-01-06 19:30:47 +08:00
wing328 4e2c037e21 [Java] fix Java (Jersey1.x) test case (#4239)
* fix java jersey 1 test case

* fix test for java jersey2.x api client
2016-11-23 00:16:28 +08:00
ant3 e40ad8ce3c Added sample build for Java8 Jersey2 client 2016-06-20 23:10:01 +01:00