Commit Graph

7123 Commits

Author SHA1 Message Date
namelessssssssssss f020f3e3d1
Remaining works of config-api refactor (#13045)
* * Move Configurator & Factory to common

* * Move ServiceNameMapping & MappingListener & MappingChangedEvent to common
* Add ServiceNameMappingUtils

* * Move ClusterUtils to common

* * Add ClusterInvokerFactory

* * Move InterfaceConfigValidator & MethodConfigValidator to cluster
* Move ConfigCenterConfigValidator to configcenter-api

* * Move DefaultMetricsServiceExporter to metrics-default

* * Move Lifecycles

* * Fix a part cyclic dependencies problem

* * Move ApplicationPostOfflineLifecycle to dubbo-registry

* * Fix a part cycle dependencies problem

* * Fix ut about MetadataReportInstance & Move Prometheus ut to metrics
* Move ClusterInvokerFactory to rpc-api

* * Update config-api pom

* * Add license

* * Fix module version of metadata-api

* * Move some MetadataService API to registry-api

* Add interface ApplicationMetadataUpdater to reduce the depedencies of  dubbo-metadata on dubbo-registry

* Temporary remove some tests that caused cyclic reference

* Temporary remove some tests that caused cyclic reference

* Add license

* Add test-config module for test

* Add license

* Fix pom

* Tests fix

* Pom fix

* Fix a bean registry problem

* Move config-test to dubbo-config

* Fix pom

* Add removed test

* Add removed test

* Remove application.yaml

* Fix version

* Fix codestyle

* Fix spi file

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-demo-native

* Fix dependencies of dubbo-rpc

* Fix dependencies of dubbo-rpc-rest

* Fix dependencies of dubbo-rpc-rest

* Fix dependencies of dubbo-rpc-rest

* Fix dependencies of dubbo-rpc-rest

* Fix spi file of ApplicationDeployListener

* Fix test about exporter count

* Fix test about exporter count

* Update pom

* Add test msg

* Change MetadataUpdater init process

* Change MetadataUpdater init process

* Change MetadataUpdater init process

* Change MetadataUpdater init process

* Fix dependencies of dubbo-rpc-rest

* Using lifecycle instead of ApplicationDeployListener

* Update doc

* Update log

* Fix pom of dubbo-config-spring & dubbo-plugin-security & dubbo-rpc-rest

* Add scope for ApplicationLifecycle

* Fix pom of dubbo-config-spring

* Fix ut of rpc-rest(PR#13087)

* Fix bug of DefaultClusterInvokerFactory

* Fix bug of DefaultClusterInvokerFactory

* Fix bug of DefaultClusterInvokerFactory

* Fix bug of ServiceInstanceCustomizer

* Add dubbo-config-test to ignore list

* Code style & bug fix

* Remove unused import

* Add zookeeper-curator for test

* Test zookeeper version

* Test zookeeper version

* Test fix zookeeper

* Remove unnecessary modification

* Add test props

* Remove unused dependencies

* Code style fix

* Remove unnecessary dependencies & Code style fix

* Fix dependencies

* Update pom.xml

* Add dubbo-config-test as ignored

* Refactor ClusterInvokerFactory

* Refactor ClusterInvokerFactory

* Refactor ClusterInvokerFactory
2023-10-03 22:40:12 +08:00
namelessssssssssss 9eb83d16bb
Refactor service metadata export process (#12990)
* * Migrate service metadata export process to MetadataPublisher

* * Fix ut

* * Move metadata API out of dubbo-config-api

* * Move metadata API spi file out of dubbo-config-api

* * Merge remote branch

* * Merge remote branch

* * Add license

* Add license

* Update MetadataPublisherRegister.java

* Update DefaultMetadataPublisher.java

* Update MetadataServiceExporterTest.java

* * Bug fix

* Update MetadataPublisher.java

* * Remove unnecessary SPI for MetadataPublisher

* * Update pom

* * Move spi file back

* * Add MetadataPublisherRegister

* * Add license

* Update MetadataPublisherRegister.java

* * Bug fix
2023-09-11 11:15:27 +08:00
namelessssssssssss 98e7313e71
Split DefaultConfigValidator to SPI implements (#12948)
* * Simplify responsibilities of ConfigValidationUtils

* * Update validators

* * Bug fix

* * Bug fix
* Add ut

* * Add license

* * Rename folder

* * Fix pom & name

* * Code style fix

* * Bug fix

* * Bug fix

* * Update validator init process

* * Refactor ConfigValidateFacade init method

* * Bug fix
* Add license

* * Fix test

* * Fix ut

* * Update ConfigValidateFacade init process

* * Bug fix

* * Bug fix

* * Bug fix

* * Doc fix

* * Bug fix

* * Bug fix

* * Bug fix

* * Bug fix

* * Bug fix

* * Test fix

* * refactor validator mapping

* * Code style fix

* * Fix conflict

* * Fix conflict

* * Remove default instance of ConfigValidateFacade

* * Remove default instance of ConfigValidateFacade

* * Add license
2023-09-10 20:56:10 +08:00
namelessssssssssss a6a6d57dd7
Add SPI Interface ApplicationLifecycleManager for dubbo-core refactor (#12750)
* Add SPI ApplicationLifecycleManager and its implements

* Add new protocol for publishing registry event

* Migrate DefaultApplicationDeployer to 3.3

* Add SPI file

* Code style fix

* Code style fix

* Remove DefaultApplicationLifecycle

* * Add start() for ApplicationLifecycle
* Code style fix
* Remove unused dependencies from dubbo-config-api

* Implement ApplicationLifecycle.start for MetadataApplicationLifecycle and MetricsApplicationLifecycle

* Using @Activate with order instead of dependOnXXX in ApplicationLifecycle

* Move all ApplicationLifecycle implements back to dubbo-config

* * Move all lifecycle implements back to config-api for test

* Code style & bug fix

* Bug fix

* Add license

* Remove unused codes

* Add license

* Add license

* Add license

* Remove unused import

* Update test and pom

* Bug fix

* Update pom.xml

* Bug fix

* Bug fix

* Add SPI ApplicationLifecycleManager and its implements

* Add new protocol for publishing registry event

* Migrate DefaultApplicationDeployer to 3.3

* Add SPI file

* Code style fix

* Code style fix

* Remove DefaultApplicationLifecycle

* * Add start() for ApplicationLifecycle
* Code style fix
* Remove unused dependencies from dubbo-config-api

* Implement ApplicationLifecycle.start for MetadataApplicationLifecycle and MetricsApplicationLifecycle

* Using @Activate with order instead of dependOnXXX in ApplicationLifecycle

* Move all ApplicationLifecycle implements back to dubbo-config

* * Move all lifecycle implements back to config-api for test

* Code style & bug fix

* Bug fix

* Add license

* Remove unused codes

* Add license

* Add license

* Add license

* Remove unused import

* Update test and pom

* Bug fix

* Bug fix

* Update pom.xml

* Bug fix

* Bug and codestyle fix

* Codestyle fix

* Fix accessibility issues in AbstractDeployer

* Bug fix

* Add new ApplicationLifecycle to fix application config initialize issue

* Bug fix

* Remove unused codes

* Remove ProtocolRegistryEventWrapper

* Fix wrong call sequences in initialize() and postModuleChanged()

* Add spi config

* Fix order issues for lifecycle impl

* Cache lifecycle impls to BeanFactory

* * Refactor lifecycle to event-based
* Add ApplicationEvent and its implements
* Simplify deployers
* Add ModelContext and its implements

* * Add license & bug fix

* * Bug fix

* * Move contexts

* * Add license

* Update doc

* Update docs

* Remove unused methods

* Remove unused methods & Bug fix

* Bug fix

* * Remove events
* Add lifecycles

* * Add license

* * Add license

* * Fix spi file name
* Add log for ApplicationLifecycleManager

* Update pom.xml

* * Bug fix
* Remove unused import

* Update pom.xml

* * Simply codes relate to ApplicationContext

* * Codestyle fix

* * Fix conflict ut

* * Migrate module offline process to ModuleOfflineLifecycle

* * Add new lifecycle

* * Add license

* * Ut & codestyle fix

* * Call sequence bug fix

* * Add doc

* * npe fix

* * Codestyle & doc fix

* * Fix the usage of Lifecycle.needInitialize

* Update org.apache.dubbo.metadata.ServiceNameMapping

* * Fix ut

* Update DefaultCollectorTest.java

* * Update test

* * Move AbstractDeployer back to dubbo-common
2023-09-10 09:59:03 +08:00
huazhongming 8009c72030
Ignore class loading failure when native is compiled (#13009)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-09-05 11:31:54 +08:00
namelessssssssssss 7e6a32ba68
* Fix conflict (#12991) 2023-09-01 10:26:02 +08:00
Albumen Kevin 36a80e4db7 Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	dubbo-metrics/dubbo-metrics-default/src/main/java/org/apache/dubbo/metrics/collector/DefaultMetricsCollector.java
#	dubbo-metrics/dubbo-metrics-default/src/main/java/org/apache/dubbo/metrics/collector/sample/ThreadRejectMetricsCountSampler.java
#	dubbo-metrics/dubbo-metrics-event/src/main/java/org/apache/dubbo/metrics/model/key/MetricsKey.java
2023-08-31 18:59:20 +08:00
namelessssssssssss bf3d4f4ca3
Metrics event split (#12888)
* Split event-related api out of dubbo-metrics-api.

* Add new module to .artifacts

* Temporary remove dubbo-plugin-metrics

* Fix pom

* * Remove the use of dispatcher name

* * Bug fix

* * Bug fix

* Update ScopeClusterInvokerTest.java

* * Trigger test

* * Fix ut

---------

Co-authored-by: songxiaosheng <songxiaosheng@elastic.link>
2023-08-31 08:02:41 +08:00
TomlongTK c12a57eb3c
enhance application discovery toString (#12953) 2023-08-29 16:14:52 +08:00
dependabot[bot] 39fc67387b
Bump spring-boot.version from 2.7.14 to 2.7.15 (#12968)
Bumps `spring-boot.version` from 2.7.14 to 2.7.15.

Updates `org.springframework.boot:spring-boot-starter` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

Updates `org.springframework.boot:spring-boot-autoconfigure` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

Updates `org.springframework.boot:spring-boot-starter-logging` from 2.7.14 to 2.7.15
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-autoconfigure
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework.boot:spring-boot-starter-logging
  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-08-29 16:04:53 +08:00
dependabot[bot] e07fc6311b
Bump org.testcontainers:testcontainers from 1.18.3 to 1.19.0 (#12969)
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.18.3 to 1.19.0.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.18.3...1.19.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  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-08-29 16:04:43 +08:00
hjyp f91246ab09
【OSPP】Json check compatiblity (#12910)
* Initialize

* update code style

* delete redundant file

* Change position

* delete redundant import

* Add JsonCompatibilityUtils

* Delete unused import

* change funcs

* Add test case

* update color class

* add license

* fix style

* check interface

* Fix log style

* Add attribbute of check-json-level

* Update log style

* Update log style

* Fix bugs

* Add test and document

* Fix bugs

* Delete yaml

* Delete xml

* Add license

* Add license

* Merge upstream branch

* Update IllegalStateException
2023-08-29 11:53:15 +08:00
dependabot[bot] 042a17941d
Bump org.springframework.security:spring-security-bom (#12966)
Bumps [org.springframework.security:spring-security-bom](https://github.com/spring-projects/spring-security) from 5.8.5 to 5.8.6.
- [Release notes](https://github.com/spring-projects/spring-security/releases)
- [Changelog](https://github.com/spring-projects/spring-security/blob/main/RELEASE.adoc)
- [Commits](https://github.com/spring-projects/spring-security/compare/5.8.5...5.8.6)

---
updated-dependencies:
- dependency-name: org.springframework.security:spring-security-bom
  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-08-29 09:45:09 +08:00
dependabot[bot] 3fa2674df3
Bump netty4_version from 4.1.96.Final to 4.1.97.Final (#12964)
Bumps `netty4_version` from 4.1.96.Final to 4.1.97.Final.

Updates `io.netty:netty-all` from 4.1.96.Final to 4.1.97.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.97.Final)

Updates `io.netty:netty-bom` from 4.1.96.Final to 4.1.97.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.96.Final...netty-4.1.97.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-bom
  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-08-29 09:44:51 +08:00
dependabot[bot] b09f34cf58
Bump org.springframework.boot:spring-boot-maven-plugin (#12965)
Bumps [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) from 2.7.14 to 2.7.15.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-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-08-29 09:44:43 +08:00
dependabot[bot] 56d312fefd
Bump org.yaml:snakeyaml from 2.1 to 2.2 (#12970)
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.1 to 2.2.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.2..snakeyaml-2.1)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  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-08-29 09:44:12 +08:00
dependabot[bot] 53f5c77ac1
Bump protobuf-java_version from 3.24.1 to 3.24.2 (#12967)
Bumps `protobuf-java_version` from 3.24.1 to 3.24.2.

Updates `com.google.protobuf:protobuf-java` from 3.24.1 to 3.24.2
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.1...v3.24.2)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.1 to 3.24.2

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  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-08-29 09:43:51 +08:00
dependabot[bot] e04e0e6c66
Bump org.springframework.boot:spring-boot-starter-test (#12971)
Bumps [org.springframework.boot:spring-boot-starter-test](https://github.com/spring-projects/spring-boot) from 2.7.14 to 2.7.15.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-test
  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-08-29 09:43:43 +08:00
dependabot[bot] cd9897a55f
Bump org.springframework.boot:spring-boot-dependencies (#12973)
Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 2.7.14 to 2.7.15.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.14...v2.7.15)

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-dependencies
  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-08-29 09:43:28 +08:00
dependabot[bot] 382330387a
Bump org.graalvm.buildtools:native-maven-plugin from 0.9.24 to 0.9.25 (#12963)
Bumps [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools) from 0.9.24 to 0.9.25.
- [Release notes](https://github.com/graalvm/native-build-tools/releases)
- [Commits](https://github.com/graalvm/native-build-tools/commits)

---
updated-dependencies:
- dependency-name: org.graalvm.buildtools:native-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-08-29 09:43:14 +08:00
dependabot[bot] 48a65a3510
Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.7 (#12972)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.5 to 1.14.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.5...byte-buddy-1.14.7)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  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-08-29 09:42:59 +08:00
yanfangli 79ba4cd6b7
Update CHANGES.md (#12960)
* Update README.md of  spell errors

Update README.md of  spell errors

* Update CHANGES.md 

found and fixed spell error
2023-08-27 23:16:56 +08:00
R d61f491287
serialize.allowlist is not include SingletonMap (#12962) 2023-08-27 22:52:06 +08:00
robin977 711de7c2a0
Adds metrics initialization metrics for the service interface(#12850) (#12892)
* Fixed the observable collection thread pool indicator

* Adds metrics initialization metrics for the service interface(#12850)

---------

Co-authored-by: robin <pengrobin607@gmail.com>
Co-authored-by: songxiaosheng <songxiaosheng@elastic.link>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-08-26 20:54:08 +08:00
carlvine500 679ce4496c
tag support multi level (#12673) 2023-08-24 16:51:06 +08:00
Albumen Kevin 2a5b437d58
Support check if qos server is started (#12952) 2023-08-23 19:00:07 +08:00
Albumen Kevin f5cc40c56a
Fix static directory metrics label (#12951)
* Fix static directory metrics label

* Fix import
2023-08-23 15:39:52 +08:00
Albumen Kevin 0de4c395e8
Fix shouldReconnect check (#12949) 2023-08-23 11:27:10 +08:00
Albumen Kevin 9d7c1b62bd Revert " avoid use string.format (#12816)"
This reverts commit bac06929f2.
2023-08-23 11:17:15 +08:00
Albumen Kevin c2352df095
Fix injvm params error (#12938) 2023-08-23 10:19:10 +08:00
dependabot[bot] 0c6b1ee17a
Bump netty4_version from 4.1.95.Final to 4.1.96.Final (#12820)
Bumps `netty4_version` from 4.1.95.Final to 4.1.96.Final.

Updates `io.netty:netty-all` from 4.1.95.Final to 4.1.96.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final)

Updates `io.netty:netty-bom` from 4.1.95.Final to 4.1.96.Final
- [Commits](https://github.com/netty/netty/compare/netty-4.1.95.Final...netty-4.1.96.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-all
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.netty:netty-bom
  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-08-22 16:04:37 +08:00
Albumen Kevin 4e9a0a41fc Fix callback consumer context package 2023-08-22 15:08:23 +08:00
Albumen Kevin 7a4ec6c525 Merge branch 'apache-3.2' into apache-3.3
# Conflicts:
#	README.md
#	dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
#	dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/deploy/DefaultApplicationDeployer.java
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	dubbo-metadata/dubbo-metadata-rest/src/main/java/org/apache/dubbo/metadata/rest/springmvc/SpringMvcServiceRestMetadataResolver.java
#	dubbo-metadata/dubbo-metadata-rest/src/test/java/org/apache/dubbo/metadata/rest/NoAnnotationApiDemoResolverTest.java
#	dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/model/key/MetricsKey.java
#	dubbo-monitor/dubbo-monitor-common/src/main/java/org/apache/dubbo/monitor/support/CallbackConsumerContextFilter.java
#	pom.xml
2023-08-22 15:05:41 +08:00
huazhongming a442d50c69
Fix readme.md for dubbo version (#12943)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-08-22 14:02:26 +08:00
suncairong163 8068c99978
fix chunkoutputstream chunksize exception (#12926) 2023-08-22 10:16:02 +08:00
dependabot[bot] 3eed8dd6f4
Bump io.micrometer:micrometer-bom from 1.11.2 to 1.11.3 (#12933)
Bumps [io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.2...v1.11.3)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
  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>
Co-authored-by: songxiaosheng <songxiaosheng@elastic.link>
2023-08-22 09:48:21 +08:00
dependabot[bot] 86f6d61c44
Bump fabric8_kubernetes_version from 6.8.0 to 6.8.1 (#12931)
Bumps `fabric8_kubernetes_version` from 6.8.0 to 6.8.1.

Updates `io.fabric8:kubernetes-client` from 6.8.0 to 6.8.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.8.0...v6.8.1)

Updates `io.fabric8:kubernetes-server-mock` from 6.8.0 to 6.8.1

---
updated-dependencies:
- dependency-name: io.fabric8:kubernetes-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.fabric8:kubernetes-server-mock
  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-08-21 18:34:25 +08:00
dependabot[bot] 631c1e0f24
Bump org.aspectj:aspectjweaver from 1.9.19 to 1.9.20 (#12930)
Bumps [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) from 1.9.19 to 1.9.20.
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjweaver
  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-08-21 18:33:19 +08:00
dependabot[bot] 92aea5de0e
Bump net.bytebuddy:byte-buddy from 1.14.5 to 1.14.6 (#12936)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.5 to 1.14.6.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.14.5...byte-buddy-1.14.6)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  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-08-21 18:33:05 +08:00
dependabot[bot] 0b66eed1ca
Bump io.micrometer:micrometer-tracing-bom from 1.1.3 to 1.1.4 (#12934)
Bumps [io.micrometer:micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-tracing-bom
  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-08-21 17:20:16 +08:00
dependabot[bot] 8c2cfc8bf6
Bump io.projectreactor:reactor-core from 3.5.8 to 3.5.9 (#12937)
Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.8...v3.5.9)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  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-08-21 17:19:41 +08:00
dependabot[bot] ce1d0b70db
Bump grpc.version from 1.57.1 to 1.57.2 (#12932)
Bumps `grpc.version` from 1.57.1 to 1.57.2.

Updates `io.grpc:grpc-core` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-stub` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-protobuf` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-context` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-netty-shaded` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-netty` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

Updates `io.grpc:grpc-grpclb` from 1.57.1 to 1.57.2
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](https://github.com/grpc/grpc-java/compare/v1.57.1...v1.57.2)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty-shaded
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.grpc:grpc-grpclb
  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-08-21 17:19:27 +08:00
dependabot[bot] a848edca19
Bump io.micrometer:micrometer-core from 1.11.2 to 1.11.3 (#12935)
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer) from 1.11.2 to 1.11.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.2...v1.11.3)

---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
  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-08-21 17:19:16 +08:00
dependabot[bot] 687d2f1ee4
Bump protobuf-java_version from 3.24.0 to 3.24.1 (#12929)
Bumps `protobuf-java_version` from 3.24.0 to 3.24.1.

Updates `com.google.protobuf:protobuf-java` from 3.24.0 to 3.24.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.24.0...v3.24.1)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.0 to 3.24.1

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  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-08-21 17:18:56 +08:00
xiezheng-XD 4c75227681
Update README.md (#12923) 2023-08-21 16:41:47 +08:00
suncairong163 6b617a1ce9
Feature/dubbo 3.2 rest fix http method pathmatcher (#12890)
* fix rest service deployer serializable error

* fix rest http method judge
2023-08-17 16:56:51 +08:00
yanfangli dd70c5a142
Update README.md of spell errors (#12922)
Update README.md of  spell errors
2023-08-17 14:21:36 +08:00
icodening 90325f2fe6
fix triple npe (#12918) 2023-08-17 13:19:08 +08:00
Ken Liu ae150c01e5
3.3 readme (#12898) 2023-08-17 09:53:09 +08:00
xixingya 7290ae59bc
remove spring default qos-enable (#12861)
fix #12779
2023-08-16 21:01:28 +08:00