apache / lucene

Apache Lucene open-source search software
https://lucene.apache.org/
Apache License 2.0
2.47k stars 980 forks source link

test-framework JUnit 5 support #13523

Open vmargerin opened 1 week ago

vmargerin commented 1 week ago

Description

Currently the test-framework module is using JUnit 4 and can't be used in recent Java application (with JUnit 5) JUnit 5 support would be great :)

dweiss commented 1 week ago

See this related issue and discussion. https://github.com/randomizedtesting/randomizedtesting/issues/256