Commit Graph

8 Commits

Author SHA1 Message Date
wing328 8015744212 update java petstore samples 2017-06-29 13:53:37 +08:00
Jordan Zimmerman b2efb70410 Support a true "java8" option (#5864)
* Closes #5863

The "dateLibrary" option for java, sadly, sets a mustache value "java8". This change updates this so that "java" in the mustache
libraries means what it should mean - use all java8 classes. In this case, there's no need for the third party Base64 library
as java8's JDK has this built in. In my view, the "dateLibrary" should be deprecated but that should be a separate PR.

* updated samples

* fixed tests for new CLI java8

* regenerated samples after master merge

* oops - left in an end tag after master merge

* rerun checks

* rerun checks
2017-06-29 13:23:44 +08:00
Dennis Kieselhorst a64c7d7986 updated jackson-version (#5943) 2017-06-29 10:56:12 +08:00
wing328 522d704f7a [Java] Update dependencies for Java clients (#5926)
* update dep for java jersey1, jersey2

* update sbt dependency for jersey2

* update dep for java okhttp-gson, resteasy, resttemplate

* update dep for java retrofit 1.x, 2.x

* update java petstore samples
2017-06-26 23:18:45 +08:00
guidovezzoni 663db1b72a Fix issue5425 (#5483)
* issue 5425 : [Android] Bug generating parcelables constructors for custom classes ( missing getClassLoader() )

* issue 5425 : changes in generated code

* ran ./bin/java-petstore-all.sh and committed the changes
2017-04-28 01:23:32 +08:00
wing328 f09372e2ec replace tab with spaces 2017-04-24 17:27:07 +08:00
wing328 e4608745b0 update java resteasy sample 2017-04-24 17:12:00 +08:00
Gayathri Sharma 4452fdbc02 Resteasy changes 2016-12-27 21:33:27 -06:00