Skip to main content
0 votes
0 answers
39 views

We recently migrated our PrimeFaces 13 application from TomEE9 to TomEE10 and found a massive decrease in performance (Factor 2 or more). Our Environment: Primefaces 13.0.8, ojdbc11:21 , Oracle 19c ...
cyanotyp's user avatar
2 votes
1 answer
98 views

public class Test { private static final Object lock = new Object(); public static void main(String[] args) { try (var executor = Executors.newVirtualThreadPerTaskExecutor()) { ...
Strayer_xx's user avatar
1 vote
1 answer
64 views

I'm in the process of doing a technology upgrade for a Spring mvc app. I'm currently using Java 21, Spring 6, and Thymeleaf 3. I've tested the application thoroughly, running it on Tomcat 10. The app ...
Anna R's user avatar
  • 25
8 votes
2 answers
3k views

Apparently the OpenJDK distribution for Java 21 is missing from Docker Hub. What happened? I'm certain OpenJDK 21 images existed in these paths before, as I've checked other successful deployments I ...
pablito's user avatar
  • 77
0 votes
1 answer
87 views

Has anyone been able to change the default success URL after login in Vaadin 24, where we are supposed to handle the filter as follows: public SecurityFilterChain securityFilterChain(@NonNull ...
Jennifer's user avatar
  • 105
8 votes
2 answers
568 views

I want to order a huge list of countries, and I have noticed that, for example, E and É are treated as equals. But in the Hungarian grammar, E comes before É, so a rule should be added, 'E < É'. ...
B.G.'s user avatar
  • 385
0 votes
0 answers
55 views

Here’s my setup: Eclipse IDE for Java Developers (latest version) JDK / JRE version: JavaSE-21 (from Eclipse’s internal JRE) Project location: D:\Dự án\CF TDLT\Javanew\src\example\MainClass.java Clean ...
Fox Fox's user avatar
3 votes
1 answer
187 views

In a service I have 2 executorServices for different tasks: get user transactions (50-100 threads, queue 300) get user family (10-50 threads, queue 100) It was easy to monitoring threads and adding ...
Olga grts's user avatar
1 vote
0 answers
74 views

I use Spring Boot 3.3.4 and Java 21. I have several Spring Boot web application that use the same common library : App1 App2 App3 Common In this common library, I have a @RestController used to ...
Valrog's user avatar
  • 163
0 votes
1 answer
128 views

I want to know the difference between entrySet and sequencedEntrySet methods in LinkedHashMap in Java 21+. I am not sure why we have sequencedEntrySet since LinkedHashMap guarantees the insertion ...
Chris Peacock's user avatar
0 votes
1 answer
83 views

Our application needs to connect with an Oracle database. We want to do this with 2 accounts ACCOUNT_1 --> has privileges to do create table statements etc for flyway ACCOUNT_2 --> executes the ...
Ino van den Berg's user avatar
1 vote
1 answer
79 views

I am using client host commands from powershell to launch a Oracle forms FSAL via the following command: java -jar "fsal jar location" -url "url" This command works except there ...
IT Alex's user avatar
  • 200
0 votes
0 answers
73 views

I have a Maven project that uses Java 21 and the frontend-maven-plugin version 1.13.1 to run Node.js 22.x When I run the Maven build especially npm install the build fails with errors (see error ...
Sruthi Kunjupillai's user avatar
4 votes
1 answer
189 views

You can download this sample here I use this stack: java 21 (OpenJDK Runtime Environment build 21.0.8+9) maven 3.9.10 jakarta-persistence 3.1.0 jakarta-annotation 2.1.1 querydsl.version 5.1.0 (...
mgsCatDev's user avatar
  • 142
0 votes
1 answer
244 views

I am currently on Jenkins version 2.504.3. I tried upgrading my Jenkins JDK from 17 to 21 on my Jenkins controller. I am using Open JDK and my Jenkins runs on Ubuntu server. I encountered the ...
Gowducheruvu's user avatar

15 30 50 per page
1
2 3 4 5
21