You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/11/27 14:38:32 UTC

[servicecomb-samples] branch master updated: release java chassis 2.8.3 (#103)

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-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new c10b753  release java chassis 2.8.3 (#103)
c10b753 is described below

commit c10b75384db3e75d27ab7a4f56bfd2338b2099a6
Author: liubao68 <bi...@qq.com>
AuthorDate: Sun Nov 27 22:38:26 2022 +0800

    release java chassis 2.8.3 (#103)
---
 basic/pom.xml                                                       | 2 +-
 .../java/org/apache/servicecomb/it/edge/handler/AuthHandler.java    | 4 ----
 java-chassis-integration-tests/pom.xml                              | 6 +++---
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/basic/pom.xml b/basic/pom.xml
index 2f21051..f0060af 100644
--- a/basic/pom.xml
+++ b/basic/pom.xml
@@ -27,7 +27,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <servicecomb.version>2.8.2</servicecomb.version>
+    <servicecomb.version>2.8.3</servicecomb.version>
   </properties>
 
   <dependencyManagement>
diff --git a/java-chassis-integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/handler/AuthHandler.java b/java-chassis-integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/handler/AuthHandler.java
index 691d27c..07deb67 100644
--- a/java-chassis-integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/handler/AuthHandler.java
+++ b/java-chassis-integration-tests/it-edge/src/main/java/org/apache/servicecomb/it/edge/handler/AuthHandler.java
@@ -40,10 +40,6 @@ public class AuthHandler implements Handler {
     auth = Invoker.createProxy("auth", "auth", Auth.class);
   }
 
-  @Override
-  public void init(MicroserviceMeta microserviceMeta, InvocationType invocationType) {
-  }
-
   @Override
   public void handle(Invocation invocation, AsyncResponse asyncResp) throws Exception {
     if (invocation.getHandlerContext().get(EdgeConst.ENCRYPT_CONTEXT) != null) {
diff --git a/java-chassis-integration-tests/pom.xml b/java-chassis-integration-tests/pom.xml
index 87ab191..7105b22 100644
--- a/java-chassis-integration-tests/pom.xml
+++ b/java-chassis-integration-tests/pom.xml
@@ -21,17 +21,17 @@
   <parent>
     <groupId>org.apache.servicecomb</groupId>
     <artifactId>java-chassis-parent</artifactId>
-    <version>2.8.2</version>
+    <version>2.8.3</version>
   </parent>
 
   <properties>
-    <revision>2.8.2</revision>
+    <revision>2.8.3</revision>
   </properties>
 
   <repositories>
     <repository>
       <id>servicecomb-staging</id>
-      <url>https://repository.apache.org/content/repositories/orgapacheservicecomb-1522</url>
+      <url>https://repository.apache.org/content/repositories/orgapacheservicecomb-1523</url>
       <releases>
         <enabled>true</enabled>
       </releases>