Tags: milessabin/shapeless
Tags
Generate `Automatic-Module-Name` attribute (#1375) (#1400) * Generate `Automatic-Module-Name` attribute As it stands, Java 9 Platform Module System cannot infer module name from shapeless' jars due to cross compilation (underscores in `_2.xx`). This simple change adds an `Automatic-Module-Name` attribute to MANIFEST, making it possible to require `shapeless` modules, rather than going through various repackaaging hacks. A proper modularization would include definition of `module-info.java` but that's outside the scope. * Use shapeless Java module name for core --------- Co-authored-by: Hubert Plociniczak <[email protected]>
PreviousNext