Maven enforcer rule for finding dependencies that mix Java EE and Jakarta EE

57 views Asked by At

When starting to convert apps and libraries to Jakarta EE, is there any Maven enforcer rule or way to check the build time classpath for dependencies that might be mixing the old Java EE APIs?

I know about the one time conversion tools like open rewrite or Eclipse Transformer, but I want to put something in place to identify if something "sneaks" back in.

0

There are 0 answers