[ 
https://issues.apache.org/jira/browse/CAMEL-20862?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17854072#comment-17854072
 ] 

Aurélien Pupier commented on CAMEL-20862:
-----------------------------------------

{noformat}
apupier@localhost:~/git/camel3/components/camel-kafka$ mvn clean install -P 
fastinstall
[INFO] -Pfastinstall replaced by -Dquickly via AliasFastinstallEventSpy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Detecting the operating system and CPU architecture
[INFO] ------------------------------------------------------------------------
[INFO] os.detected.name: linux
[INFO] os.detected.arch: x86_64
[INFO] os.detected.bitness: 64
[INFO] os.detected.version: 6.8
[INFO] os.detected.version.major: 6
[INFO] os.detected.version.minor: 8
[INFO] os.detected.release: fedora
[INFO] os.detected.release.version: 39
[INFO] os.detected.release.like.fedora: true
[INFO] os.detected.classifier: linux-x86_64
[INFO] 
[INFO] --------------------< org.apache.camel:camel-kafka >--------------------
[INFO] Building Camel :: Kafka 4.7.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ camel-kafka ---
[INFO] Deleting /home/apupier/git/camel/components/camel-kafka/target
[INFO] 
[INFO] --- build-helper:3.6.0:add-source (default) @ camel-kafka ---
[INFO] Source directory: 
/home/apupier/git/camel/components/camel-kafka/src/generated/java added.
[INFO] 
[INFO] --- build-helper:3.6.0:add-resource (default) @ camel-kafka ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ camel-kafka ---
[INFO] skip non existing resourceDirectory 
/home/apupier/git/camel/components/camel-kafka/src/main/resources
[INFO] Copying 12 resources from src/generated/resources to target/classes
[INFO] 
[INFO] --- flatten:1.6.0:flatten (default-cli) @ camel-kafka ---
[INFO] Generating flattened POM of project 
org.apache.camel:camel-kafka:jar:4.7.0-SNAPSHOT...
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ camel-kafka ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 88 source files with javac [debug deprecation release 17] to 
target/classes
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- camel-package:4.7.0-SNAPSHOT:generate (generate) @ camel-kafka ---
[INFO] No previous run data found, generating files.
[INFO] Building index...
[INFO] Generated bean.properties containing 1 Camel bean: 
KafkaIdempotentRepository
[INFO] Generated components containing 1 Camel component: kafka
[INFO] Validation complete
[INFO] 
[INFO] --- compiler:3.13.0:compile (recompile) @ camel-kafka ---
[INFO] Recompiling the module because of added or removed source files.
[INFO] Compiling 88 source files with javac [debug deprecation release 17] to 
target/classes
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/main/java/org/apache/camel/component/kafka/KafkaProducer.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ camel-kafka 
---
[INFO] Copying 3 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ camel-kafka ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 71 source files with javac [debug deprecation release 17] to 
target/test-classes
[INFO] Annotation processing is enabled because one or more processors were 
found
  on the class path. A future release of javac may disable annotation processing
  unless at least one processor is specified by name (-processor), or a search
  path is specified (--processor-path, --processor-module-path), or annotation
  processing is enabled explicitly (-proc:only, -proc:full).
  Use -Xlint:-options to suppress this message.
  Use -proc:none to disable annotation processing.
[WARNING] 
/home/apupier/git/camel/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/integration/KafkaConsumerIdempotentGroupIdIT.java:[43,15]
 KafkaIdempotentRepository(java.lang.String,java.lang.String,java.lang.String) 
in org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepository has 
been deprecated
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaProducerTest.java:
 Some input files use unchecked or unsafe operations.
[INFO] 
/home/apupier/git/camel/components/camel-kafka/src/test/java/org/apache/camel/component/kafka/KafkaProducerTest.java:
 Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- camel-package:4.7.0-SNAPSHOT:generate-postcompile 
(generate-postcompile) @ camel-kafka ---
[INFO] Stale files detected, re-generating.
[INFO] Stale files detected, re-generating index.
[INFO] Building index...
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ camel-kafka ---
[INFO] Building jar: 
/home/apupier/git/camel/components/camel-kafka/target/camel-kafka-4.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- failsafe:3.2.5:integration-test (kafka-2) @ camel-kafka ---
[INFO] Using auto detected provider 
org.apache.maven.surefire.junitplatform.JUnitPlatformProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryEagerIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.67 s 
-- in 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryEagerIT
[INFO] Running 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryNonEagerIT
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.436 s 
-- in 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryNonEagerIT
[INFO] Running 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryPersistenceIT
[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.314 s 
-- in 
org.apache.camel.processor.idempotent.kafka.KafkaIdempotentRepositoryPersistenceIT
[INFO] Running 
org.apache.camel.component.kafka.integration.KafkaConsumerIdempotentWithProcessorIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.904 s 
-- in 
org.apache.camel.component.kafka.integration.KafkaConsumerIdempotentWithProcessorIT
[INFO] Running 
org.apache.camel.component.kafka.integration.batching.KafkaBatchingProcessingManualCommitIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.85 s 
-- in 
org.apache.camel.component.kafka.integration.batching.KafkaBatchingProcessingManualCommitIT
[INFO] Running 
org.apache.camel.component.kafka.integration.batching.KafkaBatchingProcessingAutoCommitErrorHandlingIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.71 s 
-- in 
org.apache.camel.component.kafka.integration.batching.KafkaBatchingProcessingAutoCommitErrorHandlingIT
[INFO] Running 
org.apache.camel.component.kafka.integration.batching.KafkaBatchingProcessingAutoCommitIT
{noformat}


> Avoid Kafka IT tests to be played with -Pfastinstall profile
> ------------------------------------------------------------
>
>                 Key: CAMEL-20862
>                 URL: https://issues.apache.org/jira/browse/CAMEL-20862
>             Project: Camel
>          Issue Type: Task
>          Components: camel-kafka
>    Affects Versions: 4.7.0
>            Reporter: Aurélien Pupier
>            Priority: Minor
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to