Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
2 votes
1 answer
2k views

How to avoid compatibility issues between Java EE and Jakarta EE?

After Oracle donated Java EE to the Eclipse Foundation, it was renamed to Jakarta EE. With that, the javax namespace was changed to jakarta. What does one need to take care about in order to avoid ...
dan1st's user avatar
  • 15k
1 vote
1 answer
42 views

There is one application running on java 1.8 (only), which version of Jenkins can be used to run scripts from pipeline?

I need to run selenium scripts developed bsed on java 1.8, using Jenkins pipeline. Which jenkins version can be used to build pipeline so that automation scripts developed on java 1.8 can run? tried ...
user22929424's user avatar
0 votes
0 answers
28 views

Creating a new XWPFDocument after updating libraries does not work

I trying to update the libraries in a JavaFX project. Unfortunately after updating them, one functionality - creating a DOC file - doesn't work anymore. The code goes into this line of code : ...
schmimona's user avatar
  • 869
0 votes
0 answers
82 views

Updating parseGherkinDocument method to the latest version of Cucumber in Java

I'm currently working with Cucumber in Java and have a method, parseGherkinDocument, that uses GherkinDocument. I've been facing issues when trying to update this method to align with the latest ...
SANTIAGO PADILLA's user avatar
0 votes
1 answer
248 views

Android Studio, problem with compatibility ? (Android > 10)

New day, new problem.. I'll try to explain my problem clearly. I tested my application on Android 10 (API 29) and everything works fine. I'm testing the same app on Android 13 (API 33) and I have ...
Insou's user avatar
  • 1,353
4 votes
3 answers
9k views

Does Spring 3.0.x support Java 8? In Spring Starter I found sourceCompatibility = '17' default for 3.0.x and above

I was trying to create a Spring Boot 3.0.5 application, along with Java 8 in Spring Starter. Screenshot shared below Post which I checked the Explore button which helps in identifying what code will ...
ShankPossible's user avatar
0 votes
1 answer
2k views

Unsupported class file major version

I'm having an error when trying to compile Dafny from source. If I try to do it I get the following output: $ make exe (cd /home/xbreu/Documents/University/SpecRep/dafny/ ; dotnet build Source/Dafny....
xbreu's user avatar
  • 65
0 votes
1 answer
419 views

Recommended Jedis version for Java 1.6

Appreciate if somebody could provide expert opinion on what is the most recommended Jedis version for Java 1.6. Thanks in advance,
Shehan Charuka's user avatar
4 votes
3 answers
7k views

Failed to find compatible Java Version, Jenkins

I'm currently trying to install jenkins but i'm having issues with Java version. It is saying it failed to find compatibility java version. When it's correct. (image below) I've also check what java ...
CoolDude's user avatar
  • 141
4 votes
5 answers
23k views

How do I successfully change the Java version in a Spring Boot project?

I recently started a new Spring Boot Gradle project, using IntelliJ. When making the project, I chose Java 17 as the project Java version. My build.gradle file had sourceCompatibility = '17', but my ...
aCarella's user avatar
  • 2,474
2 votes
2 answers
3k views

Is Java 8 forward compatible with Java 11?

I'm migrating multiple projects from Java 8 to Java 11 and I was wondering if Java 8 is forward compatible with Java 11. In other words, is it possible to use artifacts compiled against Java 11 in ...
Adam's user avatar
  • 41
0 votes
0 answers
97 views

What are the consequences of compiling for an older Java version?

I'm trying to make a simple game in Java and sent a very basic draft of the GUI to a couple friends. They had to install the latest JDK to be able to run the .jar, since what I had made (using the ...
Orion's user avatar
  • 85
0 votes
0 answers
1k views

java.lang.NoSuchMethodError: org.springframework.beans.factory.config.ConfigurableListableBeanFactory.getApplicationStartup()

We are getting the below error, when we are trying to migrate to the srping version. Caused by: java.lang.NoSuchMethodError: org.springframework.beans.factory.config.ConfigurableListableBeanFactory....
Yashodha K A's user avatar
0 votes
1 answer
78 views

try to deploy an Application written for Tomcat 4.4 J2SE 1.4 with Tomcat 9

I try to deploy an App that i only have in an very old version, tomcat 4.4. this software does use jdk 1.4.2_16. this is very old. since i can't get an more recent version of the webapp, i still want ...
p0w3r_off's user avatar
0 votes
1 answer
3k views

spring kafka versions incompatibility

I'm trying to integrate kafka in one of services on the project, however it is already integrated in another service, so I naturally tried to use the same kafka version using these two dependencies: ...
agingcabbage32's user avatar

15 30 50 per page
1
2 3 4 5
17