database-rider

Database testing made easy!

APACHE-2.0 License

Stars
645
Committers
60

Bot releases are hidden (Show)

database-rider - v1.30.0

Published by rmpestano about 3 years ago

Release Notes

  • Add alwaysCleanBefore and alwaysCleanAfter DBUnit properties (#355)

Heroes

@raphiz

database-rider - 1.29.0

Published by rmpestano about 3 years ago

Release notes

  • Adds IDENTITY_INSERT seed strategy (#351)

Heroes

@ArtemIurkov

database-rider - v1.28.0

Published by rmpestano about 3 years ago

Release Notes

  • DBUnit escape pattern on multiple database tests (#347)

With this release DBRider will discover the escapePattern for each DB without the need to use the escapePattern property in @DBUnit or via dbunit.yml config file. If an espapePattern is provided via annotation or property file then it will be used.

Also note that the list of reserved keywords (the ones which need escaping) was also updated, see here.

Heroes

@muhammadkholidb

database-rider - v1.27.0

Published by rmpestano about 3 years ago

Release Notes

  • JUnit5 - AfterEach callback is leaking connection (#346)
  • Cannot clear table after test is executed due to autoCommit is true (#331)
  • Missing data with HikariCP and autocommit=false (#262)
  • Rider JUnit5 - cannot seed database in junit callback and cache connection is false (#345)

Heroes

@mbunzel @hheg

database-rider - v1.26.0

Published by rmpestano about 3 years ago

Release notes

  • Rider is leaking connections when cacheConnections = false (#332)
  • Warning is issued if column value contains : (Colon) (#335)
  • Could not run parameterized with DBUnitRule with database rider > 1.2.9 (#104) [reopened and related to CDI module only]
  • Constraint handling uses unquoted table names (#328)
  • JUnit5 - share dbunit config in test context (#336)

Heroes

@hheg @trks1970 @JoergSiebahn @ferdi-github

database-rider - v1.25.0

Published by rmpestano over 3 years ago

Release notes

  • Enable support for .yaml dataset extension (#323)

Heroes

@renke0

database-rider - v1.24.0

Published by rmpestano over 3 years ago

Release Notes

  • Junit5 - Run all callback methods on the class hierarchy (#263)
  • Updates JUnit Jupiter engine and platform (#291)
  • Support using the TCCL load resource (#316)
  • Refactory JUnit5 extension (#317)

Check dependency upgrades of this release here

database-rider - v1.23.1

Published by rmpestano over 3 years ago

Release notes

  • Problems with inserting xml datasets into Oracle 19 DB (#265)
  • Escape double-quote and backslash characters when exporting data in YML and JSON format (#267)
  • Migrate ci/cd to github actions (#269)

Heroes

@beskow @duschata

database-rider - v1.23.0

Published by rmpestano over 3 years ago

Release notes

  • Caches table dependency information in RiderSequenceFilter (#258)
  • add support @nested annotation for junit5 (#260)
  • DBUnitInterceptorImpl does not pass the expected CompareOperation to the dataSetExecutor compareCurrentDataSetWith (#261)

Heroes

@vaa25 @fcota92

database-rider - v1.22.0

Published by rmpestano over 3 years ago

Release notes

  • Rider-CDI: Removes junit4 dependency and adds lifecycle example (#254, #257)
  • YamlDataSet doesn't preserve order of tables (#255, #256)

Heroes

@coiouhkc @MetallFoX

database-rider - v1.21.1

Published by rmpestano almost 4 years ago

Release notes

  • ClassCastException: class io.agroal.pool.wrapper.ConnectionWrapper cannot be cast to class org.postgresql.PGConnection (#253)

Heroes

@coiouhkc

database-rider - v1.21.0

Published by rmpestano almost 4 years ago

Release notes

  • org.dbunit.dataset.NoPrimaryKeyException when using @ElementCollection in @Entity (#249)

Heroes

@pmajkutewicz

database-rider - v1.20.0

Published by rmpestano almost 4 years ago

Release notes

  • Disable "Sequence Filtering" globally (#252 )

Heroes

@GithubMood

database-rider - v1.19.0

Published by rmpestano almost 4 years ago

Release notes

  • Cannot run parameterized tests in JUnit 4 (#104)
  • Update to DBUnit 2.7.0 (#111 )
database-rider - v1.18.0

Published by rmpestano almost 4 years ago

Release notes

  • Adds Scriptable dataset docs to readme (#87)
  • Tables not defined in 'tableOrdering' option should be used in resulting dataset (#246)
  • Operations on table isn't executed when merge datasets is used (#247)

Heroes

@RomashkoVictor

database-rider - v1.17.0

Published by rmpestano almost 4 years ago

Release notes

  • mergeDataSets fails when blank value is used for merging (#243)
  • Add IncludeReplacer (#244)

Heroes

@GithubMood @RomashkoVictor

database-rider - v1.16.1

Published by rmpestano about 4 years ago

Release notes

  • The DBUnit "Table Type" property is not supported (#235)

Heroes

@mats24

database-rider - v1.16.0

Published by rmpestano about 4 years ago

Release Notes

  • Add ability to configure DBRider to fail when test cleanup fails (#225)
  • Add a remark to use encrypted passwords only (#226)
  • Limit the database type (#227)
  • Unify unit test naming (#230)

Heroes

@kayman-mk @kerraway @Livelypower

database-rider - v1.15.3

Published by rmpestano over 4 years ago

Release Notes

  • RiderDSL: One instance per thread (#224)

Heroes

@duschata

database-rider - v1.15.2

Published by rmpestano over 4 years ago

Release Notes

  • Support Jdk 1.7 in Spring module (#220)

Heroes

@kerraway

Package Rankings
Top 10.18% on Repo1.maven.org
Related Projects