Context
org.assertj.core.util.CanIgnoreReturnValue was deprecated in favor of org.assertj.core.annotation.CanIgnoreReturnValue
- assertj core version: 3.27.4
- java version: 21.0.3
- test framework version: 5.13.4
Problem
The new annotation cannot be found when working with JPMS because the org.assertj.core.annotation is not exported.
Solution
Export package org.assertj.core.annotation in module-info if it is intended to be public.