I'd be great if the library supplied a full Java module descriptor. It's possible to keep bytecode baseline compatible with Java 8 while providing a full module descriptor thanks to ModiTect. This will help modular projects that consume failsafe, specifically those that create custom Java Runtimes with jlink, as the latter does not support automatic modules but explicit modules. If interested I can send a PR to make it happen.
Follow up to #295
v2.4.4
defines an automatic module nameI'd be great if the library supplied a full Java module descriptor. It's possible to keep bytecode baseline compatible with Java 8 while providing a full module descriptor thanks to ModiTect. This will help modular projects that consume
failsafe
, specifically those that create custom Java Runtimes withjlink
, as the latter does not support automatic modules but explicit modules. If interested I can send a PR to make it happen.