[dubbo-hessian-lite] 01/01: 3.2.9-SNAPSHOT

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch whitelist-blacklist
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git

commit 1bf21d3b9609256ffa0f8bb590cdac56f4385eac
Author: ken.lj 
AuthorDate: Tue Jul 7 13:36:09 2020 +0800

3.2.9-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8993652..970308a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 com.alibaba
 hessian-lite
 jar
-3.2.8
+3.2.9-SNAPSHOT
 Hessian Lite(Dubbo embed version)
 
 



[dubbo-hessian-lite] branch whitelist-blacklist created (now 1bf21d3)

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch whitelist-blacklist
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git.


  at 1bf21d3  3.2.9-SNAPSHOT

This branch includes the following new commits:

 new 1bf21d3  3.2.9-SNAPSHOT

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[dubbo] branch master updated (11e728c -> 9d5e8b3)

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git.


from 11e728c  Hessian2 whitelist (#6378)
 add 9d5e8b3  Hessian whitelist2 (#6423)

No new revisions were added by this update.

Summary of changes:
 .../serialize/hessian2/Hessian2ObjectInput.java|  3 +-
 .../serialize/hessian2/Hessian2ObjectOutput.java   |  3 +-
 .../hessian2/Hessian2SerializerFactory.java| 31 +---
 .../dubbo/AbstractHessian2FactoryInitializer.java  | 32 -
 .../dubbo/DefaultHessian2FactoryInitializer.java   | 17 ++---
 .../hessian2/dubbo/Hessian2FactoryInitializer.java | 82 --
 .../WhitelistHessian2FactoryInitializer.java}  | 38 --
 ...alize.hessian2.dubbo.Hessian2FactoryInitializer |  2 +
 8 files changed, 82 insertions(+), 126 deletions(-)
 copy dubbo-compatible/src/main/java/com/alibaba/dubbo/rpc/Exporter.java => 
dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/dubbo/AbstractHessian2FactoryInitializer.java
 (58%)
 copy 
dubbo-common/src/main/java/org/apache/dubbo/common/config/SystemConfiguration.java
 => 
dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/dubbo/DefaultHessian2FactoryInitializer.java
 (67%)
 copy 
dubbo-common/src/main/java/org/apache/dubbo/common/extension/factory/SpiExtensionFactory.java
 => 
dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/dubbo/Hessian2FactoryInitializer.java
 (50%)
 copy 
dubbo-serialization/dubbo-serialization-hessian2/src/main/java/org/apache/dubbo/common/serialize/hessian2/{Hessian2SerializerFactory.java
 => dubbo/WhitelistHessian2FactoryInitializer.java} (57%)
 create mode 100644 
dubbo-serialization/dubbo-serialization-hessian2/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.common.serialize.hessian2.dubbo.Hessian2FactoryInitializer



[dubbo-hessian-lite] branch master updated (ae09056 -> 6ebfa92)

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git.


from ae09056  add log when default to HashMap
 add c30837c  work as blacklist by default
 new 6ebfa92  Merge pull request #36 from apache/whitelist-blacklist

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)



[dubbo-hessian-lite] 01/01: Merge pull request #36 from apache/whitelist-blacklist

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git

commit 6ebfa92ecad6bb6c4ab412c26382596e7b2bbada
Merge: ae09056 c30837c
Author: ken.lj 
AuthorDate: Tue Jul 7 13:35:15 2020 +0800

Merge pull request #36 from apache/whitelist-blacklist

work as blacklist by default

 src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)



[dubbo-hessian-lite] 01/01: work as blacklist by default

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch whitelist-blacklist
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git

commit c30837c288dfeb8e28aa8006cc8c2621399ad33c
Author: ken.lj 
AuthorDate: Tue Jul 7 13:13:59 2020 +0800

work as blacklist by default
---
 src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java 
b/src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java
index 09833e3..98aec15 100644
--- a/src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java
+++ b/src/main/java/com/alibaba/com/caucho/hessian/io/ClassFactory.java
@@ -104,7 +104,11 @@ public class ClassFactory
 }
 }
 
-return false;
+if (_isWhitelist) {
+return false;
+}
+
+return true;
 }
 
 public void setWhitelist(boolean isWhitelist)



[dubbo-hessian-lite] branch whitelist-blacklist created (now c30837c)

2020-07-06 Thread liujun
This is an automated email from the ASF dual-hosted git repository.

liujun pushed a change to branch whitelist-blacklist
in repository https://gitbox.apache.org/repos/asf/dubbo-hessian-lite.git.


  at c30837c  work as blacklist by default

This branch includes the following new commits:

 new c30837c  work as blacklist by default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[dubbo-go] branch develop updated (9697b2b -> 547c299)

2020-07-06 Thread flycash
This is an automated email from the ASF dual-hosted git repository.

flycash pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git.


from 9697b2b  Merge pull request #641 from coffeehc/develop
 new 5ec0519  Merge pull request #15 from apache/develop
 new d32161e  update nacos sdk version
 new 75776fb  fix unitTest bug
 new 547c299  Merge pull request #646 from lzp0412/develop

The 2243 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 common/constant/key.go |  2 +
 common/url.go  |  5 +-
 config_center/nacos/client.go  | 95 --
 config_center/nacos/client_test.go |  2 +-
 go.mod | 16 ++-
 go.sum | 14 +++---
 registry/nacos/base_registry.go|  3 ++
 7 files changed, 60 insertions(+), 77 deletions(-)