Commit Graph

79 Commits

Author SHA1 Message Date
Albumen Kevin 293711e591
Update 3.3 scheduled workflow (#14322) 2024-06-17 10:17:31 +08:00
Albumen Kevin cfd6ebe611 Update zookeeper version 2024-03-06 11:10:46 +08:00
Saptarshi Sarkar f20fac4e77
feat(CI): Added GitHub Actions to check for code style violations (#13489) 2024-01-18 20:45:43 +08:00
wxbty 50612ad3a7
Revert 13609 due to misoperation (#13634)
* Revert "add test ci"

This reverts commit 4c528230eb.

* Revert "fix"

This reverts commit 20e0b57a81.
2024-01-09 21:34:27 +08:00
wxbty 20e0b57a81 fix 2024-01-09 20:51:55 +08:00
Albumen Kevin cf410d3462
Move integration test cases into apache/dubbo-integration-cases (#13506)
* Move integration test cases into apache/dubbo-integration-cases

* Update workflow

* Update workflow
2023-12-14 20:57:56 +08:00
huazhongming 2ca55a6fad
Fix ci action name (#13337)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-11-09 13:40:00 +08:00
Albumen Kevin a4ca07087e
Update candidate version in actions workflow (#13179) 2023-10-11 09:34:38 +08:00
Albumen Kevin db53115d10
Update zk address in workflow (#13177) 2023-10-10 10:07:38 +08:00
Albumen Kevin 0fb1e4c4c6
Enhance unit test cases from scheduled tasks (#13099) 2023-09-22 20:23:32 +08:00
Albumen Kevin 705d96e9f6
Fix uts on 3.2 (#13090) 2023-09-21 14:07:14 +08:00
Albumen Kevin 7a660fafd1
Test on JDK 21 (#13083)
* Test on JDK 21

* Fix 21
2023-09-20 20:29:24 +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
huazhongming 26e59adea9
fix native ci (#11933)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-03-27 12:24:24 +08:00
dependabot[bot] 92a1051516
Bump protobuf-java.version from 3.19.6 to 3.22.0 (#11737)
* Bump protobuf-java.version from 3.19.6 to 3.22.0

Bumps `protobuf-java.version` from 3.19.6 to 3.22.0.

Updates `protobuf-java` from 3.19.6 to 3.22.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.19.6...v3.22.0)

Updates `protobuf-java-util` from 3.19.6 to 3.22.0

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

* Update build-and-test-pr.yml

* Update .licenserc.yaml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kezhenxu94 <kezhenxu94@163.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-03-08 19:48:47 +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
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
Andy Cheung 5c0002c317
Backport of remove apache-rat-plugin. (#11523) (#11592) 2023-02-20 15:43:51 +08:00
Albumen Kevin 0635bdc4cc
collect jacoco result (#11532) 2023-02-14 10:40:14 +08:00
Andy Cheung 8ca10c83d6
Remove apache-rat-plugin. (#11523) 2023-02-12 23:06:42 +08:00
Albumen Kevin fc8cd1cb99
Update build-and-test-scheduled-3.2.yml 2023-01-31 14:35:10 +08:00
Albumen Kevin 33d4288cb8 Merge branch 'apache-3.1' into apache-3.2 2023-01-20 14:18:21 +08:00
huazhongming 704a08d024
Support native ci check (#11358)
* support ci for native

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

* Change the serialization of native demo to fastjson2

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

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-01-20 14:03:41 +08:00
Albumen Kevin c80c8edf35 Merge branch 'apache-3.1' into apache-3.2 2023-01-17 12:05:41 +08:00
Albumen Kevin 04ce339735 Update integration test timeout 2023-01-17 12:05:05 +08:00
Albumen Kevin 62ccf46dbe Update release test for 3.2 2023-01-16 21:11:53 +08:00
Albumen Kevin e0853ceead Merge branch 'apache-3.1' into apache-3.2 2023-01-16 21:11:22 +08:00
Albumen Kevin 39eedea99f Update release test for 3.1 2023-01-16 21:10:32 +08:00
Albumen Kevin af55fc87e8 Merge branch 'apache-3.1' into apache-3.2 2023-01-14 22:20:01 +08:00
Albumen Kevin 007b6bfd0b Fix ci matrix 2023-01-14 22:19:26 +08:00
Albumen Kevin 5ccecc063e Merge branch 'apache-3.1' into apache-3.2 2023-01-14 22:09:09 +08:00
Albumen Kevin 52d9c7b80b
Enable multi remote version integration test (#11306) 2023-01-14 22:08:21 +08:00
Albumen Kevin 3375f727e1 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	.github/workflows/build-and-test-pr.yml
#	dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
2022-12-30 15:53:09 +08:00
Albumen Kevin f03f374397
Enhance Zookeeper ServiceDiscovery update (#11220) 2022-12-30 15:52:26 +08:00
Albumen Kevin 0e4997b252 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-common/src/main/java/org/apache/dubbo/common/constants/LoggerCodeConstants.java
#	dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/ServiceDiscoveryRegistry.java
#	dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/client/event/listener/ServiceInstancesChangedListener.java
#	dubbo-rpc/dubbo-rpc-api/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Filter
2022-12-29 17:33:02 +08:00
Andy Cheung 0e549fb064
Turn on error reporting of Error Code Inspector. (#11182) 2022-12-22 20:16:19 +08:00
Albumen Kevin 5c082eaefa Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-native/src/main/java/org/apache/dubbo/remoting/api/pu/PortUnificationTransporter$Adaptive.java
#	dubbo-rpc/dubbo-rpc-dubbo/src/main/java/org/apache/dubbo/rpc/protocol/dubbo/DecodeableRpcInvocation.java
#	dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/call/AbstractServerCallListener.java
2022-12-08 17:44:11 +08:00
Andy Cheung 93e60093c5
Correct the error code inspector working branch in scheduled testing. (#11064) 2022-12-05 11:14:54 +08:00
Albumen Kevin 4e37fa0c01
Fix jacoco arg line not work in jdk17 (#10994) 2022-11-24 07:26:09 +08:00
Albumen Kevin 9f9b3d7cb7 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/metadata/ConfigurableMetadataServiceExporter.java
2022-11-22 16:05:58 +08:00
Albumen Kevin 5eb9b73156
Fix shallow clone for sonarcloud (#10985) 2022-11-22 11:50:11 +08:00
Albumen Kevin 90495fa4a6 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	.github/workflows/build-and-test-pr.yml
2022-11-14 19:13:42 +08:00
Albumen Kevin 3ee7d07135
Use remote key to start sonarcloud scan (#10936) 2022-11-14 19:11:09 +08:00
Albumen Kevin ce38ee2694
Set Fastjson2 as default, support JDK17 native test (#10914) 2022-11-12 16:50:50 +08:00
Albumen Kevin bb53fde978
Add dependencies check (#10896) 2022-11-08 18:48:48 +08:00
Andy Cheung a0367b7da2
[CI] Bump the codecov action from v1 to v3. (#10796) 2022-10-29 10:43:53 +08:00
Albumen Kevin d04f03a942
Fix corn job time (#10789) 2022-10-24 12:31:18 +08:00
Andy Cheung 9cdda8207f
Update 'Actions' versions and 'Actions Runner' versions of GitHub Actions workflow file. (#10788) 2022-10-23 21:02:58 +08:00
Albumen Kevin 0976a0c59f
Add release test flow (#10784) 2022-10-23 11:32:49 +08:00
Albumen Kevin 7a71716fb3
Ignore license check in 3.0 (#10786) 2022-10-23 11:32:35 +08:00