Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in java-21

How to add multiple headers to RestClient for Spring Boot 3.2

Record patterns in java without instanceof nor switch

Why ReentrantLock is better for virtual threads than synchronized?

Does switch support objects other than Byte, Short, Character, Integer, enumerated types, and the String type?

Java 21 structured concurrency, need predictable subtask exception ordering

Under JDK 21, Maven compilation results in an error

java spring-boot maven java-21

Lombok Annotations Not Working in Spring Boot Project (Java 21)

Why do Java 21 virtual threads need less memory than platform threads?

Incompatible changes in generics in Java 21

java generics jdbi java-21

What can explain a deadlock only occuring with virtual threads?

Spring boot application start generate Unsupported class file major version 65 after java 21 migration

spring-boot maven java-21

How to limit the number of Spring @Async tasks with virtual threads enabled

Why does the Java collator for the Hungarian locale mix E and É?

Java 21 virtual thread executor performing worse than executor with pooled OS threads?

Java 21 Regex Word-boundary matcher Unicode change

Why is openjdk:21 now missing from Docker Hub? [duplicate]

java docker dockerhub java-21

Should virtual thread die fast?

Can a ScopedValue be applied to "the current" StructuredTaskScope without creating a new task?