getsentry / getsentry/sentry-java

Java Platform Module System compatibility

未關閉
#945 17 則留言 3 個 reaction 已指派 1 人 已被 @lbloder 認領 在 GitHub 檢視
Desktop Help Wanted Improvement Java JavaFX
主要語言
Kotlin
星號
1.4k
分支
478
平均合併
2 天 22 小時
30 天內合併 PR
69

描述

_Platform:_
java --version
openjdk 15 2020-09-15
OpenJDK Runtime Environment Zulu15.27+17-CA (build 15+36)
OpenJDK 64-Bit Server VM Zulu15.27+17-CA (build 15+36, mixed mode, sharing)

_IDE:_
- [ ] Netbeans IDE 12.1

_Build system:_
Maven -> embedded

_Platform installed with:_
Maven Central

The version of the SDK:

io.sentry
sentry
1.7.30

module-info.java of project
module com.test {
requires javafx.controls;
requires java.net.http;
requires org.controlsfx.controls;
requires io.sentry;
exports com.test;
}

---
When I try to make self-contained installer by jpackage for my modular test project it ends with error:
jdk.incubator.jpackage.internal.PackagerException: jlink failed with: Error: automatic module cannot be used with jlink: io.sentry from file:///C:/Users/....../sentry-1.7.30.jar
Do you have any plans to make Sentry modular that includes module-info.class file?

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。