utkarsh-ship-it opened a new issue #3024:
URL: https://github.com/apache/camel-k/issues/3024
I'm trying simple example with camel-k where I'm setting this property in
log4j.properties and also try passing as a --property. It's not working in
either cases. Here is simple gradle build file for to check versions.
plugins {
java
}
group = "org.example"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
}
dependencies {
implementation("org.slf4j:slf4j-log4j12:1.7.36")
implementation("org.apache.camel:camel-core:3.12.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}
tasks.getByName<Test>("test") {
useJUnitPlatform()
}
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]