This is an automated email from the ASF dual-hosted git repository.
mikexue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/eventmesh.git
The following commit(s) were added to refs/heads/master by this push:
new b692368b5 [ISSUE #3646] Some optimization of the
code.[EventMeshCloudEventWriter] (#3798)
b692368b5 is described below
commit b692368b5d0c9fa961e740a572787ec59781fe3e
Author: gbhowmick1 <[email protected]>
AuthorDate: Thu May 4 08:31:09 2023 +0530
[ISSUE #3646] Some optimization of the code.[EventMeshCloudEventWriter]
(#3798)
* #3246 #3704 fixes
* Update EventMeshCloudEventWriter.java
---------
Co-authored-by: mike_xwm <[email protected]>
---
.../org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java
index cf03cb8f2..0ceb8a123 100644
---
a/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java
+++
b/eventmesh-runtime/src/main/java/org/apache/eventmesh/runtime/util/EventMeshCloudEventWriter.java
@@ -25,6 +25,7 @@ import javax.annotation.Nonnull;
import io.cloudevents.rw.CloudEventContextWriter;
import io.cloudevents.rw.CloudEventRWException;
+
public class EventMeshCloudEventWriter implements CloudEventContextWriter {
private Map<String, Object> extensionMap;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]