This is an automated email from the ASF dual-hosted git repository.
mytang0 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 8426b5ec5 [ISSUE #3595]Fix throw StorageResourceServiceKnativeImpl
StorageResourceServiceKnativeImpl when start runtime with start.sh
new 697d729d1 Merge pull request #3596 from mxsm/eventmesh-3595
8426b5ec5 is described below
commit 8426b5ec5faa98fb45527af7bfde4223110f6878
Author: mxsm <[email protected]>
AuthorDate: Sat Apr 1 22:30:15 2023 +0800
[ISSUE #3595]Fix throw StorageResourceServiceKnativeImpl
StorageResourceServiceKnativeImpl when start runtime with start.sh
---
.../{connector => storage}/StorageResourceServiceKnativeImpl.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/connector/StorageResourceServiceKnativeImpl.java
b/eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/storage/StorageResourceServiceKnativeImpl.java
similarity index 95%
rename from
eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/connector/StorageResourceServiceKnativeImpl.java
rename to
eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/storage/StorageResourceServiceKnativeImpl.java
index 9fd46e8b6..fabc3d330 100644
---
a/eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/connector/StorageResourceServiceKnativeImpl.java
+++
b/eventmesh-storage-plugin/eventmesh-storage-knative/src/main/java/org/apache/eventmesh/storage/knative/storage/StorageResourceServiceKnativeImpl.java
@@ -15,7 +15,7 @@
* limitations under the License.
*/
-package org.apache.eventmesh.storage.knative.connector;
+package org.apache.eventmesh.storage.knative.storage;
import org.apache.eventmesh.api.storage.StorageResourceService;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]