File tree Expand file tree Collapse file tree 6 files changed +9
-971
lines changed
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages Expand file tree Collapse file tree 6 files changed +9
-971
lines changed Original file line number Diff line number Diff line change 1
1
# Swagger Code Generator
2
2
3
+ [ ![ Build Status] ( https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-core-master-java-8.svg )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-core-master-java-8 )
4
+
3
5
- Master (2.4.0): [ ![ Build Status] ( https://img.shields.io/travis/swagger-api/swagger-codegen/master.svg?label=Petstore%20Integration%20Test )] ( https://travis-ci.org/swagger-api/swagger-codegen )
4
- [ ![ Run Status] ( https://img.shields.io/shippable/5782588a3be4f4faa56c5bea.svg?label=Mustache%20Template%20Test )] ( https://app.shippable.com/projects/5782588a3be4f4faa56c5bea )
5
- [ ![ Windows Test] ( https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails )] ( https://ci.appveyor.com/project/WilliamCheng/swagger-codegen-wh2wu )
6
- [ ![ Java Test] ( https://circleci.com/gh/swagger-api/swagger-codegen.svg?style=shield )] ( https://circleci.com/gh/swagger-api/swagger-codegen )
6
+ [ ![ Java Test] ( https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master.svg )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-master )
7
+ [ ![ Windows Test] ( https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=master&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails )] ( https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen )
7
8
- 3.0.0: [ ![ Build Status] ( https://img.shields.io/travis/swagger-api/swagger-codegen/3.0.0.svg?label=Petstore%20Integration%20Test )] ( https://travis-ci.org/swagger-api/swagger-codegen )
8
- [ ![ Run Status] ( https://img.shields.io/shippable/5782588a3be4f4faa56c5bea/3.0.0.svg?label=Mustache%20Template%20Test )] ( https://app.shippable.com/projects/5782588a3be4f4faa56c5bea )
9
- [ ![ Windows Test] ( https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=3.0.0&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails )] ( https://ci.appveyor.com/project/WilliamCheng/swagger-codegen-wh2wu )
10
- [ ![ Java Test] ( https://circleci.com/gh/swagger-api/swagger-codegen/tree/3.0.0.svg?style=shield )] ( https://circleci.com/gh/swagger-api/swagger-codegen )
9
+ [ ![ Java Test] ( https://img.shields.io/jenkins/s/https/jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3.svg )] ( https://jenkins.swagger.io/view/OSS%20-%20Java/job/oss-swagger-codegen-3 )
10
+ [ ![ Windows Test] ( https://ci.appveyor.com/api/projects/status/github/swagger-api/swagger-codegen?branch=3.0.0&svg=true&passingText=Windows%20Test%20-%20OK&failingText=Windows%20Test%20-%20Fails )] ( https://ci.appveyor.com/project/swaggerhub-bot/swagger-codegen )
11
11
12
12
13
13
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/io.swagger/swagger-codegen-project/badge.svg?style=plastic )] ( https://maven-badges.herokuapp.com/maven-central/io.swagger/swagger-codegen-project )
Original file line number Diff line number Diff line change 3
3
# execute the script and check the result (exit code) to see if
4
4
# there's any error
5
5
6
- echo " IMPORTANT: this script should be run by the CI (e.g. Shippable ) only. There's no need to run this script to update Petstore samples for all generators."
6
+ echo " IMPORTANT: this script should be run by the CI (e.g. Jenkins ) only. There's no need to run this script to update Petstore samples for all generators."
7
7
echo " Please press CTRL+C to stop or the script will continue in 10 seconds."
8
8
9
9
sleep 10
Original file line number Diff line number Diff line change 21
21
22
22
import org .apache .commons .lang3 .StringUtils ;
23
23
24
- import javax .xml .bind .annotation .adapters .XmlJavaTypeAdapter ;
25
-
26
24
public class PythonClientCodegen extends DefaultCodegen implements CodegenConfig {
27
25
public static final String PACKAGE_URL = "packageUrl" ;
28
26
public static final String DEFAULT_LIBRARY = "urllib3" ;
Original file line number Diff line number Diff line change 863
863
<modules>
864
864
<!-- clients -->
865
865
<!-- test java-related projects -->
866
+ <module>samples/client/petstore/elixir</module>
867
+ <module>samples/client/petstore/haskell-http-client</module>
866
868
<module>samples/client/petstore/akka-scala</module>
867
869
<module>samples/client/petstore/scala</module>
868
870
<!--<module>samples/client/petstore/scalaz</module>-->
You can’t perform that action at this time.
0 commit comments