Jochen Schalanda
|
32adeddd8f
|
Fix usage of javax.annotation (#6645)
* Fix usage of javax.annotation:javax.annotation-api
* Regenerate samples
```
bin/generate-samples.sh bin/configs/java-* bin/configs/jaxrs-* bin/configs/spring-* bin/configs/kotlin-* bin/configs/other/java-* bin/configs/other/jaxrs-* bin/configs/other/kotlin-* bin/configs/other/openapi3/jaxrs-cxf-client.yaml bin/configs/other/openapi3/kotlin-*
```
|
2020-06-14 17:01:18 +08:00 |
|
William Cheng
|
2c2c83df79
|
[Java] update jackson databind versions (#6328)
* update databind version
* update gradle build
|
2020-05-16 23:56:31 +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
|
c4f0b09459
|
Fix Jackson databind security issue (#4370)
* fix jackson databind security issue
* update groovy sample
* fix groovy dep version
|
2019-11-06 10:27:08 +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
|
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
|
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 |
|
Daonomic
|
b90c53deb6
|
[Java-client] Add Spring 5 WebClient as new library (#435)
|
2018-07-04 09:40:57 +02:00 |
|