You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/11/21 05:54:03 UTC

[dubbo-hessian-lite] branch master updated (a35a4e5 -> 42cf3b7)

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

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


    from a35a4e5  Remove toString calling
     new 4fdbd4a  Update DENY_CLASS file
     new 42cf3b7  Prepare 3.2.12 Release

The 2 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:
 pom.xml                       | 2 +-
 src/main/resources/DENY_CLASS | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

[dubbo-hessian-lite] 02/02: Prepare 3.2.12 Release

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 42cf3b77c0b45a07c89d675cf8e88f5539f72eb7
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sun Nov 21 13:53:51 2021 +0800

    Prepare 3.2.12 Release
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cb5da1c..43028b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
     <groupId>com.alibaba</groupId>
     <artifactId>hessian-lite</artifactId>
     <packaging>jar</packaging>
-    <version>3.2.11</version>
+    <version>3.2.12</version>
     <name>Hessian Lite(Dubbo embed version)</name>
 
     <properties>

[dubbo-hessian-lite] 01/02: Update DENY_CLASS file

Posted by al...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 4fdbd4a06703ab6541e7b93aa387445bdc29cd83
Author: Albumen Kevin <jh...@gmail.com>
AuthorDate: Sun Nov 21 13:53:16 2021 +0800

    Update DENY_CLASS file
---
 src/main/resources/DENY_CLASS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/DENY_CLASS b/src/main/resources/DENY_CLASS
index 4848329..94f96f3 100644
--- a/src/main/resources/DENY_CLASS
+++ b/src/main/resources/DENY_CLASS
@@ -50,6 +50,7 @@ java.lang.Runtime
 java.rmi.server.
 java.security.
 java.util.ServiceLoader
+java.util.StringTokenizer
 javassist.bytecode.annotation.
 javassist.tools.web.Viewer
 javassist.util.proxy.