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-controller-only
/
app
/
controllers
History
Jean-François Côté
8b70f24371
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
..
ApiDocController.java
Fix for issue
#6094
(
#6121
)
2017-07-20 15:42:56 +08:00
PetApiController.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
StoreApiController.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
UserApiController.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