-
http://seanthefish.com/2018/03/29/java9/
我知道,是流星赞美了黑夜,鲸鱼安慰了大海
-
Did you check https://dl.bintray.com/unverbraucht/java9-fixed-jars ??????
no access!!!
When you write programs, do you test them? or just to post?
-
i am looking for a messaging framework which supports java9 modules. seems like nngjvm does not provide this. is there any plans to do so?
-
This is essential for any sort of language support. Without this being public (or rather some sort of public factory), it's almost impossible to make a new language SourceSet. Note that the new model …
-
The documentation at https://www.scala-sbt.org/1.x/docs/Command-Line-Reference.html defines:
`sbt.coursier | Boolean | true (in 1.3+) | Use coursier to retrieve packages. (See also sbt.ivy.)`
an…
-
Needs updating for support of Java9 and later, where the `rt.jar` is replaced with the `jrt:/` filesystem notation.
See https://openjdk.java.net/jeps/220 .
Also identified in https://github.com/Ga…
-
XStream modules are using
* inefficient Java APIs that are being deprecated and access will be restricted to
* APIs that have been deprecated in Java 9 (or earlier) and will be deleted.
While not…
gorky updated
4 years ago
-
1. 마터 인터페이스 -> 마커 인터페이스 철자 넣기
2. java8 인터페이스 설명에 java9 private 메소드 설명추가
3. 일반 메소드랑 디폴트 메소드랑 차이 ?? 언급 추가
4. java8, static, private 메소드 언급만 하고 간단하게 줄이기(한줄 컷으)
-
Hello,
I'm working on adding modules in Fabric8 Kubernetes Client(https://github.com/fabric8io/kubernetes-client/issues/1996). I wrote `module-info.java` files for all the modules. But I'm facing a…
-
- [x] junit5-jupiter-starter-bazel #79
- [ ] junit5-jupiter-starter-console (similar to the ant starter?)
- [ ] junit5-modular-gradle (using https://github.com/java9-modularity/gradle-modules-plugi…