This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push:
new 2b2febdb11 Fix incorrect class name in LogAspect
2b2febdb11 is described below
commit 2b2febdb11c91e81fd2d7d990d03941841c9ac6c
Author: Andreas Veithen <[email protected]>
AuthorDate: Mon Apr 1 14:31:58 2024 +0000
Fix incorrect class name in LogAspect
---
.../main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java
b/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java
index f5c377baa6..cd829d858c 100644
---
a/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java
+++
b/modules/transport/testkit/src/main/java/org/apache/axis2/transport/testkit/axis2/LogAspect.java
@@ -62,7 +62,7 @@ public class LogAspect {
}
@AfterReturning(
- pointcut="call(jakarta.activation.DataSource
org.apache.axis2.format.MessageFormatterEx.getDataSource(..))",
+ pointcut="call(jakarta.activation.DataSource
org.apache.axis2.kernel.MessageFormatter.getDataSource(..))",
returning="dataSource")
public void afterGetDataSource(DataSource dataSource) {
if (TestKitLogManager.INSTANCE.isLoggingEnabled()) {