Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
125 views

After upgrading from Java 11 to Java 17, I'm encountering compilation errors related to Lombok's @FieldNameConstants annotation. I'm also using MapStruct, so I'm mentioning that in case that could be ...
Francislainy Campos's user avatar
0 votes
0 answers
73 views

I am upgrading my application from Java 8 to Java 17 and Spring boot to 3.2.4. I am facing issues while upgrading lombok dependency. I have upgraded lombok to the following dependencies { ...
Pallavi Kaushik's user avatar
3 votes
0 answers
96 views

Rendering a JComboBox after calling setEditable(true) on macOS looks bad. I really like 99.9% of AquaLookAndFeel so I won't be switching to MetalLookAndFeel. Making the app require Java 20 is not ...
Jeff Holt's user avatar
  • 3,262
0 votes
0 answers
43 views

Latest version of Oracle SQL Developer (24.3) has a problem opening and saving Worksheet files that contain the hash (#) character. The ‘open file’ dialog strips off any part of the filename after a ...
SGBus's user avatar
  • 35
0 votes
0 answers
173 views

I upgraded Struts from 2.5.33 to 6.4.0. Locally, the application runs fine after the upgrade, but when I deploy to a higher environment, I get the following error on shutdown: 4-Aug-2025 08:12:08.196 ...
GANESH NIRANJAN's user avatar
2 votes
1 answer
129 views

I cannot figure out how to start java with JMX without authentication. It still fails because it cannot find password file: > java -Dcom.sun.management.jmxremote.port=7091 ‑Dcom.sun.management....
alespour's user avatar
  • 507
1 vote
1 answer
42 views

I am loading a xml and updating some value and then again saving the back. In this scenario the namespace prefix of the root element and all nodes is getting omitted. I am working with Java version: ...
TheUser's user avatar
  • 141
0 votes
0 answers
37 views

I am trying to move an app from Java 11 to 17. Maven compile goes fine, but if I try to run tests I get a lot of "NoClassDefFound javax/enterprise/inject/spi/BeanManager" errors. I excluded ...
Francesco's user avatar
  • 1,857
0 votes
1 answer
136 views

BigDecimal rate = BigDecimal.ZERO; BigDecimal fixedCost = BigDecimal.ZERO; int SCALE = 16; fees. stream.forEach(fee -> { switch (fee.FeeRateCode) { case POINT -> rate =rate.add(fee....
Pat's user avatar
  • 649
1 vote
1 answer
129 views

I am trying to deploy an ear application that uses Spring Framework 6.2.7 (not Spring Boot) and EclipseLink 4.0.6 inside a Wildly 36 application server configured to use OpenJDK 17.0.2. The problem ...
Aldo Laiseca's user avatar
0 votes
1 answer
71 views

I have a Java 17 app that I am trying to mitigate CVE vulnerabilities for. Most of them have been pretty straightforward. Typically it's just a matter of inserting a dependency in the pom.xml file ...
Tim's user avatar
  • 867
0 votes
0 answers
21 views

I recently migrated to Java 17 and Spring 6.1x version. Few of the endpoints in my application have the URL as "/test/PL/". The groovy tests for the above endpoint fails with the error as ...
sharonm's user avatar
  • 127
2 votes
2 answers
324 views

i Have updated the openjdk patch but after that my JAVA_HOME PATH is correct but then also flutter doctor is using old path. HOW to resolve it. i am completly new to development . please help guys -- ...
Mohammed Imran's user avatar
0 votes
0 answers
101 views

@Async("kafkaTaskExecutor") @Override @Retryable(value = {Exception.class}, maxAttemptsExpression = "${kafka.save.failure.retry.maxAttempts}", backoff = @Backoff(...
user30349076's user avatar
1 vote
1 answer
207 views

I'm using the Apache Log4j log4j2.properties file for my JAVA application. When I run my Java App on Windows it logs to console and file. But when I run in on my Amazon Linux 2023 (AL23) server I'm ...
Gee's user avatar
  • 197
0 votes
0 answers
259 views

Using JDK: openjdk 17.0.14 2025-01-21 Apache Maven 3.8.8 maven surfire plugin org.apache.maven.plugins maven-surefire-plugin 3.5.3 I registered a shutdownhook: Runtime.getRuntime().addShutdownHook(...
mihai's user avatar
  • 41
1 vote
1 answer
187 views

In Camel 4, they removed the camel-directvm module even though it was different from the camel-direct module because the first is used for multiple CamelContexts, unlike camel-direct, which is used ...
cs_zineb's user avatar
0 votes
0 answers
36 views

I have acquired a Spring Boot application from my predecessor last September. A few months ago, one colleague found out that the last code checked in by my predecessor is not representing the last ...
Sae1962's user avatar
  • 1,298
0 votes
0 answers
39 views

From the DBA_AUDIT_TRAIL table we found that some process is running every second, connecting to DB and does some transactions. What i see in DBA_AUDIT_TRAIL table, ACTION_NAME column as "LOGON ...
Pat's user avatar
  • 649
1 vote
1 answer
63 views

At the time of running JUnits, below error appears Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.mycom.idp.common.servlet....
KJ21's user avatar
  • 103
0 votes
0 answers
42 views

I have been facing below issue during the ANT build of my older project with JAVA 17. The build.xml is created using .vm(Velocity Template file). Error: [exec] Error: java.lang.NoClassDefFoundError: ...
Shubham Biradar's user avatar
0 votes
0 answers
44 views

Have recently migrated my application from java8 to java17 and my code uses pdxserialisation which is default one to be used for gemfire cache. Am getting java.lang.string.value inaccessible exception ...
user29731474's user avatar
0 votes
0 answers
109 views

I am trying to migrate from openjdk-17 to amazoncorreto java 17 but stuck with 3 libs which I am not able to figure out. Currently I am using below base image(which extends from debian 11 and has apt-...
curious_soul's user avatar
0 votes
1 answer
327 views

I am upgrading an old Java 11 project to work with Java 17. The old version used javax.servlet.* and I am thus upgrading this to jakarta.servlet.* The problem I cannot find the solution to regards the ...
Zimeon's user avatar
  • 29
1 vote
0 answers
40 views

I have installed jdk 17 when i added firebase and then run my app on mobile it gives error again and again that it can't execute the java home jdk 11 which i dont have o already added my environmental ...
COPY CAT's user avatar

1
2 3 4 5
27