Open JDK 11 is the open-source reference implementation of version 11 of the Java SE Platform as specified by by JSR 384 in the Java Community Process.
Questions tagged [openjdk-11]
251 questions
0
votes
1 answer
JDK 11 Spring Boot 2 .TypeNotPresentException: Type javax.servlet.Filter not present
I have the following pom.xml with included manually jax deps jaxb-api, jaxb-impl and jaxb-core due to its removal from JDK 11:
org.springframework.boot
spring-boot-starter-parent
…

mCs
- 2,591
- 6
- 39
- 66
0
votes
0 answers
Will there be OpenJDK builds for subsequent LTS releases of JDK 11?
Since JDK 12 has reached general availability https://jdk.java.net/ suggests to download JDK 12.0.1 (which is not LTS). For current LTS version, archive contains only releases 11.0.1 and 11.0.2 - and there is no 11.0.3 (which has been released in…

scrutari
- 1,378
- 2
- 17
- 33
0
votes
1 answer
openjdk-11.0.1_linux-x64_bin.tar url is not working(https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz )
In Docker file we are using the below url to download jdk11 but its not working anymore.
https://download.java.net/java/GA/jdk11/13/GPL/openjdk-11.0.1_linux-x64_bin.tar.gz
Getting error
wget…

messi
- 108
- 9
0
votes
2 answers
TestFX Spock Gradle Project Openjdk 11 - Zero Test Results
Why is my Spock test not executed and I get zero test results when I execute:
./gradlew clean test
with my TestFX Spock Gradle Project with Openjdk 11?
Here's the zero test results:
My Spock test class gets compiled OK but not executed.
Here's…

David Miller
- 694
- 6
- 7
0
votes
0 answers
Deployment is failing with org.jboss.modules.ModuleNotFoundException error for wildfly-15.0.1.Final with OpenJdk-11
I am upgrading my application from JDK 7 to OpenJDk-11 and Application server from JBoss-AS-7.1 to wildfly-15.0.1.Final. But deployment is failing for below error:
org.jboss.modules.ModuleNotFoundException: java.se
at…

Priyanka Sinha
- 61
- 3
- 10
-1
votes
1 answer
java.lang.UnsatisfiedLinkError: no lcms in java.library.path: [/usr/lib/jvm/java-11-openjdk/lib/server
I am using PDF parser class from apache tika parser jar which is working fine with openjdk 8 but same code is failing when i have updated the openjdk to 11. i have tried updating the tika parser version to latest but still code is failing with the…

DeadPool
- 40
- 8
-1
votes
1 answer
Apache Camel 2.20.2 compatibility with JDK 11
I'm working on Oracle JDK 8 to AdoptOpenJDK 11 migration. We are also using Apache Camel 2.20.2. After JDK migration, I'm facing below issues in Camel Context XML file.
not able to recognize exchangePattern parameter
enum value not permissible
Even…

Shubham Rathi
- 13
- 6
-1
votes
1 answer
Source of OpenJDK 11 (incl. bug/security fixed versions)
SUSE Linux Enterprise Server 15 contains OpenJDK 11. Is that the OpenJDK published by Oracle from https://openjdk.java.net/ or AdoptJDK or which one? What is the source for bug and security fixed versions for that OpenJDK 11 in SLES…

Toru
- 905
- 1
- 9
- 28
-1
votes
1 answer
camel 3 openjdk 11 hibernate/jpa java.lang.NoSuchMethodError
I am trying to migrate a maven project that used to work with camel 2 and jdk 8. I am trying at the same time to use more recent version of spring and hibernate.
After cleaning my local maven .m2/ repo, "mvn clean install" works then trying to "mvn…

user2415586
- 1
- 5
-2
votes
2 answers
Java java.nio.file.NoSuchFileException and IO Can't write to file
I have tried three different projects and tested them but none of them is working..
While trying to write to a file I get "java.nio.file.NoSuchFileException";
List contents = Arrays.asList("Hey, there!", "What's…

Br.GH
- 27
- 1
- 8
-2
votes
1 answer
OpenJDK Security updates for version 8 and beyond
At one place I got this information "With Oracle's new licensing policy you can select any 2 from Stable, Secure, Free." This statement suggests that if I want to select Stable and Secure, then I cannot be free, means I have to use Oracle JDK and…

hsingh
- 661
- 5
- 26