This website requires JavaScript.
Explore
Help
Sign In
loafle
/
openapi-generator
Watch
3
Star
0
Fork
0
You've already forked openapi-generator
forked from
loafle/openapi-generator-original
Code
Pull Requests
Activity
openapi-generator
/
samples
/
server
/
petstore
/
java-play-framework-fake-endpoints
/
app
History
Nathan Baulch
5d68bd6a03
Fix thousands of spelling typos (
#10272
)
2021-08-28 22:58:24 +08:00
..
apimodels
Squashed commit of the following:
2021-08-17 18:37:51 +08:00
controllers
Use import play.libs.Files.TemporaryFile instead of import play.api.libs.Files.TemporaryFile because it doesn't work at runtime. (
#8130
)
2020-12-09 11:31:14 +08:00
openapitools
Fix thousands of spelling typos (
#10272
)
2021-08-28 22:58:24 +08:00
Module.java
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