-
I had an exchange with a prospect who is using the latest (4.3.1) scala-maven-plugin and downgrading to 3.2.2 is too much effort (e.g., incremental compilation doesn't work when using Java9+ - https:/…
dotta updated
4 years ago
-
There is a walk-through which can be used to achieve it:
- [Creating a slim modular Java 9 runtime Docker image with Alpine Linux](https://github.com/rlippolis/java9-runtime-image/blob/5c03c55c44dd…
-
#### Issue Description
Execution under JAVA9+ fails with the module loading error:
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\User…
bo-ve updated
11 months ago
-
Testing on Windows,
OK on Java8, but on Java9, 10 can't select points.
After the MouseEvent getX.getY have passed through the DefaultCamera.Tx they don't match any points on the graph, so no…
ghost updated
3 years ago
-
my gradle build consists of three projects. Project A, is dependency of Project B and Project B is a depenency to my root project. I used to be able to just run `./gradlew build` and have everything b…
-
# 提问前,请确保阅读过项目首页说明以及wiki开发文档相关内容,尤其是常见问题部分。完成内容后,请务必移除包括本句在内的无用内容,以免影响阅读,否则直接关闭,谢谢合作~
## 另外如果确认属于bug,而且已明确如何修复,请参考贡献指南直接提交PR,省的浪费时间在这里描述问题,非常感谢配合
### 简要描述
__请简单概括描述下你所遇到的问题。__
`cn.binarywang.w…
-
Version 1.6.0
Testcase: https://github.com/cowwoc/maven-java9-class-shadowing
Repro steps:
1. Project includes two dependencies A and B (in that specific order).
2. A depends on C, where B a…
-
#### Summary
Hi,
I am migrating from java 8 to 17 and had big trouble getting the generated assertions to work (actually is does not work at all, is it dead?)
But even with great hacks I cannot …
-
As of now, every dependency (module/jar file) is placed in the module path. However, some legacy libraries are not yet compatible with the module system, and for these cases it would be easiest to lea…
-
This also applies to `OptionalLong`, `OptionalInt` and `Optional`
There is a compat library available for exposing these under `java8.util.OptionalX` or even `java9.util.OptionalX`, but these class…