Skip to content

Full support of Ebean DataSource property names and bugfix

Compare
Choose a tag to compare
@magicprinc magicprinc released this 11 Mar 18:55
· 69 commits to main since this release

Extra property name "propertyNames" controls the behavior:

hikari-only - only Hikari properties will be used
ebean-only - only Ebean properties will be used
hikari-then-ebean - all properties will be loaded; Ebean (second) will override Hikari
ebean-then-hikari - (default) all properties will be loaded; Hikari (second) will override Ebean

datasource.db.propertyNames = hikari-only

appendFrom property to append settings from other db configurations
datasource.db2.appendFrom = db, mixin