This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 2a5ab32ca74 Removed Powermock properties placeholder from parent 2a5ab32ca74 is described below commit 2a5ab32ca740ee501dd8a11c0fdda0bd5f481b0b Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jul 17 14:27:39 2023 +0200 Removed Powermock properties placeholder from parent Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- .../main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java | 2 +- parent/pom.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java index d46cd4c6a87..08dc47d675a 100644 --- a/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java +++ b/core/camel-base-engine/src/main/java/org/apache/camel/impl/engine/CamelInternalProcessor.java @@ -1189,7 +1189,7 @@ public class CamelInternalProcessor extends DelegateAsyncProcessor implements In } } - record CamelInternalProcessorAdviceWrapper<T> ( + record CamelInternalProcessorAdviceWrapper<T>( InstrumentationProcessor<T> instrumentationProcessor) implements CamelInternalProcessorAdvice<T>, Ordered { InstrumentationProcessor<T> unwrap() { diff --git a/parent/pom.xml b/parent/pom.xml index f4ad02afcef..340c0c7571f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -395,7 +395,6 @@ <picocli-version>4.7.4</picocli-version> <plc4x-version>0.10.0</plc4x-version> <pooled-jms-version>3.1.0</pooled-jms-version> - <powermock-version>2.0.7</powermock-version> <properties-maven-plugin-version>1.1.0</properties-maven-plugin-version> <proto-google-common-protos-version>2.21.0</proto-google-common-protos-version> <protobuf-version>3.23.2</protobuf-version>