davsclaus commented on code in PR #18308: URL: https://github.com/apache/camel/pull/18308#discussion_r2142255801
########## dsl/camel-jbang/camel-jbang-core/src/test/java/org/apache/camel/dsl/jbang/core/commands/DependencyRuntimeTest.java: ########## @@ -0,0 +1,108 @@ +package org.apache.camel.dsl.jbang.core.commands; Review Comment: Same here ########## dsl/camel-jbang/camel-jbang-core/src/test/resources/pom-xml-files/springboot-pom.xml: ########## @@ -0,0 +1,144 @@ +<?xml version="1.0" encoding="UTF-8"?> Review Comment: Also here ########## dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/common/RuntimeInformation.java: ########## @@ -0,0 +1,65 @@ +package org.apache.camel.dsl.jbang.core.common; Review Comment: Add ASF license header ########## dsl/camel-jbang/camel-jbang-core/src/test/resources/pom-xml-files/quarkus-pom.xml: ########## @@ -0,0 +1,60 @@ +<?xml version="1.0"?> Review Comment: Also here need ASF license header, you can copy from another xml file -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org