Skip to content

Commit

Permalink
Regression on 0.38.1 - SpringTransactionManager requires DatabaseConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Tapac committed Apr 12, 2022
1 parent 18fce21 commit 05798f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import javax.sql.DataSource

class SpringTransactionManager(
_dataSource: DataSource,
databaseConfig: DatabaseConfig,
databaseConfig: DatabaseConfig = DatabaseConfig{ },
private val showSql: Boolean = false,
@Volatile override var defaultRepetitionAttempts: Int = DEFAULT_REPETITION_ATTEMPTS
) : DataSourceTransactionManager(_dataSource), TransactionManager {
Expand Down

0 comments on commit 05798f0

Please sign in to comment.