Also, not a fan of using these @org.junit.jupiter.api.Tag annotations to indicate which tests to run from the IDE. The expectation is that we have to remember to add this to tests as we add them, not to mention needing to clean up as 6 development winds down. The tests that are “runnable” for the time being are all in the org.hibernate.orm.test package - I’d much rather use that in the Eclipse import if any filtering there at all. Not to be draconian, but I may revert the work from your PR for now if this is something you can’t tackle at the moment - until you or I or someone else has the time to fix it up. Thanks! |