Igor Savin
734a35a45a
Update maven-javadoc-plugin for Java 11 support ( #5361 )
...
* Resolves `An error has occurred in Javadoc report generation: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module` error that happens when using Java 11
* Resolves `An error has occurred in Javadoc report generation: [ERROR] Exit code: 1 - javadoc: error - The code being documented uses modules but the packages defined in https://docs.oracle.com/javase/8/docs/api/ are in the unnamed module` error that happens when using Java 11
* Fix duplicate configuration entries
* Fix okhttp poms
* Remove letter that shouldn't be there
2020-02-20 00:28:21 +08: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
sullis
178a3e24bd
upgrade to JUnit 4.13 ( #4899 )
2020-01-02 13:20:29 +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
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
3a0d520c38
improve indentation, update dependencies ( #2521 )
2019-03-27 23:02:03 +08:00
William Cheng
f415332406
update java default value ( #1949 )
2019-01-21 01:47:49 +08:00
Akihito Nakano
f1831533d4
[Java] Update dependencies ( #1735 )
...
* Update retrofit2
refs:
https://nvd.nist.gov/vuln/detail/CVE-2018-1000850
https://nvd.nist.gov/vuln/detail/CVE-2018-1000844
* Update samples
./bin/java-petstore-all.sh
* Implement okhttp3.Call#timeout
refs https://github.com/square/okhttp/pull/4363
* Update samples
./bin/java-petstore-all.sh
* Update Play26CallFactory
* Fix indent
2018-12-23 19:03:50 +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
William Cheng
2394fac677
update swagger annoatation version to 1.5.17 ( #7500 )
2018-01-25 23:29:20 +08:00
etondoze
d1a296412e
Upgraded swagger-parser and swagger-core versions ( #7497 )
2018-01-25 21:35:11 +08:00
Joseph Elliott
673be4e88f
exclude commons package from org.apache.oltu.oauth2 to provide a more long-term fix.
2018-01-08 14:41:57 +01:00
Joseph Elliott
c642d8a89b
Roll back oltu_version to 1.0.0 to fix #7044
2018-01-08 14:25:32 +01:00
William Cheng
c774e98464
update swagger parser, core version the latest ( #7163 )
2017-12-13 18:08:26 +08:00
Ben Mordue
02bcc55e23
Do not apply content-type header if no request body ( #6648 )
...
* Do not apply content-type header if no request body
* Set content-type header if there are form params
* Add tests
* Run update script
* Regenerated sample clients
2017-11-27 18:33:28 +08:00
wing328
088eef5927
update petstore samples
2017-11-27 17:16:44 +08:00
Brian Kim
044bfdac39
Fix #6166 by adding @Deprecated annotations in Java jersey2, okhttp-gson, resteasy libraries ( #6801 )
2017-10-25 11:10:03 +08:00
wing328
0f1a61d9c2
update retrofit2 petstore samples
2017-09-01 17:14:43 +08:00
mferguson-gb
bc633766f8
Retrofit2 rxjava2 adapter imports ( #6294 )
...
* Update retrofit2 rxjava2 adapter dependencies
* Update sample code
2017-08-12 17:34:03 +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
49dbb51957
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-06-26 23:39:04 +08:00
wing328
522d704f7a
[Java] Update dependencies for Java clients ( #5926 )
...
* update dep for java jersey1, jersey2
* update sbt dependency for jersey2
* update dep for java okhttp-gson, resteasy, resttemplate
* update dep for java retrofit 1.x, 2.x
* update java petstore samples
2017-06-26 23:18:45 +08:00
wing328
1da52bf8ba
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-06-11 21:43:34 +08:00
wing328
2d385d8bcb
update retrofit2 dep ( #5820 )
2017-06-11 16:12:04 +08:00
wing328
7cddd17acc
[Java] Add JSON-patch support to other Java API clients ( #5808 )
...
* add JSON-patch support to other Java API clients
* minor fix to java jersey1 json check
2017-06-09 21:46:40 +08:00
wing328
956e7b4cb5
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-04-04 23:04:25 +08:00
wing328
22c80588f6
fix retrofit2 rxjava2 script ( #5321 )
2017-04-04 22:58:03 +08:00
wing328
8f37e68049
Merge remote-tracking branch 'origin/master' into 2.3.0
2017-03-29 17:25:10 +08:00
wing328
55e648c0b1
update retrofit2 dependencies ( #5235 )
2017-03-28 18:50:24 +08:00