From 3864c9195457ddfef0240ec913bb71facf1125fa Mon Sep 17 00:00:00 2001
From: wing328
Date: Mon, 3 Jun 2019 08:12:47 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 6b7c5edbce6947c343308a71877df3f287a053ac
---
docs/generators/java.html | 3 ++-
docs/generators/java/index.html | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/docs/generators/java.html b/docs/generators/java.html
index a76c1aa2aa6b..4315e082ef0f 100644
--- a/docs/generators/java.html
+++ b/docs/generators/java.html
@@ -65,7 +65,8 @@ sidebar_label: java
useRuntimeException
Use RuntimeException instead of Exception
false
feignVersion
Version of OpenFeign: '10.x', '9.x' (default)
false
useReflectionEqualsHashCode
Use org.apache.commons.lang3.builder for equals and hashCode in the models. WARNING: This will fail under a security manager, unless the appropriate permissions are set up correctly and also there's potential performance impact.
false
+
caseInsensitiveResponseHeaders
Make API response's headers case-insensitive in okhttp-gson library
false
library
library template (sub-template) to use
jersey1
HTTP client: Jersey client 1.19.x. JSON processing: Jackson 2.8.x. Enable Java6 support using '-DsupportJava6=true'. Enable gzip request encoding using '-DuseGzipFeature=true'. IMPORTANT NOTE: jersey 1.x is no longer actively maintained so please upgrade to 'jersey2' or other HTTP libaries instead.
jersey2
HTTP client: Jersey client 2.25.1. JSON processing: Jackson 2.8.x
feign
HTTP client: OpenFeign 9.x or 10.x. JSON processing: Jackson 2.8.x. To enable OpenFeign 10.x, set the 'feignVersion' option to '10.x'
okhttp-gson
[DEFAULT] HTTP client: OkHttp 3.x. JSON processing: Gson 2.8.x. Enable Parcelable models on Android using '-DparcelableModel=true'. Enable gzip request encoding using '-DuseGzipFeature=true'.
retrofit
HTTP client: OkHttp 2.x. JSON processing: Gson 2.x (Retrofit 1.9.0). IMPORTANT NOTE: retrofit1.x is no longer actively maintained so please upgrade to 'retrofit2' instead.
retrofit2
HTTP client: OkHttp 3.x. JSON processing: Gson 2.x (Retrofit 2.3.0). Enable the RxJava adapter using '-DuseRxJava[2]=true'. (RxJava 1.x or 2.x)
resttemplate
HTTP client: Spring RestTemplate 4.x. JSON processing: Jackson 2.8.x
webclient
HTTP client: Spring WebClient 5.x. JSON processing: Jackson 2.9.x
resteasy
HTTP client: Resteasy client 3.x. JSON processing: Jackson 2.8.x
vertx
HTTP client: VertX client 3.x. JSON processing: Jackson 2.8.x
google-api-client
HTTP client: Google API client 1.x. JSON processing: Jackson 2.8.x
rest-assured
HTTP client: rest-assured : 3.x. JSON processing: Gson 2.x. Only for Java8