This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
from 2e5941f879 [3.1] Fix group key in Nacos Service Discovery (#10253)
new 3435872229 fix UnsupportedOperationException in invokeSetParameters
(#10262)
new 2dab2d7fdb [3.0] Fixed the problem that the service was offline for a
long time without re-registration (#10200)
new 90370b4bc2 [3.0] Fix dependencies pom hibernate version (#10270)
new d82310292e Cancel availability check for NopServiceDiscovery (#10271)
new 7e7fc2807c refactor: Modify the parameter validation log level to info
(#10275)
new fd48e1cc28 using guard clause to refactor CacheFilter (#10274)
new 8a93fceed6 feat: remove the unnecessary class of SaveProperties and
loadding Properties use try-resource (#10276)
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/dubbo/config/AbstractConfig.java | 7 +++-
dubbo-dependencies-bom/pom.xml | 1 +
.../org/apache/dubbo/cache/filter/CacheFilter.java | 43 ++++++++++---------
.../validation/support/jvalidation/JValidator.java | 2 +-
.../support/jvalidation/JValidatorNew.java | 2 +-
.../registry/client/ServiceDiscoveryRegistry.java | 8 +++-
.../dubbo/registry/support/AbstractRegistry.java | 49 +++++++---------------
.../zookeeper/curator/CuratorZookeeperClient.java | 40 +++++++++++++++++-
8 files changed, 91 insertions(+), 61 deletions(-)