Commit Graph

101 Commits

Author SHA1 Message Date
Albumen Kevin 293711e591
Update 3.3 scheduled workflow (#14322) 2024-06-17 10:17:31 +08:00
Albumen Kevin 2f6b4c0c43 Update issue template labels 2024-03-08 14:03:52 +08:00
YuLuo be19912ad4
chore: move pr tmpl to .github folder (#13850) 2024-03-07 10:06:40 +08:00
Albumen Kevin 783522e013
Add general template (#13848) 2024-03-06 15:07:14 +08:00
Albumen Kevin 46c93b3e0d
Add question template (#13843) 2024-03-06 12:02:52 +08:00
Albumen Kevin cfd6ebe611 Update zookeeper version 2024-03-06 11:10:46 +08:00
Albumen Kevin 8a1296f892
Fix feature template 2024-03-04 17:53:02 +08:00
Albumen Kevin 26cc9896f0
Fix pre-check for issue template style (#13824)
* Fix pre-check for issue template style

* Add version
2024-03-04 17:50:57 +08:00
Albumen Kevin 6251a4bbd4
Add pre-check for issue template (#13823) 2024-03-04 17:39:02 +08:00
Albumen Kevin 362f833243 Update issue template format(required) 2024-03-04 17:33:41 +08:00
Albumen Kevin 503183c526 Update issue template format 2024-03-04 17:32:39 +08:00
Albumen Kevin c41cdbb3bc Update issue template format 2024-03-04 17:28:48 +08:00
Albumen Kevin 22f7a21457 Update issue template format 2024-03-04 17:27:03 +08:00
Albumen Kevin 22d3cc9052
Update issue template (#13822)
* Update issue template

* Update issue template
2024-03-04 17:25:30 +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
huazhongming ff2bdd0229
Change bug issue label to need-triage (#13549)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-12-21 11:16:50 +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
Simon Convent e8f742a319
Add dependabot config (#11328) 2023-01-19 09:25:04 +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