On Tue, 30 Dec 2025 12:30:08 GMT, Daniel Jeliński <[email protected]> wrote:
> as far as I can tell, we only need to change the provider methods and the > beforeAll/afterAll methods to static in order to remove the annotation. The > test methods must not be static. Okay, that seemed to work for `DateFormatterTest.java` Obviously fields have to be declared static as well, but I'll see how it works for the others now. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28908#discussion_r2652977041
