Commit Graph

607 Commits

Author SHA1 Message Date
chickenlj 98d6a853a9 Merge branch '3.3.0-beta.1-release' of https://github.com/apache/dubbo into 3.3.0-beta.1-release
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
2023-08-28 14:50:35 +08:00
Ken Liu 56de12127b
Revert "Add Dubbo Annotation Processor (Add deprecated method warn when called by user, #10850) (#11513)" (#12871)
This reverts commit 0b6f2e4a8d.
2023-08-16 16:25:08 +08:00
Albumen Kevin 12dacb989a Bump to 3.2.6-SNAPSHOT 2023-08-09 13:58:04 +08:00
Albumen Kevin 093fb7c208 Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-cluster/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.cluster.filter.ClusterFilter
#	dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
#	dubbo-config/dubbo-config-api/pom.xml
#	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ReferenceBean.java
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	dubbo-metrics/dubbo-metrics-default/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Filter
#	dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/Constants.java
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/NettyHttpRestServer.java
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/deploy/ServiceDeployer.java
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/handler/NettyHttpHandler.java
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/message/codec/JsonCodec.java
#	pom.xml
2023-07-19 15:18:51 +08:00
Albumen Kevin 30be46591f Prepare 3.2.5 release 2023-07-17 18:45:04 +08:00
Albumen Kevin 256b916ce2 bump version 2023-07-17 18:40:43 +08:00
MartinDai f2ec217f54
log messages support use placeholders and parameters (#12365)
* log messages support use placeholders and parameters

* mockLogger add implements method

* reformat file

* fix unit test error

* fix sonar security

* remove unnecessary util

* update file license

* update file license

* add checkstyle ignore

---------

Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-07-13 19:52:23 +08:00
dependabot[bot] 57c23c38f7
Bump license-maven-plugin from 2.1.0 to 2.2.0 (#12705)
Bumps [license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) from 2.1.0 to 2.2.0.
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/license-maven-plugin/compare/2.1.0...2.2.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 09:47:31 +08:00
Albumen Kevin d4c2852caf Prapare 3.3.0-beta.1 release 2023-06-30 22:46:49 +08:00
Albumen Kevin 70a948a3d4 Bump to 3.2.4-SNAPSHOT 2023-06-30 21:19:47 +08:00
Albumen Kevin 180fdd3c60 Prapare 3.2.3 release 2023-06-30 21:19:47 +08:00
Albumen Kevin fd14e7b76f Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/RestProtocol.java
#	dubbo-test/dubbo-test-modules/src/test/java/org/apache/dubbo/dependency/FileTest.java
2023-06-12 20:52:32 +08:00
dependabot[bot] 4c67c26c8e
Bump license-maven-plugin from 2.0.1 to 2.1.0 (#12501)
Bumps [license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/license-maven-plugin/compare/2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-12 19:46:02 +08:00
Albumen Kevin 25772f5725 Bump version to 3.2.3-SNAPSHOT 2023-05-29 15:52:59 +08:00
huazhongming 7661cab6f5
Javadoc ingore missing excpetion (#12405)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-05-26 23:34:19 +08:00
huazhongming 52e4e4e301
remove dubbo-native-plugin module (#12358)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-05-21 21:00:46 +08:00
Albumen Kevin a557480f70 Prapare 3.2.2 release 2023-05-19 19:18:59 +08:00
crazyhzm 71cc51bf69 Merge branch '3.2' into 3.3
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	pom.xml
2023-05-17 14:07:55 +08:00
Albumen Kevin 7d2a71fdaa Bump to 3.2.2-SNAPSHOT 2023-05-16 15:35:44 +08:00
Albumen Kevin 79fd8782a1 Merge branch '3.2.1-release' into apache-3.2
# Conflicts:
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
2023-05-16 15:35:02 +08:00
dependabot[bot] 9139d086c4
Bump flatten-maven-plugin from 1.4.1 to 1.5.0 (#12306)
Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.4.1 to 1.5.0.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/1.4.1...1.5.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 12:54:17 +08:00
dependabot[bot] 171e361a4d
Bump build-helper-maven-plugin from 3.3.0 to 3.4.0 (#12310)
Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.3.0...3.4.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-16 12:53:02 +08:00
dependabot[bot] b0cd466e94
Bump license-maven-plugin from 2.0.0 to 2.0.1 (#12260)
Bumps [license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/license-maven-plugin/compare/license-maven-plugin-2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-10 13:50:28 +08:00
Albumen Kevin 20de8b22ff Prepare 3.2.1 release 2023-05-08 09:40:08 +08:00
Albumen Kevin 9f0e1589a5 Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	.licenserc.yaml
2023-05-08 08:07:10 +08:00
Albumen Kevin ed6afe1ac3
Use bom mode flatten (#12239)
* Use bom mode flatten

* Use oss

* fix properties

* Fix bom

* Fix zk conflicts

* Fix zk conflicts

* Fix logger

* Fix logger
2023-05-08 07:42:49 +08:00
wxbty 8b65828767
degist-concurrency-bugfix (#12223)
* degist-concurrency-bugfix

* stytle opt

* fix i++

* revert demo

* fix sonar

* remove apache licence

* add licence

* add testcase&& fix notice

* add notice

* add notice

* add notice

* add notice

* fix ci timeout

* fix ci timeout

* remove testcase because of timeout

* remove testcase because of timeout

* remove testcase because of timeout

* fix ci

* fix sonar

---------

Co-authored-by: x-shadow-man <1494445739@qq.com>
Co-authored-by: songxiaosheng <songxiaosheng@elastic.link>
2023-05-06 23:02:01 +08:00
Albumen Kevin 992abd2d34 Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-config/dubbo-config-api/pom.xml
#	dubbo-distribution/dubbo-all/pom.xml
#	dubbo-metrics/dubbo-metrics-default/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.metrics.collector.MetricsCollector
#	pom.xml
2023-05-05 13:07:25 +08:00
dependabot[bot] 120db0bf15
Bump jacoco-maven-plugin from 0.8.8 to 0.8.10 (#12218)
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.8 to 0.8.10.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.8...v0.8.10)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 21:47:51 +08:00
dependabot[bot] 2c1ede9db0
Bump junit_jupiter_version from 5.9.2 to 5.9.3 (#12219)
Bumps `junit_jupiter_version` from 5.9.2 to 5.9.3.

Updates `junit-jupiter-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-api` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-jupiter-params` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

Updates `junit-vintage-engine` from 5.9.2 to 5.9.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.2...r5.9.3)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-02 21:47:42 +08:00
huazhongming 6c8f79c889
Native Support Springboot3 (#12072)
* Support native with springboot3

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix checkstyle

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless imports

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless imports

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* change java version of  build-source actions to jdk17

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* dubbo-serialization-fastjson2 support native

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix xml config

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix singleton bean

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignore test

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignore dubbo-config-spring6 module in dubbo all

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove @ignore

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* add dubbo-config-spring6 to dubbo-bom

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* add dubbo-config-spring6 to dubbo-test

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* add transformer

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignore  dubbo-config-spring6

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix JsonUtilsTest

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix JsonUtilsTest

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-04-25 11:30:17 +08:00
Andy Cheung 2997fa6a2e
Make Annotation Processor's Dependency optional. (#12112) 2023-04-19 10:10:10 +08:00
earthchen 43bbf9f727
Refactor pb version (#12109)
* refactor pb version

* fix

* fix

* fix

* fix
2023-04-18 10:04:52 +08:00
Albumen Kevin 07f0ff8688 Bump to 3.2.1-SNAPSHOT 2023-04-15 07:24:00 +08:00
Albumen Kevin fe55491d4a Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/common/utils/JsonUtils.java
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
2023-04-13 20:32:44 +08:00
Albumen Kevin 5cbd95b5d9 Prepare 3.2.0 release 2023-04-12 00:16:01 +08:00
Albumen Kevin 412471a98f
Enhance inconsistent version check (#12038)
* Enhance inconsistent version check

* Fix seperate

* Fix load

* Fix load

* Fix test

* Update pom.xml

* Print tree

* use zip instead

* Fix test
2023-04-11 15:14:48 +08:00
dependabot[bot] aaa84c19ba
Bump checkstyle from 8.41 to 8.45.1 (#12051)
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.41 to 8.45.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.41...checkstyle-8.45.1)

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 19:13:32 +08:00
dependabot[bot] 2297fb67be
Bump maven-enforcer-plugin from 3.2.1 to 3.3.0 (#12050)
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.2.1...enforcer-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-10 19:13:23 +08:00
dependabot[bot] 3b9727e62d
Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 (#11998)
Bumps [build-helper-maven-plugin](https://github.com/mojohaus/build-helper-maven-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/mojohaus/build-helper-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/build-helper-maven-plugin/compare/build-helper-maven-plugin-3.2.0...build-helper-maven-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:build-helper-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 17:15:14 +08:00
dependabot[bot] 9787c789fa
Bump hazelcast from 3.11.1 to 3.12.13 (#12003)
Bumps [hazelcast](https://github.com/hazelcast/hazelcast) from 3.11.1 to 3.12.13.
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](https://github.com/hazelcast/hazelcast/compare/v3.11.1...v3.12.13)

---
updated-dependencies:
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 17:14:31 +08:00
dependabot[bot] 73a37f0df8
Bump junit_jupiter_version from 5.8.1 to 5.9.2 (#12006)
Bumps `junit_jupiter_version` from 5.8.1 to 5.9.2.

Updates `junit-jupiter-engine` from 5.8.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)

Updates `junit-jupiter-api` from 5.8.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)

Updates `junit-jupiter-params` from 5.8.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)

Updates `junit-vintage-engine` from 5.8.1 to 5.9.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.8.1...r5.9.2)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 17:14:10 +08:00
dependabot[bot] ce9991e699
Bump flatten-maven-plugin from 1.1.0 to 1.4.1 (#11994)
Bumps [flatten-maven-plugin](https://github.com/mojohaus/flatten-maven-plugin) from 1.1.0 to 1.4.1.
- [Release notes](https://github.com/mojohaus/flatten-maven-plugin/releases)
- [Commits](https://github.com/mojohaus/flatten-maven-plugin/compare/flatten-maven-plugin-1.1.0...1.4.1)

---
updated-dependencies:
- dependency-name: org.codehaus.mojo:flatten-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-04-04 17:13:16 +08:00
Albumen Kevin c2b809adac
Update pom.xml 2023-04-04 15:22:37 +08:00
Andy Cheung 0b6f2e4a8d
Add Dubbo Annotation Processor (Add deprecated method warn when called by user, #10850) (#11513) 2023-03-24 09:48:08 +08:00
dependabot[bot] 8782df1ff7
Bump maven-release-plugin from 3.0.0-M7 to 3.0.0 (#11877)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M7 to 3.0.0.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M7...maven-release-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-23 20:09:26 +08:00
Albumen Kevin 414785c05b Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	pom.xml
2023-03-21 17:49:14 +08:00
dependabot[bot] f131a5d5b4
Bump maven-failsafe-plugin from 3.0.0-M9 to 3.0.0 (#11846)
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M9 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 11:48:07 +08:00
dependabot[bot] ae259ce21b
Bump maven-surefire-plugin from 3.0.0-M9 to 3.0.0 (#11847)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M9 to 3.0.0.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M9...surefire-3.0.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-17 10:12:14 +08:00
Albumen Kevin f742e25ba2 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/DubboInvoker.java
#	pom.xml
2023-03-17 10:07:46 +08:00
Albumen Kevin 48f3169809 Merge branch '3.2.0-beta.6-release' into apache-3.2
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
2023-03-17 10:04:20 +08:00
Albumen Kevin 7d9e955cf8 Bump to 3.1.9-SNAPSHOT 2023-03-17 10:03:06 +08:00
huazhongming 69edf4ef8c
Dynamically generate native image config (#11795)
* ADD dubbo-maven-plugin

* add dubbo-maven-plugin module

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and compiler error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Remove proxy-config, hard code

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignoredModulesInDubboAll

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* throw exception for generated adaptive class sources

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless reflect config

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Dynamically generate native image config for graalvm, and remove the original native image config

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix conflict

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove .git.exec.error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove .git.exec.error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* remove useless import

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-03-14 11:31:48 +08:00
Albumen Kevin 3fafcc47b1 Prepare 3.2.0-beta.6 release 2023-03-11 09:24:08 +08:00
Albumen Kevin ae28d17897 Prepare 3.1.8 release 2023-03-10 17:15:41 +08:00
dependabot[bot] 03838ad97e
Bump jetty-maven-plugin from 9.4.50.v20221201 to 9.4.51.v20230217 (#11740)
Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.50.v20221201 to 9.4.51.v20230217.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.50.v20221201...jetty-9.4.51.v20230217)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:21:14 +08:00
dependabot[bot] 7600d6c109
Bump maven-compiler-plugin from 3.7.0 to 3.11.0 (#11748)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.7.0 to 3.11.0.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.7.0...maven-compiler-plugin-3.11.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-06 19:19:35 +08:00
huazhongming 9497802ec3
Dubbo maven plugin with native (#11540)
* ADD dubbo-maven-plugin

* add dubbo-maven-plugin module

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and compiler error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix license and ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* fix ci error

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* Remove proxy-config, hard code

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* ignoredModulesInDubboAll

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

* throw exception for generated adaptive class sources

Signed-off-by: crazyhzm <crazyhzm@gmail.com>

---------

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-02-26 15:14:11 +08:00
Mengyang Tang 2897c85674
Enhance the way to get dubbo version (#11574)
* Enhance the way to get dubbo version

* Catch Throwable

* Reimplemented using antrun

* Enable failOnError
2023-02-22 20:26:39 +08:00
dependabot[bot] b2353ad9ff
Bump maven-surefire-plugin from 3.0.0-M8 to 3.0.0-M9 (#11613)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.0.0-M9.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0-M9)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 20:09:42 +08:00
dependabot[bot] 77724f3b7d
Bump maven-failsafe-plugin from 3.0.0-M8 to 3.0.0-M9 (#11612)
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M8 to 3.0.0-M9.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M8...surefire-3.0.0-M9)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 19:54:35 +08:00
dependabot[bot] 067cb8d79b
Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 (#11608)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.1...maven-javadoc-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-22 19:53:50 +08:00
Albumen Kevin c43b631df1 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	.github/workflows/build-and-test-pr.yml
#	dubbo-common/src/main/resources/security/serialize.allowlist
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	pom.xml
2023-02-20 17:30:50 +08:00
Albumen Kevin a8bbc234d9 Bump version to 3.1.8-SNAPSHOT 2023-02-20 17:28:08 +08:00
Albumen Kevin 0731ebd769 Merge branch '3.1.7-release' into apache-3.1 2023-02-20 17:27:33 +08:00
Albumen Kevin 52611099ab Bump version to 3.3.0-beta.1-SNAPSHOT 2023-02-20 16:24:28 +08:00
Andy Cheung 5c0002c317
Backport of remove apache-rat-plugin. (#11523) (#11592) 2023-02-20 15:43:51 +08:00
Albumen Kevin db74a61a34 Prepare 3.1.7 release 2023-02-16 14:20:09 +08:00
Albumen Kevin 64ca1b0dd5 Bump to 3.2.0-beta.6-SNAPSHOT 2023-02-16 14:18:48 +08:00
Albumen Kevin 5c0ed0c1da Merge branch '3.2.0-beta.5-release' into apache-3.2 2023-02-16 14:18:22 +08:00
Andy Cheung 8ca10c83d6
Remove apache-rat-plugin. (#11523) 2023-02-12 23:06:42 +08:00
Albumen Kevin aaa52aabec Fix javadoc version 2023-02-06 19:17:58 +08:00
Albumen Kevin c7c3d4c951 Prepare 3.2.0-beta.5 release 2023-02-06 17:45:11 +08:00
Albumen Kevin 2da1e1ffd5 Bump to 3.1.7-SNAPSHOT 2023-02-06 17:42:05 +08:00
dependabot[bot] a4249ec084
Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M8 (#11479)
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M8.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M8)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:28:02 +08:00
dependabot[bot] 7ee6b1abf0
Bump maven-jxr-plugin from 2.2 to 2.5 (#11469)
Bumps maven-jxr-plugin from 2.2 to 2.5.

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jxr-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:27:19 +08:00
dependabot[bot] bea64f87ba
Bump maven-enforcer-plugin from 3.1.0 to 3.2.1 (#11474)
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.1.0 to 3.2.1.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.1.0...enforcer-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:26:33 +08:00
dependabot[bot] e327f8ff7c
Bump maven-release-plugin from 3.0.0-M1 to 3.0.0-M7 (#11484)
Bumps [maven-release-plugin](https://github.com/apache/maven-release) from 3.0.0-M1 to 3.0.0-M7.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](https://github.com/apache/maven-release/compare/maven-release-3.0.0-M1...maven-release-3.0.0-M7)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:23:42 +08:00
dependabot[bot] b14de22b16
Bump maven-failsafe-plugin from 3.0.0-M5 to 3.0.0-M8 (#11485)
Bumps [maven-failsafe-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M5 to 3.0.0-M8.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M5...surefire-3.0.0-M8)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-failsafe-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:23:33 +08:00
Albumen Kevin 5d2cb7feb3 Prepare 3.1.6 release 2023-02-01 18:24:47 +08:00
dependabot[bot] b1535f1f09
Bump maven-clean-plugin from 3.1.0 to 3.2.0 (#11413)
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](https://github.com/apache/maven-clean-plugin/compare/maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-clean-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 18:02:04 +08:00
dependabot[bot] e67ce6c321
Bump maven-dependency-plugin from 3.1.2 to 3.5.0 (#11404)
Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.1.2 to 3.5.0.
- [Release notes](https://github.com/apache/maven-dependency-plugin/releases)
- [Commits](https://github.com/apache/maven-dependency-plugin/compare/maven-dependency-plugin-3.1.2...maven-dependency-plugin-3.5.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-dependency-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 17:31:32 +08:00
dependabot[bot] 872be996bd
Bump maven-compiler-plugin from 3.8.1 to 3.10.1 (#11402)
Bumps [maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.8.1 to 3.10.1.
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.8.1...maven-compiler-plugin-3.10.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-compiler-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 17:31:10 +08:00
dependabot[bot] f8d66c4774
Bump mockito_version from 4.8.0 to 4.11.0 (#11403)
Bumps `mockito_version` from 4.8.0 to 4.11.0.

Updates `mockito-core` from 4.8.0 to 4.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.11.0)

Updates `mockito-inline` from 4.8.0 to 4.11.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v4.11.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-30 17:29:47 +08:00
Albumen Kevin bcde23a438 Bump to 3.2.0-beta.5-SNAPSHOT 2023-01-30 09:54:19 +08:00
Albumen Kevin 6310f44069 Merge branch '3.2.0-beta.4-release' into apache-3.2 2023-01-30 09:54:10 +08:00
dependabot[bot] 95e583ed7f
Bump maven-shade-plugin from 3.2.4 to 3.4.1 (#11373)
Bumps [maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 3.2.4 to 3.4.1.
- [Release notes](https://github.com/apache/maven-shade-plugin/releases)
- [Commits](https://github.com/apache/maven-shade-plugin/compare/maven-shade-plugin-3.2.4...maven-shade-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-shade-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 11:26:16 +08:00
dependabot[bot] 71d03fdbfa
Bump maven-javadoc-plugin from 3.2.0 to 3.4.1 (#11364)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.2.0 to 3.4.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.2.0...maven-javadoc-plugin-3.4.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 11:25:27 +08:00
dependabot[bot] 32e94fe1c5
Bump maven-jar-plugin from 3.2.0 to 3.3.0 (#11382)
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases)
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.0...maven-jar-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 11:25:07 +08:00
dependabot[bot] 075d6b94a2
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.1 (#11380)
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.2 to 3.2.1.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 11:24:50 +08:00
dependabot[bot] 3326eb43ea
Bump apache-rat-plugin from 0.13 to 0.15 (#11374)
Bumps apache-rat-plugin from 0.13 to 0.15.

---
updated-dependencies:
- dependency-name: org.apache.rat:apache-rat-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-28 11:23:54 +08:00
Albumen Kevin 83a8c00800 Bump to 3.1.6-SNAPSHOT 2023-01-21 12:52:26 +08:00
Albumen Kevin 0d749715ef Merge branch 'apache-3.2' into 3.2.0-beta.4-release 2023-01-20 11:27:55 +08:00
dependabot[bot] 6488945921
Bump jetty-maven-plugin from 9.4.38.v20210224 to 9.4.50.v20221201 (#11340)
Bumps [jetty-maven-plugin](https://github.com/eclipse/jetty.project) from 9.4.38.v20210224 to 9.4.50.v20221201.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.38.v20210224...jetty-9.4.50.v20221201)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 21:05:09 +08:00
dependabot[bot] d279cf4052
Bump javax.el-api from 2.2.4 to 2.2.5 (#11339)
Bumps javax.el-api from 2.2.4 to 2.2.5.

---
updated-dependencies:
- dependency-name: javax.el:javax.el-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 21:04:03 +08:00
dependabot[bot] 673021e7e3
Bump maven-enforcer-plugin from 3.0.0-M3 to 3.1.0 (#11343)
Bumps [maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.0.0-M3 to 3.1.0.
- [Release notes](https://github.com/apache/maven-enforcer/releases)
- [Commits](https://github.com/apache/maven-enforcer/compare/enforcer-3.0.0-M3...enforcer-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-enforcer-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 21:03:03 +08:00
dependabot[bot] 58ef088fad
Bump cglib-nodep from 2.2 to 2.2.2 (#11331)
Bumps cglib-nodep from 2.2 to 2.2.2.

---
updated-dependencies:
- dependency-name: cglib:cglib-nodep
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-01-19 20:46:20 +08:00
Albumen Kevin 9ab01f49d0 Prepare 3.2.0-beta.4 release 2023-01-18 10:48:24 +08:00
Albumen Kevin 3b248931e3 Prepare 3.1.5 release 2023-01-12 19:55:48 +08:00
Albumen Kevin a278feb372 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/config/ApplicationConfig.java
#	dubbo-config/dubbo-config-spring/src/main/resources/META-INF/dubbo.xsd
#	dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosNamingServiceWrapper.java
#	dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosServiceDiscovery.java
#	dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/util/NacosNamingServiceUtils.java
#	dubbo-registry/dubbo-registry-nacos/src/test/java/org/apache/dubbo/registry/nacos/NacosNamingServiceWrapperTest.java
#	dubbo-registry/dubbo-registry-nacos/src/test/java/org/apache/dubbo/registry/nacos/NacosRegistryTest.java
2023-01-11 15:05:01 +08:00
Albumen Kevin 84c1c35aae
Add serialization check (#11217) 2023-01-11 11:41:52 +08:00
Albumen Kevin 7ccb33ffa6 Bump to 3.2.0-beta.4-SNAPSHOT 2022-12-22 15:49:35 +08:00
Albumen Kevin dd163ecf5a Bump to 3.1.5-SNAPSHOT 2022-12-22 15:48:05 +08:00
Albumen Kevin 69489b2675 Prepare 3.2.0-beta.3 Release 2022-12-16 13:43:58 +08:00
Albumen Kevin 078abfa9b3 Prepare 3.1.4 Release 2022-12-15 17:31:02 +08:00
Albumen Kevin 8a4051d62e Dump to 3.2.0-beta.3-SNAPSHOT 2022-11-28 15:01:39 +08:00
Albumen Kevin 917519a2ce Merge branch '3.2.0-beta.2-release' into apache-3.2 2022-11-28 15:01:08 +08:00
Albumen Kevin b38dc9c1cd Dump to 3.1.4-SNAPSHOT 2022-11-28 15:00:06 +08:00
Albumen Kevin 01374904ab Merge branch '3.1.3-release' into apache-3.1 2022-11-28 14:59:32 +08:00
Albumen Kevin 4de9672008 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	.licenserc.yaml
#	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/AbstractAnnotationBeanPostProcessor.java
#	dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ReferenceAnnotationBeanPostProcessor.java
#	dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/stream/TripleClientStream.java
2022-11-28 14:24:34 +08:00
Albumen Kevin ff59343557 Merge remote-tracking branch 'apache/3.0' into apache-3.1 2022-11-28 14:21:50 +08:00
xin gu b67db81e2e
client flowcontrol (#11029) 2022-11-28 14:20:19 +08:00
earthchen d192c7bfde
revert grpc header (#11035)
* revert grpc header

* revert grpc header

* fix checkstyle

* fix checkstyle
2022-11-28 09:58:01 +08:00
Albumen Kevin 0e95ac4e39
Enhance unit test cases (#11034) 2022-11-26 18:15:42 +08:00
Albumen Kevin 4e37fa0c01
Fix jacoco arg line not work in jdk17 (#10994) 2022-11-24 07:26:09 +08:00
Albumen Kevin 8ce8c60e29 Merge branch 'apache-3.2' into 3.2.0-beta.2-release 2022-11-22 19:26:27 +08:00
Albumen Kevin 4e74e1ead7 Merge branch 'apache-3.1' into apache-3.2 2022-11-22 19:26:06 +08:00
Albumen Kevin e7f0ee3422
Update Jacoco version (#10991) 2022-11-22 18:59:08 +08:00
Albumen Kevin a8af2fef9b Prepare 3.2.0-beta.2 release 2022-11-22 16:10:34 +08:00
Albumen Kevin 4781862ee2 Prepare 3.1.3 release 2022-11-22 14:24:56 +08:00
Weix Sun 423f4ec209
Support for Spring Framework 6 and Spring Boot 3 (#10941) 2022-11-22 10:51:39 +08:00
Albumen Kevin 82507b8856 Merge branch 'apache-3.1' into apache-3.2 2022-11-12 23:29:15 +08:00
Albumen Kevin 32c7674681
Add tmp exclude for rat (#10927) 2022-11-12 23:28:27 +08:00
Albumen Kevin ce38ee2694
Set Fastjson2 as default, support JDK17 native test (#10914) 2022-11-12 16:50:50 +08:00
Albumen Kevin 260d248297 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-distribution/dubbo-all/pom.xml
2022-11-12 14:42:05 +08:00
Albumen Kevin 7705811ff5
Add coverage module & file lint test (#10920) 2022-11-12 14:39:33 +08:00
Albumen Kevin ef34c3bed9 Bump version to 3.2.0-beta.2-SNAPSHOT 2022-11-10 08:14:15 +08:00
Albumen Kevin 25b2d6158e Bump version to 3.1.3-SNAPSHOT 2022-11-10 08:12:27 +08:00
灼华 d0f64b4717 Prepare 3.1.2 release 2022-11-02 12:57:30 +08:00
灼华 35a4ee05bd Prepare 3.2.0-beta.1 release 2022-11-02 12:24:54 +08:00
Albumen Kevin c35e82d084 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	.github/workflows/build-and-test-3.1.yml
#	.github/workflows/build-and-test-3.2.yml
#	.github/workflows/build-and-test-scheduled-3.2.yml
#	dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/stream/TripleClientStream.java
2022-10-22 15:54:13 +08:00
XS 31e2828d0c
Feat::Supports JDK 19 build and JUnit testing #10719 (#10722)
* ⬆️ Upgrade Mockito version

* ✏️ fix Mockito isNotNull

* Mockito isNull()

* ✏️ fix Mockito

* ✏️ Specify byte-buddy version

* ✏️ fix version number specification
2022-10-21 10:35:30 +08:00
Albumen Kevin 5749ac8051 Merge remote-tracking branch 'apache/3.1' into apache-3.2 2022-10-08 11:16:18 +08:00
Hervé Boutemy e8ba279f8c
fix Reproducible Builds issues (#10700) 2022-09-30 15:00:19 +08:00
Albumen Kevin 9f71ec4b1e bump version 2022-09-29 11:03:56 +08:00
Albumen Kevin 9dbc320e65 bump version 2022-09-29 11:00:38 +08:00
Albumen Kevin c374c0e6ac bump version 2022-09-29 10:59:58 +08:00
Albumen Kevin 8f1524071b Prepare 3.1.1 release 2022-09-20 16:19:13 +08:00
Albumen Kevin f0d16c6c70 Prepare 3.0.12 release 2022-09-20 15:32:14 +08:00
Albumen Kevin c326da7a03 prepare for next release 2022-08-23 10:05:20 +08:00
Albumen Kevin 2cd701cc1e prepare for next release 2022-08-22 18:59:42 +08:00
Albumen Kevin 41e1603f24 release 3.1.0 2022-08-16 16:52:27 +08:00
Albumen Kevin 2505bd4faa release 3.0.11 2022-08-16 16:50:15 +08:00
Albumen Kevin 80561c1925 Merge branch 'apache-3.0' into apache-3.1 2022-07-28 14:07:48 +08:00
Albumen Kevin c34bfd6c1a Fix pom configuration 2022-07-22 12:41:24 +08:00
Albumen Kevin 8f06c8fae1
Patch maven compiler byte code not support (#10355) 2022-07-22 11:27:39 +08:00
Albumen Kevin 6af32f923c bump to 3.0.11-SNAPSHOT 2022-07-21 19:12:18 +08:00
Albumen Kevin e7894ca374 release 3.0.10 2022-07-15 20:24:23 +08:00
ken.lj 17a0aa2730
[3.1] Add new modules kubernetes and xds (#10325)
* add modules, kubernetes and xds

* xds components configuration
2022-07-15 15:32:19 +08:00
Albumen Kevin f1af604e7e
Fastjson2 Support (#10166) 2022-07-15 10:18:41 +08:00