Commit Graph

30 Commits

Author SHA1 Message Date
wing328 088eef5927 update petstore samples 2017-11-27 17:16:44 +08:00
wing328 9269dac6cf Merge remote-tracking branch 'origin/master' into 2.3.0 2017-07-01 15:47:27 +08:00
Jordan Zimmerman 40369bb819 Add java8 option 2.3.0 (#5955)
* 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.

* Closes #5954

built and ran tests/samples
2017-07-01 15:04:18 +08:00
Dennis Kieselhorst a64c7d7986 updated jackson-version (#5943) 2017-06-29 10:56:12 +08:00
Tony Tam 1e2465735b [2.3.0] Update Swagger Codegen to v1.5.15 (#5929)
* updated versions

* match fix in 2.2.x branch

* updated with https://github.com/swagger-api/swagger-codegen/pull/5858/commits/73df07d64c248d7ed61b41b4a9bd00e55b6fa802

* regenerate pom.xml for jaxrs-cxf-petstore-server-annotated-base-path

* regenerate pom.xml for jaxrs-cxf-petstore-server-non-spring-application
2017-06-28 00:13:52 +08:00
Tony Tam 9286e26162 updated versions 2017-06-16 11:49:32 -07:00
wing328 22fcea1c91 Merge remote-tracking branch 'origin/master' into 2.3.0 2017-04-01 15:57:43 +08:00
Benjamin Douglas 5c3fe23e9f Support Swagger collectionFormat encodings in Feign (#5266)
* Support Swagger collectionFormat encodings in Feign

Feign only natively supports the "multi" collectionFormat for encoding lists
of parameter values. This change adds manual encoding of the other formats, such
as "csv" (the default for collections), "tsv", space-separated, and pipes.

* Fix typo in anchor tag.
2017-04-01 15:33:20 +08:00
wing328 f477ae83aa Merge remote-tracking branch 'origin' into 2.3.0 2017-03-19 15:56:30 +08:00
Oliver Teichmann 2d21bfa21c Updated feign library to use latest version of OpenFeign and Jackson. (#5114) 2017-03-19 15:15:06 +08:00
Paŭlo Ebermann 9be178b26a Merge branch 'master' into new-sync-master-to-2.3.0 2017-03-13 21:42:41 +01:00
Tony Tam 041da8998a rebuilt 2017-03-01 09:55:42 -05:00
wing328 acd10318f7 Merge remote-tracking branch 'origin' into sync_master_230 2017-02-10 23:31:36 +08:00
wing328 5306b11b4a [java] Improve pom.xml to qualify for publishing to Maven central (#4616)
* [java] Attach Javadoc to artifact generation.

* [java] Attach source to artifact generation.

* [java] Add gpg signing to artifact publishing.

* [java] Add artifact URL to pom.xml .

* [java] Add artifact description to pom.xml .

* [java] Add artifact URL and description params to Jax RSS.

* [java] Add developer info to pom.xml .

* [java] Parameterise SCM info in generated pom.xml .

* [java] Move GPG signing to verify phase so that .asc files are uploaded during deploy phase.

* [java] Change GPG signing to be an optional via Maven profile. Can't assume all users will perform a release/deploy from an environment with correct GPG key/pass.

* update java petstore smaples

* camelize tag name, remove invalid file

* add back missing files for okhttp-gson

* fix docstring in java feign client

* fix docstring with various java api clients
2017-01-22 11:40:59 +08:00
William Cheng a8bc09056b update feign pom version 2017-01-05 20:55:38 +08:00
William Cheng a7e4f542fb fix feign pom 2017-01-05 19:54:08 +08:00
William Cheng db03c35973 fix pom for feign and okhttp-gson java api client 2017-01-05 18:56:14 +08:00
wing328 131cbeb350 remove generation timestamp 2016-12-15 19:34:15 +08:00
Christophe Bornet 901a981f26 [feign] Use feign-form (#4124)
* [feign] Use feign-form

Fix #4108

* [feign] Convert java.util.Date params to rfc3339 with an Expander
2016-11-04 21:13:18 +08:00
Cliffano Subagio 3f7127b042 [Java] Add maven-javadoc-plugin to all Java clients. (#3503)
* Add maven-javadoc-plugin to all Java clients.

* Update sample petstores for other Java clients.

* Fix unknown parameter on api_client's update_params_for_auth method.

* Revert "Fix unknown parameter on api_client's update_params_for_auth method."
To be moved to a separate PR.

This reverts commit 1ee186694241bb6d9a0dccefcdca5afe3f5a1dd2.
2016-08-08 18:27:05 +08:00
wing328 2418448a3c update swagger core to 1.5.9 for java feign client 2016-07-07 17:48:43 +08:00
zhenjun115 0117cbb29a update the dependencies for Java Feign API clients to the latest versions; 2016-07-02 12:14:31 +08:00
cbornet 3e9064b81e support jsr310 dates in feign client
See #2874
2016-06-20 13:04:44 +02:00
cbornet 3ae39c9562 support joda in feign and use it in sample 2016-06-07 22:39:34 +02:00
wing328 1ca246c4c8 update java version in pom for java api client 2016-04-23 12:59:36 +08:00
wing328 8c27f296fb update maven and gradle version for java api client 2016-04-22 23:13:12 +08:00
cbornet 5e4db995c9 add oauth support to feign client 2016-01-11 22:16:01 +00:00
wing328 f5693b6c73 update sample and test case for java feign 2015-12-10 16:35:38 +08:00
David Kiss 1723078508 added support in feign for binary uploads 2015-12-07 22:34:38 -05:00
xhh eb0e47461c Add petstore client sample for Java-feign 2015-12-01 16:13:31 +08:00