java-11-openjdk
No description set
- Developed at Java:Factory
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/java-11-openjdk && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
JDK-8208602.patch | 0000003606 3.52 KB | |
PStack-808293.patch | 0000001430 1.4 KB | |
TestCryptoLevel.java | 0000002477 2.42 KB | |
TestECDSA.java | 0000001785 1.74 KB | |
_constraints | 0000000187 187 Bytes | |
activation-JAF-1_2_0.tar.gz | 0000863754 844 KB | |
activation-module.patch | 0000001770 1.73 KB | |
adlc-parser.patch | 0000000823 823 Bytes | |
annotation-module.patch | 0000001710 1.67 KB | |
config.guess | 0000050622 49.4 KB | |
config.sub | 0000036482 35.6 KB | |
disable-doclint-by-default.patch | 0000002241 2.19 KB | |
fips.patch | 0000063634 62.1 KB | |
fix_armv6_build.patch | 0000000987 987 Bytes | |
implicit-pointer-decl.patch | 0000000314 314 Bytes | |
java-11-openjdk.changes | 0000682291 666 KB | |
java-11-openjdk.spec | 0000049132 48 KB | |
java-atk-wrapper-security.patch | 0000000671 671 Bytes | |
javax.annotation-1.3.2.tar.gz | 0000029480 28.8 KB | |
javax.xml.soap-1.4.0.tar.gz | 0000062742 61.3 KB | |
jax-ws-spec-2.4.0.tar.gz | 0000090713 88.6 KB | |
jaxb-istack-commons-3.0.7-RELEASE.tar.gz | 0000089345 87.3 KB | |
jaxb-spec-2.4.0.tar.gz | 0000170271 166 KB | |
jaxb-v2-2.3.1.tar.gz | 0002605708 2.48 MB | |
jconsole.desktop.in | 0000000350 350 Bytes | |
jdk-11.0.25+9.tar.gz | 0116531512 111 MB | |
keytool-default-rsa.patch | 0000000549 549 Bytes | |
loadAssistiveTechnologies.patch | 0000000555 555 Bytes | |
memory-limits.patch | 0000000830 830 Bytes | |
metro-fi-1.2.15-RELEASE.tar.gz | 0001954845 1.86 MB | |
metro-stax-ex-1.8.tar.gz | 0000053631 52.4 KB | |
missing-return.patch | 0000001250 1.22 KB | |
multiple-pkcs11-library-init.patch | 0000003683 3.6 KB | |
nss-security-provider.patch | 0000000364 364 Bytes | |
nss.cfg.in | 0000000141 141 Bytes | |
nss.fips.cfg.in | 0000000191 191 Bytes | |
ppc_stack_overflow_fix.patch | 0000001348 1.32 KB | |
reproducible-directory-mtime.patch | 0000000674 674 Bytes | |
reproducible-javadoc-timestamp.patch | 0000002002 1.96 KB | |
reproducible-jlink.patch | 0000000619 619 Bytes | |
reproducible-properties.patch | 0000000674 674 Bytes | |
reproducible-search-index-files.patch | 0000000792 792 Bytes | |
s390-java-opts.patch | 0000001221 1.19 KB | |
s390-size_t.patch | 0000012393 12.1 KB | |
system-pcsclite.patch | 0000006665 6.51 KB | |
systemtap-tapset.tar.xz | 0000023588 23 KB | |
zero-ranges.patch | 0000000685 685 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1218723
from
Fridrich Strba (fstrba)
(revision 75)
October 2024 CPU changes
Comments 3
Java 11 should not contain java.activation and java.annotation modules. See http://openjdk.java.net/jeps/320. These modules were added to this package by https://build.opensuse.org/request/show/634877.
My problem occurs in Intellij Idea (Java IDE) where any occurrence of @PostConstruct annotation leads to an error in the editor due to module java.annotation not being in the module graph with suggestion to "--add-modules". There are no errors when the project is compiled by gradle though. I checked that this error does not occur when I use vanilla OpenJDK Java 11 as there such modules do not exist.
Can you reevaluate why these modules were added? (Where is the best place to report a bug?)
Java 11 should not contain jaxb (com.sun.xml.bind) module. It breaks any java program that runs on an OSGI runtime and conformes tho the java 11 spec (wihich means it comes with it own jaxb). See https://bugs.eclipse.org/bugs/show_bug.cgi?id=559676#c6
Due to the March 19th changes, mozilla-nss dependency should be moved from the java-11-openjdk package to the java-11-openjdk-headless package.
See bug report: https://bugzilla.opensuse.org/show_bug.cgi?id=1184606