kitodo / kitodo-production

Kitodo.Production is a workflow management tool for mass digitization and is part of the Kitodo Digital Library Suite.
http://www.kitodo.org/software/kitodoproduction/
GNU General Public License v3.0
64 stars 63 forks source link

Remove junit4 support #6163

Closed henning-gerhardt closed 3 months ago

henning-gerhardt commented 3 months ago

This is the last pull request to remove the old needed dependency to execute Junit 4 based tests inside a Junit 5 test system. If this pull request is merged then all tests should be written / created as Junit 5 based tests.

The pull request include an optional commit to remove the transitive dependency to an old junit 4 from a used dependency. If this transitive dependency is not removed it is still possible to create or write Junit 4 code but the execution of this code should fail. So far as I could I discovered no issues with removing this transitive dependency.