Skip to content

11.17.4

Compare
Choose a tag to compare
@rbygrave rbygrave released this 13 Jun 12:20
· 4437 commits to master since this release

Issues:

#1422 FIX: applied history drops were not recognized
#1423 Close resources - InputStream of entity bean properties of File type
#1421 Nested programatic transaction using autoclose / try with resources ... does not end()/rollback() the parent/outer transaction
#1419 Refactor - saveAll() and deleteAll() ... when collections are empty skip transaction init check
#1400 Postgres @history table sys_period empty with multiple updates

Enhancements:

#1420 ENH: Add a ServiceLoader mechanism to configure ServerConfig - io.ebean.config.ServerConfigProvider
#1418 Add saveAll() and deleteAll() to io.ebean.BeanRepository