William Cheng
e9c231b50a
rollback feign version to 10.11 ( #7012 )
2020-07-22 21:21:11 +08:00
William Cheng
fa97333a5c
[Java] Deprecate feignVersion option ( #6824 )
...
* deprecate feign option
* update doc
* udpate samples
2020-07-02 00:12:32 +08:00
William Cheng
ae9d4ee222
[Java][Feign] decommission 9.x support ( #6445 )
...
* decommission feign 9.x
* update ci
2020-05-28 09:30:41 +08:00
William Cheng
3b0bd368a6
Update Java (feign) client dependency ( #6068 )
...
* update feign dependency
* update feign samples
2020-04-28 00:09:14 +08:00
William Cheng
0ffcbfe75e
update jackson dependency to newer version ( #5527 )
2020-03-06 14:49:58 +08:00
Sebastien Rosset
d61dcc17e0
[gradle] consistent use of maven url in gradle files ( #5045 )
...
* wrap maven url with uri function
* consistent use of maven url in gradle files
2020-01-19 14:57:38 -05:00
Jim Schubert
ea55968737
Evaluating https issues in CircleCI (on top of CiscoM31-maven-h… ( #5034 )
...
* replace http with https. Replace http://central.maven.org with https://repo1.maven.org
* replace http://www.apache.org/licenses/LICENSE-2.0 with https://www.apache.org/licenses/LICENSE-2.0
* Force HTTPS for mavenCentral gradle DSL
Co-authored-by: Sebastien Rosset <serosset@cisco.com>
2020-01-18 18:53:05 -05:00
Jérémie Bresson
e675360b9e
[java][client] jackson update ( #4907 )
...
* [java][client] update jackson-databind-version to 2.10.1
* [java][client] update jackson-version to 2.10.1
* Update samples
* [google-api-client] add missing generic parameter to fix compile error
* Update samples
2020-01-03 11:03:12 +08:00
sullis
178a3e24bd
upgrade to JUnit 4.13 ( #4899 )
2020-01-02 13:20:29 +08:00
Jérémie Bresson
ad6c832162
[java] Update jackson_databind_nullable_version to 0.2.1 ( #4839 )
...
* [java] Update jackson_databind_nullable_version to 0.2.1
* Update samples
* FIx typo
2019-12-20 23:18:47 +08:00
William Cheng
931908c77c
fix security alerts reported by github ( #4344 )
2019-11-01 11:16:36 +08:00
Jochen Schalanda
ab0b3d9795
Update to jackson-datatype-threetenbp 2.9.10 ( #4176 )
...
* Update to jackson-datatype-threetenbp 2.9.10
* Update to ThreeTen BP 1.4.0
* Fix import and usage of org.threeten.bp.DateTimeUtils
* Refresh samples
2019-10-19 15:08:56 +08:00
gurumeditator
dee6de7778
Replaced dashes with underscores in build.gradle files. ( #4092 )
2019-10-13 18:37:50 +08:00
William Cheng
81fdc2abbd
Fix jackson-databind security issue ( #3945 )
...
* fix jackson security issue
* update groovy petstore sample
2019-09-24 13:56:59 +08:00
Jérémie Bresson
d21b3390fe
[java] add jackson-databind-nullable dependency to the gradle.build file ( #3793 )
...
* Add jackson-databind-nullable
* Update samples
2019-08-30 13:51:50 +08:00
kassim
ee538be964
[Java] add nullable annotation to pojo template for non-required fields ( #3409 )
...
* add nullable annotation to pojo template
* add jsr305 dependency
* jsr305 dependency on all java build.gradle files
* jsr305 dependency on all java pom.xml files
* update samples
* more pom updates
* more sample/template updates
2019-07-25 10:35:18 +08:00
William Cheng
5c6824f569
update feign to the latest stable version ( #2999 )
2019-05-27 15:11:02 +08:00
William Cheng
d243a6b96d
Update jackson-databind to address security issues ( #2993 )
...
* update jackson-databind to address security issue
* update java vertx client dev, sample
* update dep, samples
* update retrofit play2 dep
2019-05-25 18:24:37 +08:00
William Cheng
1a2deb016b
Fix security issue with dependencies ( #1820 )
...
* fix security issue with dependency
* update samples
* update pom and sample
2019-01-05 23:30:59 +08:00
William Cheng
587bd56655
add mavencentral to build.gradle ( #1674 )
2018-12-15 00:22:11 +08:00
William Cheng
c1afba7194
Fix jackson-databind security issue ( #1259 )
...
* fix jackson databind security issue
* fix java jersey 1 dependency
* fix java webclient dep
2018-10-18 16:29:38 +08:00
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
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
Jérémie Bresson
c8c316e41e
Update java client samples OAS2 ( #140 )
...
* Update java client examples
* Rename artifactId in json config files
* Add imports in api.mustache for play24 and play25
2018-04-24 09:51:50 +02:00
Jihun Lee
676af62122
Updated feign library dependency to io.github.openfeign ( #6652 )
...
Changed groupId from “com.netflix.feign” to “io.github.openfeign” from
gradle and sbt mustache templates.
2017-10-10 22:41:18 +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
wing328
e969b35ea2
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-24 18:07:17 +08:00
wing328
30d0b11801
update java petstore samples
2017-04-24 16:22:11 +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
wing328
15b216d47b
fix feign gradle build file
2016-11-09 18:36:16 +08:00
wing328
255bc02b83
Merge remote-tracking branch 'origin/master' into 2.3.0
2016-11-09 16:37:11 +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
Christophe Bornet
70d93883cf
[Java] Threetenbp dates support ( #4029 )
...
* [feign] add threetenbp support for feign clients
* [okhttp] add threetenbp support for okhttp clients
* [jersey] add threetenbp support for jersey clients
* [retrofit2] add threetenbp support for retrofit2 clients
* [spring] add threetenbp support for spring generators
* add a workaround in tests for a bug in the petstore
The petstore doesn't manage fractional digits of dates correctly when there are less than 3
2016-11-04 17:55:16 +08:00
wing328
2418448a3c
update swagger core to 1.5.9 for java feign client
2016-07-07 17:48:43 +08:00
cbornet
3e9064b81e
support jsr310 dates in feign client
...
See #2874
2016-06-20 13:04:44 +02:00
wing328
8c27f296fb
update maven and gradle version for java api client
2016-04-22 23:13:12 +08:00
Fabien Da Silva
4f8bbea660
[Android] Update build.gradle and pom.xml in Java libraries
...
Fix #2451
2016-04-13 14:39:20 +02:00
xhh
b2ed17e63e
Remove unused jackson imports from Java models
...
by fixing the logic of enum Boolean checking.
Other changes:
* Remove the `true &&` prefix from the `equals` method in models.
* Apply some changes of Java-default to Java-okhttp-gson, i.e. adding
`this` and parent model handling.
* Some improvements on spaces and blank lines.
2016-02-17 18:03:27 +08:00
wing328
f5693b6c73
update sample and test case for java feign
2015-12-10 16:35:38 +08:00
David Kiss
eb4acd0971
added unit tests to feign client
2015-12-07 01:13:20 -05:00