Commit Graph

326 Commits

Author SHA1 Message Date
dependabot[bot] 57ab2819a3
Bump micrometer-bom from 1.10.3 to 1.10.4 (#11611)
Bumps [micrometer-bom](https://github.com/micrometer-metrics/micrometer) from 1.10.3 to 1.10.4.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.10.3...v1.10.4)

---
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>
2023-02-22 20:09:31 +08:00
dependabot[bot] 77a4e16ec3
Bump libthrift from 0.17.0 to 0.18.0 (#11614)
Bumps [libthrift](https://github.com/apache/thrift) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
  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-02-22 19:54:49 +08:00
dependabot[bot] 17258a996d
Bump reactor-core from 3.5.2 to 3.5.3 (#11610)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.5.2 to 3.5.3.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.5.2...v3.5.3)

---
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-02-22 19:54:20 +08:00
dependabot[bot] 3214940eb7
Bump byte-buddy from 1.13.0 to 1.14.0 (#11609)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.13.0 to 1.14.0.
- [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.13.0...byte-buddy-1.14.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  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-02-22 19:54:10 +08:00
dependabot[bot] 6a8ae5c61e
Bump micrometer-tracing-bom from 1.0.1 to 1.0.2 (#11607)
Bumps [micrometer-tracing-bom](https://github.com/micrometer-metrics/tracing) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/micrometer-metrics/tracing/releases)
- [Commits](https://github.com/micrometer-metrics/tracing/compare/v1.0.1...v1.0.2)

---
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-02-22 19:53:34 +08:00
suncairong163 02a59e2f40
3.2 consumer proxy invocation handler (#11108)
* add dubbo mvc feign client to support mvc remote call

* add dubbo mvc dispatcher servlet

* add dubbo mvc dispatcher servlet

* add   MvcDispatcherServlet  unit test

* add dubbo mvc feign client to support mvc remote call

* add dubbo mvc dispatcher servlet

* add Dubbo mvc Provider RPCInvocation create

* mvc remove unused code

* remove mvc unused test code

* remove unused code

* BodyProviderParamParser param type modify

* modify pom dependency version

* add  dubbo-metadata-api  dependency

* 新增依赖Jakarta支持 tomcat10

* ApplicationModel load  ParamParser

* ParamParser header & param map convert

* ParamParser header & param map convert

* 1 增加mvc协议
2 删除多余的resource包

* 1 增加mvc协议
2 增加netter server for http

* 重构 NettyHttpClient NettyHttpServer

* add path parse util & requestTemplate

* add mvc consumer http-connection

* mvc change  HttpConnectionPreBuildIntercept name and add SerializeBodyIntercept extend

* 1. 迁移mvc代码到rest下,合并http统一解析逻辑
2. 删除多余新增的remoting 调用模块

* 解决报错

* 1 抽象http 调用
2 改造rest调用风格

* 修改方法命名

* 修改方法名

* 删除多余的clients

* 还原restprotocol,逻辑迁移至新分支  3.2_refactor_rest_protocol

* add provider  PathMatcher

* add   ServiceRestMetadata  PathMatcher

* add   ServiceRestMetadata  PathMatcher

* add jax_rs and mvc annotation class constants

* refactor PathMatcher name

* add annotation class

* maintain rest metadata

* maintain  jax_rs and mvc annotation

* maintain  jax_rs and mvc annotation

* remove mvc module

* remove rest mvc code to code review

* add springmvc & rest annotation api module

* add springmvc & rest annotation api module

* add pathMatcher equal  test

* remove mvc module

* rest provider RPCInvocation build

* RPCInvocation build add dubbo-metadata-api dependency

* RestMethodMetadata add method to consumer service map

* RestMethodMetadata add method to consumer service map

* rest consumer HttpInvokeInvocationHandler

* rest consumer HttpInvokeInvocationHandler

* add dubbo-metadata-api dependency

* dubbo-rpc pom fix

* 移动模块

* 删除模块引用

* consumer metadata  resolve

* RestProtocol consumer

* RestProtocol consumer

* requestConvert adaptive

* JSON serializeObject to outputStream

* JsonUtilsTest  serialize & unSerialize

* ok http client

* http client reconstruct

* rest protocol BaseConvert

* rest protocol  ParamParser reconstruct

* rest protocol  addKeepAliveHeader

* requestTemplate isBodyEmpty()

* remove unused code

* create ConsumerParseContext

* body default byte[0]

* rest http message decode

* writeTextContent &  writeJsonContent & writeFormContent

* remove mvc & rest annotation module

* remove provider code

* fix some pr advice

* Add ASF license header for  newly created files

* move RestClientFactory  code  to dubbo-remoting-http

* exact  request convert code to a factory class

* modify  request convert code

* modify dubbo-dependencies-bom

* modify dubbo-remoting-http pom

* refactor spi  resource file  name

* dubbo-metadata-api remove
dubbo-configcenter-zookeeper dependency for
 cyclic reference

* newly create file add ASF

* fix compile error

* Enhance Code

* add rest protocol ConsumerParamParser

* some fix

* rest json content-type test

* RestProtocol merge doRefer code to protocolBindingRefer

* remove restInvoker

* rest protocol add JsonFactory to support custom

* rest protocol add JsonFactory to support custom

* jaxrs rest ParamNoAnnotatedProcessor  support fix

* add rest http message encode

* add rest http message encode

* rest okHttpClient requestBody fix

* rest jaxrs form content-type support

* RestProtocol protocolBindingRefer reconstruct

* RestProtocol protocolBindingRefer reconstruct  object to invoker & Invocation

* move RequestTemplate to remoting-http

* rest unit test

* add httpclient  & url connection rest client

* Enhance invocation

* enhance

* add ParameterTypesComparator  for metadataMap

* add ASF for new file

* Fix conflict

* Fix header

* fix import

* fix import

* fix import

* fix import

* fix import

* Fix json

* revert some change

* Remove jsonfactory

* Remove jsonfactory

* Simplify rest client

* Fix protocol

* fix codec

* tmp disable test

* rest metadata resolver add  interface judge

* add rest metadata  resolve unit test & fix  AbstractServiceRestMetadataResolver

* org.apache.dubbo.metadata.rest.ParamType null exclude & add default accept header

* RestProtocolTest

refer add context path
unit test

* some fix

* ADD TODO

* RESOLVE HTTP client java.net.SocketException: socket closed

* RESOLVE HTTP client java.net.SocketException: socket closed

* add spring mvc rest protocol unit test

* rest protocol http response code deal

* rest protocol http response message

* fix some review advice

* fix some review advice

* add rest metadata  resolve unit test & fix  AbstractServiceRestMetadataResolver

* org.apache.dubbo.metadata.rest.ParamType null exclude & add default accept header

* RestProtocolTest

refer add context path
unit test

* some fix

* fix some review advice

* add spring mvc rest protocol unit test

* rest protocol http response code deal

* rest protocol http response message

* URLConnectionRestClient getMessage

* remove unused import

* import fix

* code merge

* code merge

* code merge

* code merge

* code merge

* Fix conflicts

* change  restResult InputStream to bytes protect from  fd leak

* merge code

* Fix import

* Fix import

* Fix uts

* Remove unused code

* Fix logger

* Update okhttp version

* Update okhttp version

* rest protocol  add AnotherUserRestService service ut

* rest protocol  add String & byteArray codec

* Fix version

* Fix uts

* rest protocol  add XMLCodec

* stream release

* ServiceRestMetadata port change int to Integer

* service RestMetadata service map init

* xml codec change  for xxe

* Fix import

* code style

* code style

* Fix shade

---------

Co-authored-by: suncr <suncairong@moresec.cn>
Co-authored-by: Liujunjie <42363259+LiujunjieALiling@users.noreply.github.com>
Co-authored-by: junjie3.liu <junjie3.liu@ximalaya.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-02-22 14:02:16 +08:00
Albumen Kevin 64ca1b0dd5 Bump to 3.2.0-beta.6-SNAPSHOT 2023-02-16 14:18:48 +08:00
Albumen Kevin 5c0ed0c1da Merge branch '3.2.0-beta.5-release' into apache-3.2 2023-02-16 14:18:22 +08:00
dependabot[bot] e6c6e299c3
Bump consul-api from 1.4.2 to 1.4.5 (#11545)
Bumps [consul-api](https://github.com/Ecwid/consul-api) from 1.4.2 to 1.4.5.
- [Release notes](https://github.com/Ecwid/consul-api/releases)
- [Commits](https://github.com/Ecwid/consul-api/commits/v1.4.5)

---
updated-dependencies:
- dependency-name: com.ecwid.consul:consul-api
  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-02-14 13:46:55 +08:00
dependabot[bot] 3f90c4299b
Bump byte-buddy from 1.12.22 to 1.13.0 (#11550)
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.12.22 to 1.13.0.
- [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.12.22...byte-buddy-1.13.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  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-02-14 13:45:38 +08:00
Albumen Kevin 7bb8fd7e8c Merge branch 'apache-3.2' into 3.2.0-beta.5-release 2023-02-09 09:38:26 +08:00
jojocodeX a11e639949
Add Spring Security Plugin (#11418)
* Add Spring Security Plugin

* Add license

* Checkstyle

* refactor

* refactor

* refactor

* refactor

* refactor

* checkStyle

* refactor

* refactor

* refactor

* refactor

* Activate Add onClass

* Activate Add onClass

* fix NP

* fix sonarcloud check

* add comment

* refactor

* format

* refactor

* refactor

* Revert "refactor"

This reverts commit 07d6ffee13.

* refactor

* config key rename

* ci test

* ci test

* ci test

* rename

* Empty commit

---------

Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2023-02-08 18:20:20 +08:00
Albumen Kevin e9ea101657 Merge branch 'apache-3.1' into apache-3.2
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-registry/dubbo-registry-api/src/main/java/org/apache/dubbo/registry/support/CacheableFailbackRegistry.java
2023-02-08 15:11:46 +08:00
Albumen Kevin bc55100c9e
Bump netty from 4.1.72.Final to 4.1.87.Final (#11507) 2023-02-08 13:38:34 +08:00
Albumen Kevin e83fea7e69 Merge branch 'apache-3.2' into 3.2.0-beta.5-release 2023-02-07 09:24:21 +08:00
Albumen Kevin 259f6e6f1f Revert logback and slf4j version 2023-02-07 09:23:55 +08:00
Albumen Kevin a9eb92daf4 Merge branch 'apache-3.2' into 3.2.0-beta.5-release 2023-02-06 19:39:36 +08:00
Albumen Kevin b427c6d028
Bump slf4j from 1.7.36 to 2.0.6 2023-02-06 19:39:23 +08:00
Albumen Kevin c7c3d4c951 Prepare 3.2.0-beta.5 release 2023-02-06 17:45:11 +08:00
Albumen Kevin 2da1e1ffd5 Bump to 3.1.7-SNAPSHOT 2023-02-06 17:42:05 +08:00
dependabot[bot] 203970e550
Bump cxf_version from 3.1.15 to 3.5.5 (#11471)
Bumps `cxf_version` from 3.1.15 to 3.5.5.

Updates `cxf-rt-frontend-simple` from 3.1.15 to 3.5.5

Updates `cxf-rt-transports-http` from 3.1.15 to 3.5.5

---
updated-dependencies:
- dependency-name: org.apache.cxf:cxf-rt-frontend-simple
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.cxf:cxf-rt-transports-http
  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-02-06 17:29:51 +08:00
dependabot[bot] bd8cf6cf44
Bump kryo-serializers from 0.42 to 0.45 (#11477)
Bumps [kryo-serializers](https://github.com/magro/kryo-serializers) from 0.42 to 0.45.
- [Release notes](https://github.com/magro/kryo-serializers/releases)
- [Commits](https://github.com/magro/kryo-serializers/compare/kryo-serializers-0.42...kryo-serializers-0.45)

---
updated-dependencies:
- dependency-name: de.javakaffee:kryo-serializers
  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-02-06 17:27:54 +08:00
dependabot[bot] 0291075662
Bump apollo-client from 2.0.1 to 2.1.0 (#11467)
Bumps [apollo-client](https://github.com/apolloconfig/apollo-java) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/apolloconfig/apollo-java/releases)
- [Changelog](https://github.com/apolloconfig/apollo-java/blob/main/CHANGES.md)
- [Commits](https://github.com/apolloconfig/apollo-java/commits/v2.1.0)

---
updated-dependencies:
- dependency-name: com.ctrip.framework.apollo:apollo-client
  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-02-06 17:27:44 +08:00
dependabot[bot] 9f0c57965b
Bump reactor-core from 3.4.19 to 3.5.2 (#11470)
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.19 to 3.5.2.
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](https://github.com/reactor/reactor-core/compare/v3.4.19...v3.5.2)

---
updated-dependencies:
- dependency-name: io.projectreactor:reactor-core
  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-02-06 17:27:09 +08:00
dependabot[bot] b7df96a80d
Bump logback-classic from 1.2.11 to 1.4.5 (#11472)
Bumps [logback-classic](https://github.com/qos-ch/logback) from 1.2.11 to 1.4.5.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.5)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  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-02-06 17:26:54 +08:00
dependabot[bot] 0e84afbc87
Bump fabric8_kubernetes_version from 6.4.0 to 6.4.1 (#11473)
Bumps `fabric8_kubernetes_version` from 6.4.0 to 6.4.1.

Updates `kubernetes-client` from 6.4.0 to 6.4.1
- [Release notes](https://github.com/fabric8io/kubernetes-client/releases)
- [Changelog](https://github.com/fabric8io/kubernetes-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fabric8io/kubernetes-client/compare/v6.4.0...v6.4.1)

Updates `kubernetes-server-mock` from 6.4.0 to 6.4.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-02-06 17:26:45 +08:00
dependabot[bot] f2e6ec9c21
Bump commons-compress from 1.21 to 1.22 (#11475)
Bumps commons-compress from 1.21 to 1.22.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  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-02-06 17:26:23 +08:00
dependabot[bot] 7d7272b6bb
Bump libthrift from 0.15.0 to 0.17.0 (#11476)
Bumps [libthrift](https://github.com/apache/thrift) from 0.15.0 to 0.17.0.
- [Release notes](https://github.com/apache/thrift/releases)
- [Changelog](https://github.com/apache/thrift/blob/master/CHANGES.md)
- [Commits](https://github.com/apache/thrift/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: org.apache.thrift:libthrift
  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-02-06 17:25:53 +08:00
dependabot[bot] 23a7bd967e
Bump fst from 2.48-jdk-6 to 2.57 (#11478)
Bumps [fst](https://github.com/RuedigerMoeller/fast-serialization) from 2.48-jdk-6 to 2.57.
- [Release notes](https://github.com/RuedigerMoeller/fast-serialization/releases)
- [Commits](https://github.com/RuedigerMoeller/fast-serialization/commits)

---
updated-dependencies:
- dependency-name: de.ruedigermoeller:fst
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 17:25:27 +08:00
dependabot[bot] e2283b7914
Bump netty from 3.2.5.Final to 3.2.10.Final (#11481)
Bumps [netty](https://github.com/netty/netty) from 3.2.5.Final to 3.2.10.Final.
- [Release notes](https://github.com/netty/netty/releases)
- [Commits](https://github.com/netty/netty/compare/netty-3.2.5.Final...netty-3.2.10.Final)

---
updated-dependencies:
- dependency-name: org.jboss.netty:netty
  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-02-06 17:24:21 +08:00
dependabot[bot] 327d2cd6ad
Bump api from 0.1.23 to 0.1.35 (#11482)
Bumps [api](https://github.com/envoyproxy/java-control-plane) from 0.1.23 to 0.1.35.
- [Release notes](https://github.com/envoyproxy/java-control-plane/releases)
- [Commits](https://github.com/envoyproxy/java-control-plane/compare/v0.1.23...v0.1.35)

---
updated-dependencies:
- dependency-name: io.envoyproxy.controlplane:api
  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-02-06 17:24:09 +08:00
dependabot[bot] 937dcfedbb
Bump xmemcached from 1.3.6 to 1.4.3 (#11486)
Bumps [xmemcached](https://github.com/killme2008/xmemcached) from 1.3.6 to 1.4.3.
- [Release notes](https://github.com/killme2008/xmemcached/releases)
- [Commits](https://github.com/killme2008/xmemcached/compare/xmemcached-1.3.6...xmemcached-1.4.3)

---
updated-dependencies:
- dependency-name: com.googlecode.xmemcached:xmemcached
  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-02-06 17:22:54 +08:00
Albumen Kevin 5d2cb7feb3 Prepare 3.1.6 release 2023-02-01 18:24:47 +08:00
Albumen Kevin e0ee1dc5e3
Manage codehaus-jackson version in dependencies bom (#11423) 2023-01-31 15:26:07 +08:00
dependabot[bot] 26a11df4a6
Bump mina-core from 2.1.5 to 2.2.1 (#11408)
Bumps [mina-core](https://github.com/apache/mina) from 2.1.5 to 2.2.1.
- [Release notes](https://github.com/apache/mina/releases)
- [Commits](https://github.com/apache/mina/compare/2.1.5...2.2.1)

---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
  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-01-30 18:02:19 +08:00
dependabot[bot] cc3a81e15d
Bump avro from 1.8.2 to 1.11.1 (#11409)
Bumps avro from 1.8.2 to 1.11.1.

---
updated-dependencies:
- dependency-name: org.apache.avro:avro
  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-01-30 18:01:46 +08:00
dependabot[bot] a9486f2c2e
Bump tomcat-embed-core from 8.5.78 to 8.5.85 (#11414)
Bumps tomcat-embed-core from 8.5.78 to 8.5.85.

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-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-01-30 18:01:36 +08:00
dependabot[bot] f63293a8ca
Bump consul-client from 1.3.7 to 1.5.3 (#11415)
Bumps [consul-client](https://github.com/OrbitzWorldwide/consul-client) from 1.3.7 to 1.5.3.
- [Release notes](https://github.com/OrbitzWorldwide/consul-client/releases)
- [Changelog](https://github.com/rickfast/consul-client/blob/master/CHANGELOG.md)
- [Commits](https://github.com/OrbitzWorldwide/consul-client/compare/1.3.7...1.5.3)

---
updated-dependencies:
- dependency-name: com.orbitz.consul:consul-client
  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-01-30 18:01:13 +08:00
dependabot[bot] 549837e0fe
Bump hessian from 4.0.38 to 4.0.66 (#11410)
Bumps hessian from 4.0.38 to 4.0.66.

---
updated-dependencies:
- dependency-name: com.caucho:hessian
  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-01-30 17:31:46 +08:00
dependabot[bot] 45c19a5c37
Bump protostuff_version from 1.5.9 to 1.8.0 (#11397)
Bumps `protostuff_version` from 1.5.9 to 1.8.0.

Updates `protostuff-core` from 1.5.9 to 1.8.0
- [Release notes](https://github.com/protostuff/protostuff/releases)
- [Changelog](https://github.com/protostuff/protostuff/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protostuff/protostuff/compare/protostuff-1.5.9...protostuff-1.8.0)

Updates `protostuff-runtime` from 1.5.9 to 1.8.0
- [Release notes](https://github.com/protostuff/protostuff/releases)
- [Changelog](https://github.com/protostuff/protostuff/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protostuff/protostuff/compare/protostuff-1.5.9...protostuff-1.8.0)

---
updated-dependencies:
- dependency-name: io.protostuff:protostuff-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.protostuff:protostuff-runtime
  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-01-30 17:30:30 +08:00
dependabot[bot] b45428325e
Bump httpclient from 4.5.13 to 4.5.14 (#11401)
Bumps httpclient from 4.5.13 to 4.5.14.

---
updated-dependencies:
- dependency-name: org.apache.httpcomponents:httpclient
  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-01-30 17:28:50 +08:00
dependabot[bot] a23bb3f442
Bump jetcd-core from 0.5.3 to 0.7.5 (#11406)
Bumps [jetcd-core](https://github.com/etcd-io/jetcd) from 0.5.3 to 0.7.5.
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/etcd-io/jetcd/compare/jetcd-0.5.3...jetcd-0.7.5)

---
updated-dependencies:
- dependency-name: io.etcd:jetcd-core
  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-01-30 17:28:30 +08:00
dependabot[bot] 571ad98012
Bump log4j2_version from 2.17.2 to 2.19.0 (#11407)
Bumps `log4j2_version` from 2.17.2 to 2.19.0.

Updates `log4j-api` from 2.17.2 to 2.19.0

Updates `log4j-core` from 2.17.2 to 2.19.0

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.apache.logging.log4j:log4j-core
  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-01-30 17:27:31 +08:00
dependabot[bot] cd7f3ddedb
Bump embedded-redis from 0.10.0 to 0.13.0 (#11411)
Bumps [embedded-redis](https://github.com/codemonstur/embedded-redis) from 0.10.0 to 0.13.0.
- [Release notes](https://github.com/codemonstur/embedded-redis/releases)
- [Commits](https://github.com/codemonstur/embedded-redis/compare/embedded-redis-0.10.0...embedded-redis-0.13.0)

---
updated-dependencies:
- dependency-name: com.github.codemonstur:embedded-redis
  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-01-30 17:27:01 +08:00
dependabot[bot] 4fe6213a40
Bump jetcd-launcher from 0.5.3 to 0.7.5 (#11412)
Bumps [jetcd-launcher](https://github.com/etcd-io/jetcd) from 0.5.3 to 0.7.5.
- [Release notes](https://github.com/etcd-io/jetcd/releases)
- [Changelog](https://github.com/etcd-io/jetcd/blob/main/CHANGELOG.md)
- [Commits](https://github.com/etcd-io/jetcd/compare/jetcd-0.5.3...jetcd-0.7.5)

---
updated-dependencies:
- dependency-name: io.etcd:jetcd-launcher
  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-01-30 17:26:38 +08:00
dependabot[bot] aaafad80be
Bump hibernate-validator from 7.0.4.Final to 7.0.5.Final (#11416)
Bumps [hibernate-validator](https://github.com/hibernate/hibernate-validator) from 7.0.4.Final to 7.0.5.Final.
- [Release notes](https://github.com/hibernate/hibernate-validator/releases)
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/7.0.5.Final/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-validator/compare/7.0.4.Final...7.0.5.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  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-01-30 17:25:51 +08:00
Albumen Kevin bcde23a438 Bump to 3.2.0-beta.5-SNAPSHOT 2023-01-30 09:54:19 +08:00
Albumen Kevin 6310f44069 Merge branch '3.2.0-beta.4-release' into apache-3.2 2023-01-30 09:54:10 +08:00
Albumen Kevin 3b1c1bae6a
Bump spring version from 5.2.20.RELEASE to 5.3.25 (#11387) 2023-01-29 11:10:22 +08:00
dependabot[bot] 10030010a6
Bump jedis from 3.6.0 to 3.9.0 (#11379)
Bumps [jedis](https://github.com/redis/jedis) from 3.6.0 to 3.9.0.
- [Release notes](https://github.com/redis/jedis/releases)
- [Commits](https://github.com/redis/jedis/compare/jedis-3.6.0...v3.9.0)

---
updated-dependencies:
- dependency-name: redis.clients:jedis
  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-01-28 11:26:23 +08:00