ebean-orm / ebean-agent

Enhancer Agent for EbeanORM
Apache License 2.0
12 stars 13 forks source link

Change default to enable @DbArray as nullable and @Transient initialisation #194

Closed rbygrave closed 1 year ago

rbygrave commented 1 year ago

This changes the default behavior for ebean version 13.12.0 or greater to:

To disable these features add a src/main/resources/ebean.mf with these features turned off:

allow-nullable-dbarray: false
transient-init: false
transient-init-error: false