chengpu
92b713b577
docs: remove redundant content
2 years ago
Roger3581321
84f9a26cfe
Correct a spelling mistake in ans.adoc ( #2820 )
2 years ago
Roger3581321
74c7b8972c
Fix a grammar typo in README ( #2821 )
2 years ago
pandaapo
e3ad76a508
Fix issue 2799: add some configuration items. ( #2811 )
...
* Fix issue 2799: add some configuration items.
2 years ago
windWheel
63708c0fc8
Merge pull request #2633 from complone/seata-doc-fix
...
add seata doc
2 years ago
windwheel
17e1ce225f
adjust yml
2 years ago
pandaapo
f112981a0b
When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802) ( #2810 )
...
* When ipType is IPv6 but there's no IPv6 found, find IPv4(Fixes gh-2802)
* correct findIPv6Address()
* correct import
2 years ago
o‘Laoxu
3ba918ce09
Fix network interface test issues . ( #2774 )
2 years ago
jesse.tang
11d6cf90bf
fix: spring-cloud-alibaba-examples grammar from branch 2.2.x ( #2793 )
...
* fix spring-cloud-alibaba-examples grammar
* fix 地 => 的
* fix 地 => 的 and to => the
* fix
2 years ago
Wu Daifu
cda0917a02
remove the redundant log(Fixes gh-2503) ( #2790 )
2 years ago
Wu Daifu
672a0f412d
Fix issue 2698: resolve errors in generating javadocs by mvn install ( #2787 )
...
* resolve errors in generating javadocs by mvn install(Fixes gh-2698)
* modify javadoc
2 years ago
Wu Daifu
9cd3777b01
change logger from parent class to log in current class(Fixes gh-2366) ( #2788 )
2 years ago
Ceven Cheng
fcf8cd48ad
Fix MavenReportException problem ( #2776 )
...
* docs:polished the readme docs
perfect the sample documentation for Spring Cloud Alibaba Sidecar
* docs:polished the readme docs
Fix `nacos` password spelling error
* fix: Fix MavenReportException problem
2 years ago
Cyoking
1e312a85e2
Correct spelling mistakes in readme.md
2 years ago
chengpu.rzh
a8f2da5b29
fix: fix appactive docs error
2 years ago
chengpu.rzh
aefe017865
docs: update new version docs
2 years ago
chengpu.rzh
5d27e3e927
docs: polish IPv6 relevant docs
2 years ago
chengpu.rzh
639d242974
docs: update docs information
2 years ago
lai hui
d464b32af9
refactor:encapsulation ipv6 function
2 years ago
lai hui
f3414be649
doc: add IPv6 doc
2 years ago
demoManito
e17dc5cfeb
add dingtalk group
2 years ago
Jason Deng
4f14c74b34
Delete persistence-units.xml
2 years ago
cevencheng
afb7f54045
docs:polished the readme docs
...
Fix `nacos` password spelling error
2 years ago
cevencheng
5b0396aaad
docs:polished the readme docs
...
Fix `nacos` password spelling error
2 years ago
cevencheng
1181349d9a
docs:polished the readme docs
...
perfect the sample documentation for Spring Cloud Alibaba Sidecar
2 years ago
demoManito
ec553e7a9f
fix: syntax problems from branch 2.2.x
2 years ago
sorie
af77081370
ignore unstable a nacos test
2 years ago
sorie
5640ed971a
fix rocketmq check style
2 years ago
sorie
dfefc030c6
RocketMQ pollable support anonymous group.
2 years ago
sorie
6ee93ebe37
Fix rocketmq code style
2 years ago
sorie
a2a006b53b
RocketMQ 支持PollMessageSource
2 years ago
sorie
b8bcca486f
RocketMQ 支持PollMessageSource
2 years ago
sorie
35d5fa6e9a
RocketMQ 支持PollMessageSource
2 years ago
chengpu.rzh
9f781bcbc6
Merge remote-tracking branch 'origin/2.2.x' into 2.2.x
2 years ago
chengpu.rzh
d55974c967
refactor: delete useless settings
2 years ago
dependabot[bot]
b84b7a8b3a
Bump hibernate-validator
...
Bumps hibernate-validator from 5.1.0.Final to 6.0.23.Final.
---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-validator
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
9f31fdbb8d
Bump mysql-connector-java
...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j ) from 5.1.40 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases )
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.40...8.0.28 )
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
dependabot[bot]
738ac3f110
Bump mysql-connector-java
...
Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j ) from 5.1.40 to 8.0.28.
- [Release notes](https://github.com/mysql/mysql-connector-j/releases )
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/8.0/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/5.1.40...8.0.28 )
---
updated-dependencies:
- dependency-name: mysql:mysql-connector-java
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2 years ago
Steve Rao
375cbd6c26
Merge appactive module into main branch of 2.2.x. ( #2758 )
...
* feature: initial appactive module
* feature:appactive core logic
* feature:add appactive relevant examples
* fix: add appactive module in pom.xml
* fix: Reformat code
* feature: add AppactivePredicate
* refactor: delete duplicate codes and reformat them
* feature: using PredicateBasedRule default filter logic
* feature: deleted useless filed in AppactiveRule
* refactor: polish the code
* feat(appactive):doc init
* refactor: add rules and polish codes
* refactor: modified package name
* refactor: delete useless files
* feature: add readme-zh.md
* refactor: polish readme docs
* fix: fix appactive docs error
* refactor: polish code and docs
* refactor: adjust service type name
* refactor: delete useless files
Co-authored-by: 就砺 <jiuli.qk@alibaba-inc.com>
2 years ago
chengpu.rzh
115cc345ee
feature: update Sentinel to 1.8.5, #2756
2 years ago
chengpu.rzh
55c3aafb38
feature: update Seata to 1.5.2, #2757
2 years ago
chengpu.rzh
8dc3fc15f9
feature: update RocketMQ to 4.9.4, #2755
2 years ago
chengpu.rzh
6a4b30d450
refactor: delete useless module of nacos config server
2 years ago
cc01cc
f5f76220ac
Update nacos-config.adoc
2 years ago
chengpu.rzh
55be98517c
fix: adjusted checkstyle-suppressions.xml relative address
2 years ago
chengpu.rzh
676ca4a66b
fix: deleted dubbo dependencies
2 years ago
chengpu.rzh
de3cfb10cb
docs:polished the readme docs
3 years ago
BillLthree
d1ec602bbe
Adding workflow/integration-test.yml
3 years ago
chengpu.rzh
6939fe3cb3
fix:deleted invalid dependency
3 years ago
chengpu.rzh
5a7cfcc3db
refactor: reformat the codes
3 years ago