William Cheng
95302efdfc
Add option to set Feign version ( #1005 )
...
* Add option to set Feign version
* add java feign 9x to CI
* update usage for Play
* fix duplicated artifactId
2018-09-13 10:32:09 +08:00
Ilya Hrankoŭski
aa29219f8c
[Java][Feign] Add support for Feign 10 ( #977 ) ( #988 )
2018-09-09 18:11:59 +08:00
William Cheng
39c734fc25
Better code format for Java (okhttp-gson) client ( #971 )
...
* better code format for java okhttp client
* update java petstore samples
2018-09-06 14:24:14 +08:00
Marco
f7b807f980
[Java][Webclient ]Avoid double encoding on query params ( #924 )
...
* call build() with encoded = true
* Regenerate client
2018-09-04 15:58:14 +08:00
William Cheng
e7c05f16db
update samples, re-enable ensure-up-to-date
2018-08-30 20:25:56 +08:00
William Cheng
3b2951b305
Merge remote-tracking branch 'origin/master' into 3.3.x
2018-08-30 19:39:09 +08:00
William Cheng
b8db2af4bb
Update swagger annotation version in Java clients ( #915 )
...
* update swagger annotation version in java client
* add java retrofit2 play 2.6 to java petstore all bin script
* remove empty line in pom.xml
2018-08-29 16:43:41 +08:00
lukoyanov
4558e49c7e
[Java] Retrofit2 Play! Framework 2.6.x support ( #901 )
...
* added play framework 2.6 support
* generated petstore sample
* generated petstore sample #2
* generated petstore sample #3
* Revert "generated petstore sample #3 "
* generated petstore sample #4
* fixed circleci configs
* one more time samples regen
2018-08-28 22:48:05 +08:00
Hugo Barrigas
37fd4264ac
[JAVA][Webclient] Add constructor to allow custom WebClient to be passed into ApiClient ( #882 )
...
* add constructor to allow custom webclient to be passed into ApiClient
2018-08-25 15:22:36 +02:00
Marco
39e9206976
[Java][Webclient] Init authentication on ApiClient instantiation ( #887 )
2018-08-25 14:22:16 +02:00
William Cheng
704c1b8893
update petstore samples
2018-08-23 18:52:34 +08:00
William Cheng
780ba49da1
Merge remote-tracking branch 'origin/3.3.x' into 4.0.x
2018-08-23 18:39:54 +08:00
William Cheng
3d06900e68
Prepare 3.2.3-SNAPSHOT version ( #870 )
2018-08-22 13:39:20 +02:00
Jens Oberender
9bc335b35e
Forbiddenapis check and fix ( #672 )
...
* Added forbiddenapis check and fixed the findings in the normal code
* Fixed forbiddenapi findings in java templates and samples.
* Generated all samples for Java.
2018-08-22 06:06:01 +02:00
ccozzolino
2044c36398
Adjust client response handler to be backwards compatible with older versions of Vert.x (<3.5) ( #854 )
2018-08-21 13:12:18 +08:00
Victor Orlovsky
0191210145
[Java][Rest-assured] Fix generated javadoc and "swagger-annotations" improvement ( #831 )
...
Added "@Api" swagger annotation, "nickname" for ApiOperation.
Fixed javadock for rest-assured client.
2018-08-17 18:15:02 +02:00
Victor Orlovsky
e7340bfe5b
[Java][Rest-assured] Fix "invokerPackage" in ApiClient, remove unnecessary @Authorization ( #822 )
2018-08-16 06:15:15 +02:00
William Cheng
d1f7e16daa
Merge branch '3.3.x' into 4.0.x
2018-08-16 01:01:34 +08:00
Victor Orlovsky
7b8f51a465
[JAVA][Rest-assured] add more information about operations ( #815 )
...
Add swagger annotations to client and set default baseReqSpec and baseContextConsumer in ApiClient
2018-08-15 17:56:14 +02:00
Jérémie Bresson
79b993e6d5
Prepare version 3.2.2-SNAPSHOT ( #810 )
2018-08-14 13:38:18 +02:00
William Cheng
90a8b81728
Prepare 3.2.1-SNAPSHOT release ( #748 )
...
* prepare 3.2.1 SNAPSHOT release
* update doc to use 3.2.0 stable version
2018-08-07 01:31:37 +08:00
William Cheng
be2a0170b7
Merge remote-tracking branch 'origin/master' into 4.0.x
2018-08-03 00:10:34 +08:00
William Cheng
ab08dd1d26
Better handling of operationID starting with numbers ( #691 )
...
* add numeric operationid to test spec
* better handling of operationId in more generators
* fix go toOperationId
* update samples
* update java samples
* update java samples (vertx, webclient)
* update java google api client sample
* fix typo, update OAS3 test spec, update php petstore (oas3)
* defer camelize in operationid
* remove duplicated sanitizeName
2018-08-01 22:31:58 +08:00
William Cheng
21141f682f
Fix Javadoc string error in Java (rest-assured) client ( #702 )
...
* fix docstring
* trigger build failure
* Revert "trigger build failure"
This reverts commit 12cd26f0ca981db37d177a55001dac8b6afcd0bf.
* update java samples
2018-08-01 22:13:41 +08:00
Victor Orlovsky
82156b6639
Added constant "httpMethod", "summary" ( #697 )
2018-08-01 12:02:11 +08:00
Rubén Martínez
68d80ab67d
[Java][Client][RestTemplate] Fixed invalid URL-encoding of query parameters ( #646 )
...
Fix for the #644
2018-07-30 08:38:10 +02:00
William Cheng
75e5ed2f68
Merge remote-tracking branch 'origin/master' into 4.0.x
2018-07-26 22:51:23 +08:00
Jérémie Bresson
a8e8acead7
[java] add useNullForUnknownEnumValue option ( #633 )
2018-07-26 11:00:45 +02:00
William Cheng
024dde11d7
Merge remote-tracking branch 'origin/3.2.x' into 4.0.x
2018-07-23 23:05:25 +08:00
William Cheng
667e3130fe
Merge remote-tracking branch 'origin/master' into 3.2.x
2018-07-23 23:04:28 +08:00
Rubén Martínez
0da55081c9
[Java][Client][RestTemplate] Do not create new Object for empty body ( #605 )
...
#513 Fixed error that causes exception when trying to perform HTTP requests without a body and an empty Object is used as body instead. In these cases an exception is thrown indicating that it is not possible to find a message converter for java.lang.Object and application/json.
2018-07-20 17:49:12 +02:00
William Cheng
07b8040122
Merge remote-tracking branch 'origin/3.2.x' into 4.0.x
2018-07-19 18:56:13 +08:00
William Cheng
888da52181
Merge remote-tracking branch 'origin/master' into 3.2.x
2018-07-19 18:46:18 +08:00
William Cheng
e02e875978
Update gradle dependency for Java RESTEasy API client ( #597 )
...
* update resteasy gradle dependency
* remove java8 option when testing resteasy (java)
2018-07-19 17:57:21 +08:00
Marvin
52cd17ecc7
[Java][RESTEasy] Fixed setting of custom headers ( #599 )
...
Fixed header generation. Previously the key was used as value parameter.
2018-07-19 11:55:01 +02:00
delenius
995edc0b75
Fix version incompatibility in resteasy client ( #594 )
2018-07-19 10:50:59 +08:00
Jeremie Bresson
eb09731a65
Merge remote-tracking branch 'origin/3.2.x' into 4.0.x
2018-07-18 12:32:55 +02:00
Jeremie Bresson
45ed374b62
Merge remote-tracking branch 'origin/master' into 3.2.x
2018-07-18 12:19:41 +02:00
Jérémie Bresson
1e596496a5
Prepare 3.1.2-SNAPSHOT ( #589 )
2018-07-18 11:44:23 +02:00
Daonomic
0a52f56ba4
Support for discriminator.mapping ( #536 )
2018-07-18 06:14:42 +02:00
William Cheng
d863c3e5f4
Add travis.yml to test java6 option ( #568 )
...
Add travis.yml to test java6 option, update Java (Jersey2) dependencies
2018-07-15 16:00:07 +08:00
Jérémie Bresson
5a0a8f6a87
Java6 support: fix pom and gradle files, avoid diamond notation ( #560 )
2018-07-14 21:13:23 +08:00
William Cheng
deb5dcaad1
Merge remote-tracking branch 'origin/3.2.x' into 4.0.x
2018-07-14 01:42:02 +08:00
Jeremie Bresson
0cc60d39d2
Merge remote-tracking branch 'origin/master' into 3.2.x
2018-07-13 07:25:49 +02:00
John Wang
19fd48e33b
[Golang][client] fix formData
file
parameter name use ( #506 )
...
* support form-data file MIME `name` parameter
* update test spec and Go client for form-data file name
* update samples for ensure-up-to-date
* update mustache template
* update samples for Go client
* improve assignment location
* update samples
2018-07-13 00:53:38 +08:00
Jeremie Bresson
7f4fc4de93
Merge remote-tracking branch 'origin/3.2.x' into 4.0.x
2018-07-07 15:29:36 +02:00
Jeremie Bresson
23c04e2e66
Prepare version 3.2.0-SNAPSHOT
2018-07-07 06:14:58 +02:00
Jérémie Bresson
4b6fb504a2
Prepare version 3.1.1-SNAPSHOT ( #487 )
2018-07-07 06:05:19 +02:00
William Cheng
867aaa4c27
update petstore samples ( #478 )
2018-07-06 12:08:20 +08:00
John Wang
0bffdf2463
[Golang][client] fix for schema definition name file
( #433 )
...
* fix schema/definition name as 'file'
* update samples
* Trigger CI due to previous Shippable race condition
* add fix with toModelName(openAPIType)
* update tests for file schema/definition name
* Update 3.0 test spec
* update samples
* update samples for jaxrs-cxf
* Trigger CI due to previous Shippable race condition
* add back explode
2018-07-05 20:32:24 +08:00