-
### Describe the bug
Hi,
try to add cache with CacheResult and a service using CacheManager on project with module-info.java
CacheResult from : quarkus-cache-3.2.0.Final.jar
CacheMananger from :…
-
Tried with Java9.0.4
Build time error:
[INFO] Running org.cyclopsgroup.jmxterm.pm.JConsoleClassLoaderFactoryTest
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.049 s
-
Hi,
Just a heads-up that there is an issue with importStyleSheet(String) in FX.kt - it wont load your app css files on java9 because it resolves it via `FX` class, not target app class - and this c…
dant3 updated
5 years ago
-
Both test folders are JSR292 related, we should merge them together by separating Java9 and Java8 src code into src90 and src80. As we don't need to take care of Java9 b148, we should update tests to …
-
**Describe the problem**
Applications using Java9+ benefit from libraries have Java Module (JPMS) support. This comes in two stages:
1. Ideally, add `module-info.java` to the library. Either publi…
-
The JMX shutdown code expects the following to resolve
```
def agent = [vm.systemProperties.getProperty("java.home"), "lib", "management-agent.jar"].join(File.separator)
```
However the new jav…
-
OS: Ubuntu 16.04
JRE: Oracle Java9 build 9-ea+158
YONA: 1.4.1
위와 환경에서 YONA를 실행하면 정적 파일들을 못불러 오더군요.
뭔가 경로가 잘 못되있는듯 합니다.
아래는 해당 에러 메시지 입니다.
play.api.Application$$anon$1: Execution exceptio…
-
Since Java9 this method has been deprecated. Even before java9 using finalize was always disouraged.
I really think it should be mentioned in the docs
-
Hi koushik!
please make a video series on java9 modular approach and other improvements
-
In Elasticsearch we have recently introduced lz4 as a compression option. We run with the `SecurityManger` enabled and generally disallow unsafe usage. So our usage of lz4-java is the safe variety. Af…