Some dependencies that you should keep an eye on (and versions that are known to work on Java 11):
Anything that operates on bytecode like ASM (7.0), Byte Buddy (1.9.0), cglib (3.2.8), or Javassist (3.23.1-GA). Since Java 9, the bytecode level is increased every six months, so you will have to update libraries like these pretty regularly.
Anything that uses something that operates on bytecode like Spring (5.1), Hibernate (unknown), Mockito (2.20.0), and many, many other projects.
Anything that operates on bytecode like ASM (7.0), Byte Buddy (1.9.0), cglib (3.2.8), or Javassist (3.23.1-GA). Since Java 9, the bytecode level is increased every six months, so you will have to update libraries like these pretty regularly.
Anything that uses something that operates on bytecode like Spring (5.1), Hibernate (unknown), Mockito (2.20.0), and many, many other projects.
Project Loom: Fibers and Continuations for the Java Virtual Machine
“fibers as lightweight, efficient threads managed by the Java Virtual Machine, that let developers use the same simple abstraction but with better performance and lower footprint.”
http://cr.openjdk.java.net/~rpressler/loom/Loom-Proposal.html
“fibers as lightweight, efficient threads managed by the Java Virtual Machine, that let developers use the same simple abstraction but with better performance and lower footprint.”
http://cr.openjdk.java.net/~rpressler/loom/Loom-Proposal.html
jcf_iot_v4.pdf
1.6 MB
Java Card for the Internet of Things
Building The Foundation Of End-to-End IoT Security
November 2018
Java Card Forum and Oracle
Building The Foundation Of End-to-End IoT Security
November 2018
Java Card Forum and Oracle
Java_Magazine_NovemberDecember_2018.pdf
1 MB
The Largest Survey Ever of Java Developers
Java Magazine NovemberDecember 2018
Java Magazine NovemberDecember 2018
https://bpluspodcast.com/
بیپلاس یک پادکست فارسی است که در هر اپیزودش خلاصهی یک کتاب غیرداستانی را به فارسی تعریف میکنه.
بیپلاس یک پادکست فارسی است که در هر اپیزودش خلاصهی یک کتاب غیرداستانی را به فارسی تعریف میکنه.
Boost your Java™ application performance
Low memory footprint
Fast startup time
High application throughput
Smoother ramp-up in the cloud
https://www.eclipse.org/openj9/
Low memory footprint
Fast startup time
High application throughput
Smoother ramp-up in the cloud
https://www.eclipse.org/openj9/
Eclipse Collections
- Features you want with the collections you need -
https://www.eclipse.org/collections/
- Features you want with the collections you need -
https://www.eclipse.org/collections/
https://www.baeldung.com/java-project-amber
Project Amber is a current initiative from the developers of Java and OpenJDK, aiming to deliver some small but essential changes to the JDK to make the development process nicer.
Project Amber is a current initiative from the developers of Java and OpenJDK, aiming to deliver some small but essential changes to the JDK to make the development process nicer.
Baeldung
Introduction to Project Amber | Baeldung
A quick and practical overview of Project Amber for Java.
adopt-open-j9-spring-boot-performance.pdf
10.6 MB
Adopt Open J9 for Spring Boot performance!