An open API service indexing awesome lists of open source software.

https://github.com/denniseffing/hibernate-validator-assertj-incompatibility


https://github.com/denniseffing/hibernate-validator-assertj-incompatibility

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

⚠️️😞 hibernate-validator-test-utils AssertJ Incompatibility


A minimal reproducible example to showcase the incompatibility of `hibernate-validator-test-utils` version `8.0.1.Final` with current versions of AssertJ.

# 🚀 Getting started

👀 Take a look at the [`IncompatibilityTest`](./src/test/java/IncompatibilityTest.java)

▶️ Run the tests with:

```sh
./mvnw test
```