filmov
tv
04 - Java 21 Maven project setup in IntelliJ
Показать описание
@backstreetbrogrammer
--------------------------------------------------------------------------------
Chapter 01 - Java 21 Maven project setup in IntelliJ
--------------------------------------------------------------------------------
- JEP 11: Incubator Modules
Incubator modules are a means of putting non-final APIs and non-final tools in the hands of developers, while the APIs/tools progress towards either finalization or removal in a future release.
- JEP 12: Preview Features
A preview feature is a new feature of the Java language, Java Virtual Machine, or Java SE API that is fully specified, fully implemented, and yet impermanent. It is available in a JDK feature release to provoke developer feedback based on real world use; this may lead to it becoming permanent in a future Java SE Platform.
- JEP-451: Prepare to Disallow the Dynamic Loading of Agents
The procedure of loading a Java agent into an already running JVM is called dynamic load. The agent is attached using the Java Attach API.
Issue warnings when agents are loaded dynamically into a running JVM. These warnings aim to prepare users for a future release which disallows the dynamic loading of agents by default in order to improve integrity by default. Serviceability tools that load agents at startup will not cause warnings to be issued in any release.
#java #javadevelopers #javaprogramming
--------------------------------------------------------------------------------
Chapter 01 - Java 21 Maven project setup in IntelliJ
--------------------------------------------------------------------------------
- JEP 11: Incubator Modules
Incubator modules are a means of putting non-final APIs and non-final tools in the hands of developers, while the APIs/tools progress towards either finalization or removal in a future release.
- JEP 12: Preview Features
A preview feature is a new feature of the Java language, Java Virtual Machine, or Java SE API that is fully specified, fully implemented, and yet impermanent. It is available in a JDK feature release to provoke developer feedback based on real world use; this may lead to it becoming permanent in a future Java SE Platform.
- JEP-451: Prepare to Disallow the Dynamic Loading of Agents
The procedure of loading a Java agent into an already running JVM is called dynamic load. The agent is attached using the Java Attach API.
Issue warnings when agents are loaded dynamically into a running JVM. These warnings aim to prepare users for a future release which disallows the dynamic loading of agents by default in order to improve integrity by default. Serviceability tools that load agents at startup will not cause warnings to be issued in any release.
#java #javadevelopers #javaprogramming
Комментарии