I have a multi-module Maven project that uses Quarkus and Kogito, with MongoDb persistence. The module with the Kogito process definition is using beans from an
I have a problem with external properties file used by jar file generated by spring boot I have created the project below : The model object : package jms.model
When I execute: ./mvnw liquibase:diff I am getting errors: Driver class was not specified and ClassNotFoundException: org.h2.mvstore.MVMap$2: [ERROR] Failed to
I am trying to run TestNG/Selenium a specific test suite, but I can't get it to run the test. The command I am running is: mvn test -Dsuitefile=admin_tests.xm
I already have this dependency in my pom.xml file <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sprin
I have a maven project that works perfectly fine locally but after I've pushed it to a remote repository on GitHub and cloned it somewhere else (even to a new l
I have imported the Maven project(RestAssured API) and did the Maven--> Update project. But when I run this I don't see the TestNG option in Run as. Also, De
I have a Java based projects using Quarkus. However, the Jenkins pipeline does not support Maven 3.6.3 to build the project which is a Quarkus requirement. Now,
Imagine you have an maven project that compiles fine but lacks in a proper use of packages, because all Java/classes reside in the same package. Is there a tool
JUnit Example code: class OuterClass { @Nested class InnerClass { @Test void test() { } } } This command: mvn test -Dtest=OuterCla
problem: My Java code cannot see BouncyCastle libraries. situation: I have a component that needs to use BouncyCastle libraries. The other vendor has provided s
I am trying to deploy a small springboot app on tomcat9 , the tomcat9 is on ubuntu 20 on my account in digital ocean . the problem when i am adding the spring d
I'm trying to figure out why dependent projects for my Kotlin MPP library don't see any provided modules in their common modules even though the targets (jvm, a
At work we have no direct connection to the internet. To fetch maven artifacts we need to use a local Nexus, which mirrors all of maven-central. I have a settin
Hi I am using the following gitlab yml file for setting up my pipeline. The project is a maven Java project. But I am not able to run all the steps successfully
I am upgrading spring boot version to 2.5.12 from 2.3.10.RELEASE because of the vulnerability issues. But I am getting below error while starting the applicatio
Running Spring Boot 2.6.6 and Spring Cloud 2021.0.1 I'm attempting to migrate an existing service to Kubernetes so I added a dependency on spring-cloud-starter-
Iam trying to pull an artifact hosted in github(company's private repo) but it is throwing an error: [INFO] Scanning for projects... [INFO] [INFO] ------------
I use intellij to create a jar package, but it does not work correctly. After it is created and all the external library jar files are created as well, when I s
my Software version sonarqube 7.0 maven: 3.6.3 jdk: 17 sonar-maven-plugin: 3.8.0.2131 when I run mvn --batch-mode clean verify org.sonarsource.scanner.maven:so