I am in the process of starting a project using Quarkus, but I am running into a difficulty: I need the project to support Java 8. However, according to the official Quarkus documentation, it seems that support is only provided from Java 11 onwards. My particular situation requires the use of Java 8 due to the need to maintain compatibility with other existing applications that still work on this version, or because of specific restrictions of the development environment I am working in. I have checked various sources and the official documentation, but I cannot find clear or detailed information on how to configure the pom.xml
file to make Quarkus work correctly with Java 8. I am looking for a detailed solution or guide that will allow me to create and configure a project in Quarkus that supports Java 8, including any additional settings I may need to consider, such as dependency settings, specific plugin versions, or any other relevant parameters I may need to adjust. I would appreciate any guidance on how to proceed with this configuration.
↧
How can I create a project in Quarkus and work with Java 8?
↧