Skip to content

Commit 3cc579c

Browse files
Merge branch 'master' into dependabot/maven/dubbo-extensions-dependencies-bom/org.apache.commons-commons-lang3-3.18.0
2 parents 106fc85 + 363a805 commit 3cc579c

11 files changed

Lines changed: 4 additions & 33 deletions

File tree

dubbo-registry-extensions/dubbo-registry-consul/src/main/java/org/apache/dubbo/registry/consul/AbstractConsulRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
package org.apache.dubbo.registry.consul;
1818

1919
/**
20-
* @author cvictory ON 2019-08-02
20+
* AbstractConsulRegistry
2121
*/
2222
public class AbstractConsulRegistry {
2323

dubbo-remoting-extensions/dubbo-remoting-etcd3/src/test/java/org/apache/dubbo/remoting/etcd/jetcd/LeaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
import static org.assertj.core.api.Assertions.assertThat;
6464

6565
/**
66-
* @author cvictory ON 2019-08-16
66+
* LeaseTest
6767
*/
6868
@Disabled
6969
public class LeaseTest {

dubbo-rpc-extensions/dubbo-rpc-rmi/src/main/java/com/alibaba/dubbo/rpc/protocol/rmi/RmiRemoteInvocation.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@
2020

2121
/**
2222
* This class is deprecated, please use {@link org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation}.
23-
*
24-
* @author chickenlj
25-
* @deprecated
2623
*/
2724
@Deprecated
2825
public class RmiRemoteInvocation extends org.apache.dubbo.rpc.protocol.rmi.RmiRemoteInvocation {

dubbo-serialization-extensions/dubbo-serialization-fory/src/main/java/org/apache/dubbo/common/serialize/fory/dubbo/BaseForySerialization.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fory.dubbo;
1918

2019
import org.apache.dubbo.common.URL;
@@ -32,10 +31,9 @@
3231
import java.io.InputStream;
3332
import java.io.OutputStream;
3433
import java.util.Optional;
34+
3535
/**
3636
* Fory serialization framework integration with dubbo.
37-
*
38-
* @author chaokunyang
3937
*/
4038
public abstract class BaseForySerialization implements Serialization {
4139
protected abstract Tuple2<LoaderBinding, MemoryBuffer> getFory();

dubbo-serialization-extensions/dubbo-serialization-fory/src/main/java/org/apache/dubbo/common/serialize/fory/dubbo/ForyCompatibleSerialization.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fory.dubbo;
1918

20-
2119
import org.apache.fory.Fory;
2220
import org.apache.fory.collection.Tuple2;
2321
import org.apache.fory.config.CompatibleMode;
@@ -27,8 +25,6 @@
2725

2826
/**
2927
* Fory serialization for dubbo. This integration support type forward/backward compatibility.
30-
*
31-
* @author chaokunyang
3228
*/
3329
public class ForyCompatibleSerialization extends BaseForySerialization {
3430
public static final byte FORY_SERIALIZATION_ID = 29;

dubbo-serialization-extensions/dubbo-serialization-fory/src/main/java/org/apache/dubbo/common/serialize/fory/dubbo/ForyObjectOutput.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fory.dubbo;
1918

2019
import org.apache.dubbo.common.serialize.ObjectOutput;
@@ -28,8 +27,6 @@
2827

2928
/**
3029
* Fory implementation for {@link ObjectOutput}.
31-
*
32-
* @author chaokunyang
3330
*/
3431
public class ForyObjectOutput implements ObjectOutput {
3532
private final Fory fory;

dubbo-serialization-extensions/dubbo-serialization-fory/src/main/java/org/apache/dubbo/common/serialize/fory/dubbo/ForySerialization.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fory.dubbo;
1918

20-
2119
import org.apache.fory.Fory;
2220
import org.apache.fory.collection.Tuple2;
2321
import org.apache.fory.memory.MemoryBuffer;
@@ -27,8 +25,6 @@
2725
/**
2826
* Fory serialization for dubbo. This integration doesn't allow type inconsistency between
2927
* serialization and deserialization peer.
30-
*
31-
* @author chaokunyang
3228
*/
3329
public class ForySerialization extends BaseForySerialization {
3430
public static final byte FORY_SERIALIZATION_ID = 28;

dubbo-serialization-extensions/dubbo-serialization-fury/src/main/java/org/apache/dubbo/common/serialize/fury/dubbo/BaseFurySerialization.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fury.dubbo;
1918

2019
import org.apache.dubbo.common.URL;
@@ -32,10 +31,9 @@
3231
import java.io.InputStream;
3332
import java.io.OutputStream;
3433
import java.util.Optional;
34+
3535
/**
3636
* Fury serialization framework integration with dubbo.
37-
*
38-
* @author chaokunyang
3937
*/
4038
public abstract class BaseFurySerialization implements Serialization {
4139
protected abstract Tuple2<LoaderBinding, MemoryBuffer> getFury();

dubbo-serialization-extensions/dubbo-serialization-fury/src/main/java/org/apache/dubbo/common/serialize/fury/dubbo/FuryCompatibleSerialization.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fury.dubbo;
1918

20-
2119
import org.apache.fury.Fury;
2220
import org.apache.fury.collection.Tuple2;
2321
import org.apache.fury.config.CompatibleMode;
@@ -27,8 +25,6 @@
2725

2826
/**
2927
* Fury serialization for dubbo. This integration support type forward/backward compatibility.
30-
*
31-
* @author chaokunyang
3228
*/
3329
public class FuryCompatibleSerialization extends BaseFurySerialization {
3430
public static final byte FURY_SERIALIZATION_ID = 29;

dubbo-serialization-extensions/dubbo-serialization-fury/src/main/java/org/apache/dubbo/common/serialize/fury/dubbo/FuryObjectOutput.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
1817
package org.apache.dubbo.common.serialize.fury.dubbo;
1918

2019
import org.apache.dubbo.common.serialize.ObjectOutput;
@@ -28,8 +27,6 @@
2827

2928
/**
3029
* Fury implementation for {@link ObjectOutput}.
31-
*
32-
* @author chaokunyang
3330
*/
3431
public class FuryObjectOutput implements ObjectOutput {
3532
private final Fury fury;

0 commit comments

Comments
 (0)