You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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]>
0 commit comments