Skip to content

Releases: kiwiproject/kiwi-test

v0.17.0

06 Apr 02:16
Compare
Choose a tag to compare

Summary

  • 2021-04-05T22:15:44.027877 - 4 commit(s) by Scott Leberknight, dependabot[bot]

Dependency Updates

  • Bump kiwi from 0.20.0 to 0.21.0 (#215)
  • Bump kiwi-parent from 0.9.0 to 0.10.0 (#214)

v0.16.0

03 Apr 02:14
Compare
Choose a tag to compare

Summary

  • 2021-04-02T22:08:07.707829 - 16 commit(s) by Scott Leberknight, dependabot[bot]

Improvements

  • New KiwiAssertJ methods to assert one element in collections and maps (#205)
  • Assertions to verify a HealthCheck.Result does NOT contain a detail (#203)
  • Add methods to ValidationTestHelper to assert there are some (one or many) violations (#201)
  • Add JUnit Jupiter ArgumentsSource to generate random doubles (#199)

Assorted

  • Change test POM files to use fake dependencies to avoid dependabot check (#213)
  • Sonar cleanup (#198)
  • Fix javadoc warnings in RandomIntSource and RandomLongSource (#196)
  • Figure out "best" way to re-enable PostgresLiquibaseTestExtensionTest on macOS (#152)
  • Figure out "best" way to re-enable PostgresAppTestExtensionTest on macOS (#80)

Dependency Updates

  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/ServiceNamesTest/no-parent-pom (#212)
  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/MongoTestsTest (#211)
  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/ServiceNamesTest/top-level-service (#210)
  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/ServiceNamesTest/top-level-app (#209)
  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/ServiceNamesTest/top-level-emulator (#208)
  • Bump guava from 28.2-jre to 29.0-jre in /src/test/resources/ServiceNamesTest/nested-service/service (#207)

v0.15.0

28 Feb 03:23
Compare
Choose a tag to compare

Summary

  • 2021-02-27 - 7 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight

Improvements

  • Add BlankStringSource annotation (#187)
  • Add AsciiOnlyBlankStringSource (#188)
  • Add mocked out AdminEnvironment in DropwizardMockitoMocks.mockEnvironment (#174)
  • Add JUnit Jupiter ArgumentsSource to generate random integers (#191)
  • Add JUnit Jupiter ArgumentsSource to generate random long values (#194)

Dependency updates

  • Bump dropwizard.version from 2.0.19 to 2.0.20 (#193)
  • Bump kiwi-parent from 0.8.0 to 0.9.0 (#193)
  • Bump kiwi-version from 0.19.0 to 0.20.0 (#193)
  • Bump byte-buddy from 1.10.18 to 1.10.20 (#193)
  • Bump metrics-core from 4.1.17 to 4.1.18 (#193)
  • Bump metrics-healthchecks from 4.1.17. to 4.1.18 (#193)
  • Bump embedded-postgres from 1.2.6 to 1.2.10 (#193)
  • Bump hibernate-core from 5.4.24.Final to 5.4.28.Final (#193)
  • Bump liquibase from 3.8.9 to 3.10.2 (#193)
  • Bump metrics-jdbi3 from 4.1.17 to 4.1.18 (#193)
  • Bump metrics-jetty9 from 4.1.17 to 4.1.18 (#193)
  • Bump mongo-java-driver from 3.11.2 to 3.12.8 (#193)
  • Bump error_prone_annotations from 2.4.0 to 2.5.1 (#193)
  • Bump mongo-java-server from 1.36.0 to 1.37.0 (#193)

v0.14.0

10 Feb 13:22
Compare
Choose a tag to compare

Summary

  • 2021-02-10T08:21:17.90794 - 7 commit(s) by Chris Rohr, dependabot[bot], Scott Leberknight

Assorted

  • Delete obsolete TravisCI config file (#181)

Dependency Updates

  • Bump kiwi-parent from 0.7.0 to 0.8.0 (#185)
  • Bump dropwizard.version from 2.0.16 to 2.0.19 (#184)
  • Bump kiwi-parent from 0.6.0 to 0.7.0 (#183)
  • Bump kiwi-parent from 0.5.0 to 0.6.0 (#182)

v0.13.0

07 Jan 21:03
Compare
Choose a tag to compare

Improvements

  • Add Jupiter extension to make using the MongoServer easy in tests (#175)

Dependency updates

  • Bump kiwi-parent from 0.4.0 to 0.5.0 (#178)
  • Bump kiwi from 0.17.0 to 0.18.0 (#179)

v0.12.0

27 Nov 19:34
Compare
Choose a tag to compare

Dependency updates

  • Bump dropwizard.version from 2.0.15 to 2.0.16 (#172)
  • Bump hibernate-core to 5.4.24.Final (#172)
  • Bump metrics-core to 4.1.16 (#172)
  • Bump metrics-healthchecks to 4.1.16 (#172)
  • Bump metrics-jdbi3 to 4.1.16 (#172)
  • Bump metrics-jetty9 to 4.1.16 (#172)
  • Bump kiwi to 0.17.0 (#173)

v0.11.0

25 Nov 18:18
Compare
Choose a tag to compare

Dependency updates

  • Bump kiwi-parent to 0.4.0 (#168)
  • Bump kiwi to 0.16.0 (#169)
  • Bump byte-buddy to 1.10.18 (#170)

v0.10.0

16 Nov 17:29
Compare
Choose a tag to compare

Improvements

  • Add JavaTimeArgumentMatchers new feature (#159)

Bug fixes

  • MongoDbExtension#cleanupDatabasesFromPriorTestRunsIfNecessary throws IllegalArgumentException (#160)
  • Fix Sonar projectKey property in the POM to be kiwi-test not kiwi (#166)

Assorted

  • Fix several deprecation warnings (#158)
  • Switch from TravisCI to GitHub Actions for the build (#163)
  • Replace TravisCI badge with GitHub actions badge (#164)

Dependency updates

  • Upgrade kiwi from 0.14.0 to 0.15.0 dependencies (#165)

v0.9.0

04 Nov 19:47
Compare
Choose a tag to compare

Bug fixes

  • Apply @EnabledOnOs(OS.LINUX) to PostgresLiquibaseTestExtensionTest (#151)

Dependency updates

  • Bump dropwizard.version from 2.0.14 to 2.0.15 (#155)
  • Upgrade kiwi to 0.14.0 (#156)

v0.8.0

23 Oct 15:45
Compare
Choose a tag to compare

Improvements

  • Add SimpleSingleConnectionDataSource (#132)
  • Add ability to specify ConfigOverride values in PostgresAppTestExtension enhancement (#138)
  • Add JdbcProperties (#134)
  • Add JdbcTests (#133)
  • Add PostgresLiquibaseTestExtension (#135)
  • Automatically install PostgresPlugin in Jdbi 3 Jupiter extensions when driver is Postgres enhancement (#128)
  • Add MongoTests (#145)

Assorted

  • Update javadoc in H2FileBasedDatabaseExtension (#137)
  • Jdbi3Helpers should not be public (#141)
  • Fix example code in Javadoc in MongoDbExtension documentation (#143)
  • Rename static final extension fields to UPPER_SNAKE_CASE in tests (#146)

Dependency updates

  • Bump kiwi-parent from 0.1.0 to 0.2.0 (#149)
  • Bump dropwizard.version from 2.0.13 to 2.0.14 (#150)

See the individual dependency update PRs to see all the dependencies that were updated.