Commit Graph

85 Commits (d6f8a7801d3ef3496d61d47daa05beb71f66dc38)

Author SHA1 Message Date
fangjian0423 d6f8a7801d change version from 2.1.0.BUILD-SNAPSHOT to 0.9.0.BUILD-SNAPSHOT
fangjian0423 0e6565b461 updata dubbo versions of all components to 2.7.1
fangjian0423 0477035fbd add @ConditionalOnClass for jackson in sentinel
fangjian0423 1cd4efdd1f Merge remote-tracking branch 'upstream/master'
flystar32 97a77d5c2b change version from 0.2.2.BUILD-SNAPSHOT to 2.1.0.BUILD-SNAPSHOT
fangjian0423 080ad2df1e fix bug about feign and update examples
fangjian0423 ec98a2db01 code format
fangjian0423 46c888f878 update sentinel test case
fangjian0423 9f554b08ff close
Spring Operator 5efcf5adf1 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

# Fixed URLs

## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* http://maven.apache.org/xsd/maven-4.0.0.xsd with 69 occurrences migrated to:
  https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 138 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 69 occurrences
fangjian0423 3f15f7388b fix duplicate sentinel interceptor registration
fangjian0423 8c59d6b51e update sentinel test case
fangjian0423 1eef8f688f add 'HTTPMethod:' prefix for the resource of using @SentinelRestTemplate
fangjian0423 e4b29f3269 update sentinel additional-spring-configuration-metadata
fangjian0423 7481c31aa3 fix
fangjian0423 bfcabfd068 add switch to instance CommonFilter in SentinelProperties
fangjian0423 9934f5bc60 resolve conflict
format 03f8defb09
Merge pull request from zhendong590/master
aggregate multi report
fangjian0423 7fe95726ee Sentinel Endpoint add appName
gaoyunpeng 9dac4efd37 aggregate multi report
mercyblitz 2fdeeec3ff Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-docs/src/main/asciidoc-zh/sentinel.adoc
#	spring-cloud-alibaba-docs/src/main/asciidoc/sentinel.adoc
fangjian0423 0e8933e1f8 update sentinel docs & refactor
mercyblitz a5e950186f Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryAutoConfiguration.java
#	spring-cloud-alibaba-nacos-discovery/src/main/java/org/springframework/cloud/alibaba/nacos/NacosDiscoveryProperties.java
#	spring-cloud-alibaba-sentinel-datasource/src/main/java/org/springframework/cloud/alibaba/sentinel/datasource/config/NacosDataSourceProperties.java
#	spring-cloud-alibaba-sentinel/src/main/java/org/springframework/cloud/alibaba/sentinel/custom/SentinelDataSourceHandler.java
fangjian0423 fd6d3a7717 remove sentinel commercialization logic & optimize NacosDataSource
mercyblitz 59a969049d Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	pom.xml
#	spring-cloud-alibaba-dependencies/pom.xml
#	spring-cloud-alibaba-examples/nacos-example/nacos-discovery-example/pom.xml
冷冷 72bdfa2871 fix EnableCircuitBreaker error
gaoyunpeng a1902d9cf0 1.update cobertura settings
2.fix endpoint's degradeRules return value
fangjian0423 1c638d85df update sentinel test case
fangjian0423 b059e1f8e3 refactor log information
fangjian0423 0db43a3a5b add sentinel test case resource
fangjian0423 b65477c504 update test case
fangjian0423 6e0c788af2 refactor sentinel logic
fangjian0423 230d845419 use constructor injection instead of field injection
fangjian0423 ec4d2bab9f update comments on SentinelProperties
fangjian0423 992afe54e7 refactor sentinel DataSourceHandler
fangjian0423 4cbd4428fd SentinelRestTemplate block or fallback check in BeanPostProcessor, not runtime.
fangjian0423 51209ca9c6 Sentinel endpoint refactor
fangjian0423 c2806b6a1c refactor static final field name
fangjian0423 29a40ded8b SentinelProtectInterceptor will be the first order in InterceptorList when using @SentinelRestTemplate
fangjian0423 6447ae8614 Autowired RequestOriginParser
fangjian0423 3cf57afe32 add property key `spring.cloud.sentinel.transport.clientIp` to configure client ip to connect with sentinel dashboard
fangjian0423 1db45e85c4 add jsr 303 validation for SentinelProperties
fangjian0423 608337c93d fixes
fangjian0423 6806cd77ac using Enum replace of String
fangjian0423 0e75da3b8d add ruleType property for AbstractDataSourceProperties and fixes
Spencer Gibb 612e6913e6
Update to 0.2.2.BUILD-SNAPSHOT
Spencer Gibb b28e82dc3c
Update SNAPSHOT to 0.2.1.RELEASE
fangjian0423 1a5e89ca71 update docs
fangjian0423 48ff89db8b update default sentinel api port
fangjian0423 2a8f6e98c0 fix bug about sentinel commercialization