From 81051c3887c03982e1149b6801dfd6d75affe7af Mon Sep 17 00:00:00 2001
From: wing328
Date: Wed, 28 Aug 2019 03:20:32 +0000
Subject: [PATCH] Deploy website
Deploy website version based on 60e4c923dd740f1085a9ac48d43c80df2cc530b5
---
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 959bbc123a8..912b0d75d42 100644
--- a/docs/generators/java.html
+++ b/docs/generators/java.html
@@ -65,6 +65,7 @@ sidebar_label: java
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. Available on okhttp-gson, jersey2 libraries
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 : 4.x. JSON processing: Gson 2.x. Only for Java8
native
HTTP client: Java native HttpClient. JSON processing: Jackson 2.9.x. Only for Java11+
okhttp-gson
+
serializationLibrary
Serialization library, default depends from the library