This is an automated email from the ASF dual-hosted git repository.

liubao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/master by this push:
     new cda08df  [SCB-2332]an exception "value type not support" is thrown 
when the file type is ini (#2552)
cda08df is described below

commit cda08df6538c8ba41de7818437b1193f44008ef8
Author: david6969xin <[email protected]>
AuthorDate: Mon Sep 6 17:07:36 2021 +0800

    [SCB-2332]an exception "value type not support" is thrown when the file 
type is ini (#2552)
---
 .../java/org/apache/servicecomb/config/kie/client/model/ValueType.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ValueType.java
 
b/clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ValueType.java
index 7531afb..b38a1e2 100644
--- 
a/clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ValueType.java
+++ 
b/clients/config-kie-client/src/main/java/org/apache/servicecomb/config/kie/client/model/ValueType.java
@@ -20,6 +20,7 @@ package org.apache.servicecomb.config.kie.client.model;
 public enum ValueType {
   yml,
   yaml,
+  ini,
   string,
   text,
   json,

Reply via email to