Skip to main content

Questions tagged [maven]

Apache Maven is a build automation and project management tool used primarily for Java projects. This tag is for questions that don't relate to a specific Maven version. Use the gradle tag instead for questions relating to Gradle.

maven
0 votes
0 answers
4 views

Entity mapper is deprecated in spring-data-elasticsearch 4.1.15 , what should I use instead of that in elastic search config file

@Bean public ElasticsearchRestTemplate elasticsearchRestTemplate() { return new ElasticsearchRestTemplate(elasticsearchClient(), entityMapper()); } @Bean @Override public EntityMapper ...
Satyam Mishra's user avatar
0 votes
0 answers
12 views

Unable to initialize spring boot app using jetty:run goal

I've been facing a critical issue from past one week on jetty web application deployment can any one please assist me where I'm doing the wrong stuff? Description: I'm building a Spring Boot (version:...
Debarshi Saha's user avatar
0 votes
0 answers
17 views

Wildfly 31 x Hibernate Envers : EnversService#initialize should be called only once

Hello im trying to run Hibernate envers on my wildfly server, project can be built with mvn clean install and tests for it runs fine but when i want to deploy it to the server i receive error, i also ...
Kajstrl's user avatar
  • 35
-2 votes
0 answers
27 views

Website domain randomly appeared an alert says "XS3" [closed]

Hi my first time asking a question. I am using a java spring mvc using maven for my application project. I got an issue where this alert will be appeared when i open my approval section view list. The ...
dev_junior's user avatar
1 vote
0 answers
13 views

jOOQ throws error cannot access java.util.concurrent.Flow with 3.19.10

As the title says, I am unable to build my maven module using jOOQ as a dependency (3.19.10) even after using java version 17 to build my code. The pom.xml file also specifies java 17 as the source ...
Humaid Kidwai's user avatar
0 votes
0 answers
14 views

mvn release:perform fails with authentication error

I have settings.xml with the below section. <server> <id>github</id> <username>services</username> <password>${token}</password> </server> In ...
Suraj's user avatar
  • 185
0 votes
1 answer
46 views

JsonSchemaValidator module name is confused Maven vs Eclipse

I'm having trouble getting a Maven Eclipse project to build in both Maven and Eclipse. The problem appears to be that the JSON validation library com.networknt wants to be required (in module-info....
fig's user avatar
  • 792
-2 votes
0 answers
12 views

How to solve 'protoc-gen-java: program not found or is not executable' [closed]

I meet this error when I build apache/ratis master branch, and all files are never changed enter image description here my env is: enter image description here I tried some idk versions but still get ...
ka yuu's user avatar
  • 1
0 votes
0 answers
23 views

Maven Serenity: Failed to resolve the class file version of the current VM: Unknown Java version: 0

I am currently trying to set up a project, but I keep running into this issue. I am currently using maven 3.9.6 and Java 22.0.1. I can provide more info if needed, right now I have no idea what to ...
vacant desk's user avatar
0 votes
1 answer
37 views

Issues with Maven Multi-Module Project: Dependency Not Found

I am working on a Maven multi-module project and I'm having issues using a common package in two of my modules. Here is the project structure: Goal: I want to use the common package in both image-gen ...
Muneer's user avatar
  • 29
0 votes
0 answers
26 views

Maven exception: has been compiled by a more recent version of the Java Runtime (class file version 61.0) [duplicate]

i wrote default java spring code built by maven, but i have this exception: java.lang.UnsupportedClassVersionError: org/springframework/context/support/ClassPathXmlApplicationContext has been compiled ...
tonkax's user avatar
  • 1
0 votes
0 answers
41 views

There are new SDK issues com.google.android.play:core:1.9.1

I get the following message after submitting my app to the play store: com.google.android.play:core:1.9.1 Google Play Core (com.google.android.play:core) has added this note for SDK version 1.9.1: ...
GImbal's user avatar
  • 11
-1 votes
0 answers
21 views

Apache beam Pipeline | kafka to Dataproc

I have created a beam pipeline to read data from the Kafka topic and then insert it to hive tables in DataProc cluster I consumed the data and converted it to the HcatRecord as below p....
Dulanga Heshan's user avatar
0 votes
0 answers
26 views

I'm having issues with setting up flyway migrations with a postgres database

After hours of trials and tribulations, I'm trying to set up flyway migrations so I can easily create database tables within my project. Here is my current POM file: <?xml version="1.0" ...
tcampbell649's user avatar
-2 votes
0 answers
33 views

Spring Web Application do not create executable jar file in Intellij Idea

I am trying to create an executable jar file for deploy in Intellij Idea Instead of that "mvn clean package" starts an application (that is working for sure) but there is no jar file in \...
Роман Бачев's user avatar

15 30 50 per page
1
2 3 4 5
5927