-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Simon Spielmann opened SPR-12437 and commented
Derby created derby.log per default.
Spring tries to disable derby.log in org.springframework.jdbc.datasource.embedded.DerbyEmbeddedDatabaseConfigurer
by setting a system property.
Setting the system property has no effect since derby is initialized at that point already.
Initialization is triggered by following statement in DerbyEmbeddedDatabaseConfigurer:
private static final boolean IS_AT_LEAST_DOT_SIX = new EmbeddedDriver().getMinorVersion() >= 6;
As result derby still creates annoying derby.log
Affects: 3.2.7
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug