-
i creat java9 error list:
![image](https://user-images.githubusercontent.com/9547741/33834584-5edc1c86-debe-11e7-8532-34e3415e0d9f.png)
-
## steps
sbt version: 1.3.0
## problem
when `-debug` option is passed, error logging is suppressed and user doesn't know if command failed or not.
Correct error logging
```
$ sbt lol
...…
-
### steps
1. `cd ~/foo/`
2. `jenv local 1.8`
3. Suppose there's a jar file under `~/foo/` that I built called `~/foo/target/foo.jar`.
4. `cd ~/java9-test/`
5. `jenv local 9-ea`
6. `java -versi…
-
i creat java9 error list:
![image](https://user-images.githubusercontent.com/9547741/33834584-5edc1c86-debe-11e7-8532-34e3415e0d9f.png)
-
The Automatic Module feature has 2 modes in terms of how it choses the generated module's name:
- implicit: the name is derived from the **jar filename**, which could change eg. if someone imports …
-
Java9 is about ready to release its RC1, with the final version due out in about a month (July 2017):
http://openjdk.java.net/projects/jdk9/
It would be fairly easy to make a beakerx JShell-base…
-
* [ ] Gradle build should pass (requires [update of Gradle's Groovy]( https://discuss.gradle.org/t/current-java-9-status-and-roadmap-groovy-upgrade-needed/21459/2))
* [ ] Relevant tests should pass
…
-
## Compiler version
3.3.3 - 3.5.0-RC1 _(the project does not compile before 3.3.3, therefore I am unable to test earlier versions)_
## Minimized code
I do not have a minimized code yet. I app…
-
Hello,
When using your library under java9 you get the following warning, i guess it would be good to update your lib for future releases compatibility with java9
WARNING: An illegal reflective …
-
**Describe the bug**
When using a custom driver, the DatabaseConnectionFactory.createDatabaseConnection fails but only when NextGen Connect runs on a Java9+ installation (it works on Java8). This was…