scm:git:git@github.com:swagger-api/swagger-codegen.git
diff --git a/samples/client/petstore/android-java/src/main/java/io/swagger/client/ApiInvoker.java b/samples/client/petstore/android-java/src/main/java/io/swagger/client/ApiInvoker.java
index 8c3f271a13e..dec0db43f66 100644
--- a/samples/client/petstore/android-java/src/main/java/io/swagger/client/ApiInvoker.java
+++ b/samples/client/petstore/android-java/src/main/java/io/swagger/client/ApiInvoker.java
@@ -16,6 +16,7 @@
import org.apache.http.entity.StringEntity;
import org.apache.http.impl.client.*;
import org.apache.http.impl.conn.*;
+import org.apache.http.impl.conn.tsccm.*;
import org.apache.http.params.*;
import org.apache.http.util.EntityUtils;
@@ -381,7 +382,7 @@ public Socket createSocket() throws IOException {
schemeRegistry.register(httpsScheme);
schemeRegistry.register(new Scheme("http", PlainSocketFactory.getSocketFactory(), 80));
- ignoreSSLConnectionManager = new SingleClientConnManager(new BasicHttpParams(), schemeRegistry);
+ ignoreSSLConnectionManager = new ThreadSafeClientConnManager(new BasicHttpParams(), schemeRegistry);
} catch (NoSuchAlgorithmException e) {
// This will only be thrown if SSL isn't available for some reason.
} catch (KeyManagementException e) {
diff --git a/samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php b/samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php
index 2bd2410268c..101222b4503 100644
--- a/samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php
+++ b/samples/client/petstore/php/SwaggerPetstore-php/lib/models/Category.php
@@ -16,7 +16,7 @@
*/
/**
- * testing category description
+ *
*
* NOTE: This class is auto generated by the swagger code generator program. Do not edit the class manually.
*
diff --git a/samples/html/index.html b/samples/html/index.html
index 1055c9962ad..1ac869c1cee 100644
--- a/samples/html/index.html
+++ b/samples/html/index.html
@@ -420,7 +420,7 @@ Example data
Example data
Content-Type: application/xml
- not implemented com.wordnik.swagger.models.properties.MapProperty@2acca551
+ not implemented com.wordnik.swagger.models.properties.MapProperty@787b217
@@ -444,11 +444,11 @@ Return type
Example data
Content-Type: application/json
- {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T03:02:18.855+0000"\n}
+ {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-06T14:06:47.931+0000"\n}
Example data
Content-Type: application/xml
- \n 123456\n 123456\n 0\n 2015-04-04T20:02:18.857Z\n string\n true\n
+ \n 123456\n 123456\n 0\n 2015-04-06T08:06:47.934Z\n string\n true\n
@@ -472,11 +472,11 @@ Return type
Example data
Content-Type: application/json
- {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-05T03:02:18.859+0000"\n}
+ {\n "id" : 123456789,\n "petId" : 123456789,\n "complete" : true,\n "status" : "aeiou",\n "quantity" : 123,\n "shipDate" : "2015-04-06T14:06:47.935+0000"\n}
Example data
Content-Type: application/xml
- \n 123456\n 123456\n 0\n 2015-04-04T20:02:18.859Z\n string\n true\n
+ \n 123456\n 123456\n 0\n 2015-04-06T08:06:47.935Z\n string\n true\n
diff --git a/samples/server/petstore/jaxrs/pom.xml b/samples/server/petstore/jaxrs/pom.xml
index 05764d01c0d..d75c6bbfda8 100644
--- a/samples/server/petstore/jaxrs/pom.xml
+++ b/samples/server/petstore/jaxrs/pom.xml
@@ -129,7 +129,7 @@
- 1.5.0-M2
+ 2.1.0-M2
9.2.9.v20150224
1.13
1.6.3