openapi-generator/samples/server/petstore/java-play-framework-no-interface
Jean-François Côté 18ba90f5ac [JavaPlayFramework] Add parameters for beanValidation in the application.conf + fix bugs (#6794)
* Add configuration to split input and output bean validations. When useBeanValidation is used, the variable are created in the application.conf file and can be tweaked by environment. For example, dev and stage can have true to both but only have input in prod.

* Refactor of mustache tags for more clarity

* sample generation with refactor

* Fix a couple of bugs with the fake-endpoint yaml but there is still 2 cases where it doesn't work.
2017-10-27 22:48:27 +08:00
..
.swagger-codegen Fix for issue #6094 (#6121) 2017-07-20 15:42:56 +08:00
app [JavaPlayFramework] Add parameters for beanValidation in the application.conf + fix bugs (#6794) 2017-10-27 22:48:27 +08:00
conf [JavaPlayFramework] Add parameters for beanValidation in the application.conf + fix bugs (#6794) 2017-10-27 22:48:27 +08:00
logs Update the Java Play Framework generator to version 2.6.3 (#6356) 2017-08-24 10:23:10 +08:00
project Update the Java Play Framework generator to version 2.6.3 (#6356) 2017-08-24 10:23:10 +08:00
public There was no validation when a required field was null, creating crash and null pointer exception further down the line in the business code. Now, it throws a InvalidArgumentException. (#6673) 2017-10-16 21:23:05 +08:00
.swagger-codegen-ignore Fix for issue #6094 (#6121) 2017-07-20 15:42:56 +08:00
build.sbt Update the Java Play Framework generator to version 2.6.3 (#6356) 2017-08-24 10:23:10 +08:00
LICENSE Fix for issue #6094 (#6121) 2017-07-20 15:42:56 +08:00
README Fix for issue #6094 (#6121) 2017-07-20 15:42:56 +08:00

This is your new Play application
=================================

This file will be packaged with your application when using `activator dist`.