Validate generated module-info.class at build time
Description
Our module-info are hardcoded and we don't have very extensive tests; in particular we don't check that all APIs are usable when Hibernate Search is in the modulepath.
We need something to check that all API/SPI packages for a given module are actually mentioned in its module-info.class
Activity
Show:
Yoann Rodière January 30, 2023 at 1:20 PM
We now have slightly more extensive tests, and I think it would make little sense to write automation to check that the automation in moditect works correctly, anyway.
Our module-info are hardcoded and we don't have very extensive tests; in particular we don't check that all APIs are usable when Hibernate Search is in the modulepath.
We need something to check that all API/SPI packages for a given module are actually mentioned in its module-info.class