https://github.com/denniseffing/hibernate-validator-assertj-incompatibility
https://github.com/denniseffing/hibernate-validator-assertj-incompatibility
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/denniseffing/hibernate-validator-assertj-incompatibility
- Owner: denniseffing
- Created: 2024-07-12T14:52:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-12T14:59:00.000Z (over 1 year ago)
- Last Synced: 2025-01-23T07:46:07.759Z (about 1 year ago)
- Language: Java
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```