mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
The issue being that shutdown() // with no args was not calling ShutdownManager.unregisterDatabase(this) noting that shutdown(boolean, boolean) did. This change merges the old shutdownInternal(boolean, boolean) method into shutdown(boolean, boolean) and simplifies shutdown() to just call shutdown(boolean, boolean).