Category "maven"

SpringBoot AWS Lambda application deployment issue-Class not found: com.abc.test.TestServiceHandler

Created a Spring boot application using Java 11 and trying to deploy in AWS Lambda. Encountering the following error in AWS Lambda. I see it is an issue with th

How do I get JaCoCo to work with Maven and JUnit 4.11?

I'm having trouble getting JaCoCo to work with Maven. I keep running into either Skipping JaCoCo execution due to missing execution data file. Or The parameter

Maven api pulish with Gradle 7.2

I want to publish an Android in jitpack.io but api dependencies are missing, that's why I use with Gradle 7.2 this project.afterEvaluate { publishing {

openjdk@8 java is loading libcrypto in an unsafe way in macOS Monterey

I'm getting this error when running some mvn test on my Java application in macOS Monterey WARNING: /usr/local/Cellar/openjdk@8/1.8.0+322/libexec/openjdk.jdk/Co

maven-assembly-plugin run multiple times, configure to run only once

Small question regarding maven-assembly-plugin please. I am currently configuring as follow: <plugin> <groupId>org.apache.maven.

Why maven is not able to download "SNAPSHOT" artifacts from azure artifacts repository? (Snapshot translation to timestamp is malfunctioning)

Maven is not able to download artifact when referred by version such as 'XXX-SNAPSHOT' but it is able to download every other dependency from it. It even downlo

Jenkins Artifactory Plugin - Maven wrapper not publishing custom artifacts which have been installed

When building my Maven project, I expect the Jenkins Artifactory Plugin to deploy/publish artifacts which I successfully maven-install (ie, copied from the /tar

Postman Post Request column cannot be found error(JDBC/MYSQL/AWS)

I am working on an independent JDBC/Springboot project and I am having a lot of trouble actually posting any data from postman into MySQL. I have tried looking

Maven dependency commanted jars are generated in war file

I'm trying to generate the war file , war generated successfully but when i decompress and check the jars inside lib , the commented Maven dependencies also app

ClassNotFoundException: com.fasterxml.jackson.core.util.JacksonFeature in Spring boot, upgrading from Elasticsearch HLRC to Java API Client

I wanted to swap out the deprecated High Level Rest Client with the new Java API Client from Elasticsearch. Problem is, I'm not sure if my dependencies are conf

Build Extended-jSS7

I am trying to build the Extended-jss7 from https://github.com/PAiC-team/Extended-jSS7. I am getting stuck on building Restcomm jSS7 :: M3UA :: Api see below e

Maven Surefire test failed: Unsupported class file major version 61

I am trying to create a project in IntelliJ using Maven, but when running mvn install or mvn test in order to run the simple JUnit tests I wrote, it fails with

Mvn is not recognized as a command on Github Actions on Windows a self hosted runner

I set up a simple Github Actions workflow simply to check if my self-hosted Windows Virtual Machine is able to recognize the installed java/git/maven versions.

train a model with djl

Good evening ! I'm starting with DJL. My code source is here https://github.com/ngandji/green_anthill.git someone can tell what is wrong in my code! I learn wit

SAST job fails + GitLab + Spring boot + Maven

I have a multi-module maven Spring Boot project. During the Test pipeline stage, I get the below error. The specified user settings file does not exist: /build

Spring Boot Server not loading React webpage

Issue: Hello! I've been spending a fair bit of time now trying to get a Spring Boot server to host a React Application. I've been able to work out nearly everyt

Upload .zip file to Nexus using azure build

Someone please advise me how to convert the built .jar file to .zip file then push it to nexus repo. for building the .jar file i am using azure build pipeline

Upload .zip file to Nexus using azure build

Someone please advise me how to convert the built .jar file to .zip file then push it to nexus repo. for building the .jar file i am using azure build pipeline

Using PowerMock in JDK 16

Java reflection is becoming more and more restricted: Up to Java 8 all operations are allowed Starting from Java 9 to 15 you are still able to perform the opera

JRuby - loading resource from class loader failed

I am running a mvn install goal with the plugin gem-maven-plugin, see below pom.xml - <plugin> <groupId>de.saumya.mojo</groupId> <artif