José Contreras
José Contreras
OpenJDK images where moved to eclipse-temurin. `FROM adoptopenjdk:16_36-jdk-hotspot` should be `FROM eclipse-temurin:17-jdk` [Old AdoptOpenJDK hub](https://hub.docker.com/_/adoptopenjdk) [New Eclipse Temurin hub](https://hub.docker.com/_/eclipse-temurin) [Eclipse Temurin Docker Readme](https://github.com/docker-library/docs/blob/master/eclipse-temurin/README.md)
Changes for NetBeans in general - Add schemas for Jakarta EE 9 - Add namespace for Jakarta EE - Add missing deployment descriptor files for Java EE and Jakarta EE...
Cleanup: - Remove unnecessary if/return statement - Add missing braces - Add missing `@Override` annotations - Use diamond inference - Use try-with-resources - Use StandardCharsets instead of a String -...
Library Notes: - Require Java 8 - 63 Bug fixes - 72 New Features - 64 Improvements NetBeans Notes: - Remove duplicated jar and add dependency to `java.lsp.server` module, this...
NetBeans `web.core` module notes: - Implement `CatalogDescriptor2` instead of deprecated `CatalogDescriptor` - Add JSTL schema version 3.0 for Jakarta 9 - Add JSTL schema version 3.1 for Jakarta 10 -...
NetBeans GlassFish module notes: - Use `ConcurrentHashMap` insted of `Collections.synchronizedMap` - Use `ConcurrentHashMap.newKeySet` instead of `Collections.synchronizedMap` - When using `ConcurrentHashMap` remove some synchronized blocks when using atomic and concurrent operations...