scalaj / scalaj-http

Simple scala wrapper for HttpURLConnection. OAuth included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide Automatic-Module-Name

FlorianKirmaier opened this issue · comments

Setting a ModuleName should ease some JavaModuleSystem interactions.
The jar names of scala-jars are especially problematic.
java.lang.IllegalArgumentException: scalaj.http.2.12: Invalid module name: '2' is not a Java identifier
The scala version is interpreted as a module name.
Specifying Automatic-Module-Name should make some interactions much easier.