bmscomp opened a new pull request, #14365: URL: https://github.com/apache/kafka/pull/14365
This minore pull request consist of upgrading version of `jqwik` library to version `1.8.0` that brings some bug fixing and some enhancements, upgrading the version now will make future upgrades easier For breaking changes: - We are not using `ArbitraryConfiguratorBase`, so there is no overriding of `configure` method - We are not using `TypeUsage.canBeAssignedTo(TypeUsage)` - No breaking is related to `@Provide` and `@ForAll` usage no Exception `CannotFindArbitraryException` is thrown during tests running - No usage of `StringArbitrary.repeatChars(0.0)` - We are not affected by the removal of method `TypeArbitrary.use(Executable)` - We are not affected by the removal or methods `ActionChainArbitrary.addAction(action) ` and `ActionChainArbitrary.addAction(weight, action)` For more details check the release notes: https://jqwik.net/release-notes.html#180 ### Committer Checklist (excluded from commit message) - [x] Verify design and implementation - [x] Verify test coverage and CI build status - [x] Verify documentation (including upgrade notes) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
