Ebean 6.4.1 introduced some code that expects a non-null Properties to exists in ServerConfig. This fixes the NPE that will be thrown in the current version.
I also propose defaulting Ebean DDL related properties to false to avoid scenarios where the DDL properties are undefined in Ninja's prod mode - currently this would result in dropping and recreation of the database.
Ebean 6.4.1 introduced some code that expects a non-null Properties to exists in ServerConfig. This fixes the NPE that will be thrown in the current version.
I also propose defaulting Ebean DDL related properties to
false
to avoid scenarios where the DDL properties are undefined in Ninja's prod mode - currently this would result in dropping and recreation of the database.