davidgri
00f2dc422d
Issue5613 ( #5616 )
...
* Fixed Issue5162 consumes in GET-Methods
* Fixed Issue5613
* Ran the shell scripts under bin
* Tab removed
2017-06-05 00:38:43 +08:00
sdoeringNew
ffc0d32b9c
#5712 put @JsonValue to appropriate place in generated enum, add TypeAdapter for Gson enums, enhance tests ( #5713 )
2017-06-02 16:03:32 +08:00
wing328
3df5b6f303
[Java] Fix float enum value by adding "f" ( #5724 )
...
* fix java float enum value
* update java petstore samples
* add comment explaining the fix
2017-05-29 19:34:04 +08:00
Svarog
84df23f025
Made httpMethod in curl example actually upper case in html2 to support firefox ( #5558 ) ( #5705 )
2017-05-26 17:19:09 +08:00
Benjamin Douglas
be3cfda3ce
Disable Jackson FAIL_ON_INVALID_SUBTYPE in feign ( #5597 )
...
* Disable Jackson FAIL_ON_INVALID_SUBTYPE in feign
With this change, Jackson does not fail even if it doesn't recognize a
discriminator type name. This is helpful when upgrading a microservice with
a new subtype while keeping compatibility with its old clients. The instance
is returned as null instead of throwing an exception deep in the feign
framework, allowing clients to gracefully degrade.
* Disable FAIL_ON_INVALID_SUBTYPE for all Jackson-based projects
2017-05-16 21:20:05 +08:00
sdoeringNew
98d53bc8d2
#5619 added getValue() method in generated Enum classes in Java ( #5620 )
2017-05-13 00:03:44 +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