forked from loafle/openapi-generator-original
* Mustache template should use invokerPackage tag to generate import * add JsonSubTypes annotation to handle scenario when OAS name has special characters * add JsonSubTypes annotation to handle scenario when OAS name has special characters. Add unit test * run sample scripts * fix unit test * run sample scripts * add minimal openapi document to show issue with special characters and discriminators * Add 'isClassnameSanitized' tag * Add 'isClassnameSanitized' tag * Add 'isClassnameSanitized' tag * Add 'isClassnameSanitized' tag * Add 'isClassnameSanitized' tag * Add 'isClassnameSanitized' tag * Add unit tests for unmarshaling of discriminators with special characters * Add unit tests for unmarshaling of discriminators with special characters * use JsonTypeName Co-authored-by: Vikrant Balyan (vvb) <vvb@cisco.com> Co-authored-by: William Cheng <wing328hk@gmail.com>
23 lines
411 B
YAML
23 lines
411 B
YAML
#
|
|
# Generated by OpenAPI Generator: https://openapi-generator.tech
|
|
#
|
|
# Ref: https://docs.travis-ci.com/user/languages/java/
|
|
#
|
|
language: java
|
|
jdk:
|
|
- openjdk12
|
|
- openjdk11
|
|
- openjdk10
|
|
- openjdk9
|
|
- openjdk8
|
|
before_install:
|
|
# ensure gradlew has proper permission
|
|
- chmod a+x ./gradlew
|
|
script:
|
|
# test using maven
|
|
#- mvn test
|
|
# test using gradle
|
|
- gradle test
|
|
# test using sbt
|
|
# - sbt test
|