commit | 4b3b98449f0114f5a0117dc37c41e85f88df2b07 | [log] [tgz] |
---|---|---|
author | Andrea Cosentino <ancosen@gmail.com> | Wed Jan 18 14:24:12 2023 +0100 |
committer | Andrea Cosentino <ancosen@gmail.com> | Wed Jan 18 14:24:12 2023 +0100 |
tree | 455f9825930c9ffd35c07aa42d6f12aed21b3e00 | |
parent | f35220dbd6d416168dc1b079ea4bcfe0a0e18a3b [diff] |
Move to 4.0.0-SNAPSHOT Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
diff --git a/reactive-streams/src/main/java/org/apache/camel/example/reactive/streams/ClientAPIRestExample.java b/reactive-streams/src/main/java/org/apache/camel/example/reactive/streams/ClientAPIRestExample.java index 1273c27..ca975d2 100644 --- a/reactive-streams/src/main/java/org/apache/camel/example/reactive/streams/ClientAPIRestExample.java +++ b/reactive-streams/src/main/java/org/apache/camel/example/reactive/streams/ClientAPIRestExample.java
@@ -16,7 +16,7 @@ */ package org.apache.camel.example.reactive.streams; -import javax.annotation.PostConstruct; +import jakarta.annotation.PostConstruct; import org.apache.camel.Exchange; import org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService;