Even if I googled, it didn't come out at all. And I checked it a couple of times and it took a long time each time, so I made a note for myself. I would be grateful if you could point out any mistakes.
software/version | Official version(Stable)Release time | Status |
---|---|---|
Eclipse/4.9 | 2018/09/19 | Released |
Spring Boot/2.1.0 | 2018/10/30 | Released |
OpenJDK/11 | 2018/09/25 | Released |
Spring Boot seems to work with OpenJDK 11 regardless of whether it is 2.0.X or 1.5.X. (Rather it worked)
OpenJDK11 + Alpine is not officially provided yet. https://github.com/docker-library/openjdk/issues/211 But ... it's the same as build28 in the EA download repository, so it shouldn't be a problem if you use it at the moment. Reference: https://github.com/h-r-k-matsumoto/alpine-openjdk-11/blob/master/Dockerfile
Like me, I want to make a small docker image if possible. I want to use alpine (or rather, I hate Ubuntu) If you are thinking, ʻAdoptOpenJDK` may be better.
https://github.com/AdoptOpenJDK/openjdk-docker#openjdk-and-docker
Dockerfiles and build scripts for generating various Docker Images related to OpenJDK. Currently this builds > OpenJDK images with hotspot and Eclipse OpenJ9 on Ubuntu and Alpine Linux.
I have a problem with IBM's acquisition of Red Hat, but well ... don't worry.
Docker Hub https://hub.docker.com/r/adoptopenjdk/openjdk11/tags/
Eclipse Delivered as Eclipse 4.9. https://projects.eclipse.org/projects/eclipse/releases/4.9.0/plan Check the correspondence of JDT_Core linked from there. https://wiki.eclipse.org/JDT_Core/Plan/4.9
To use it in Eclipse 4.9, you have to install the java-11-support plugin from the market place or you will not see 11
in the compile compatibility section.
https://www.eclipse.org/lists/jdt-dev/msg01049.html
Spring Boot
It was released successfully. https://spring.io/blog/2018/10/30/spring-boot-2-1-0
However, it may be better to take a look at the ↓ milestones. Useful for problem solving. https://github.com/spring-projects/spring-boot/milestone/125 https://github.com/spring-projects/spring-boot/milestone/106
OpenJDK http://openjdk.java.net/projects/jdk/11/
Recommended Posts