This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/maven/org.codehaus.mojo-flatten-maven-plugin-1.7.1
in repository https://gitbox.apache.org/repos/asf/dubbo.git
omit 9bcba037db Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to
1.7.1
add 5bbf7cef23 Cache marked type to optimize SerializeSecurityConfigurator
registerInterface performance (#15500)
add ff5a350861 Fix typos (#15517)
add 4e14015c04 Remove System.out from the unit test cases. (#15523)
add d2c0478a0a Close channel handler context after the channel written
operation is completed and Remove overflow check process(#15518)
add ed182c9960 Shutdown output after Ping frame is sent by
Http3ClientFrameCodec (#15524)
add 6ddd9ced55 Update README.md (#15525)
add d8c1f7d5cd Bump org.apache.maven.plugins:maven-enforcer-plugin from
3.5.0 to 3.6.0 (#15527)
add bd53778fd9 Bump org.codehaus.mojo:flatten-maven-plugin from 1.7.0 to
1.7.1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9bcba037db)
\
N -- N -- N
refs/heads/dependabot/maven/org.codehaus.mojo-flatten-maven-plugin-1.7.1
(bd53778fd9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
README.md | 2 +-
.../org/apache/dubbo/rpc/cluster/StickyTest.java | 2 -
.../loadbalance/AdaptiveLoadBalanceTest.java | 3 -
.../loadbalance/LeastActiveBalanceTest.java | 3 -
.../cluster/loadbalance/RandomLoadBalanceTest.java | 3 -
.../ShortestResponseLoadBalanceTest.java | 2 -
.../cluster/router/affinity/AffinityRouteTest.java | 11 ++--
.../config/ConditionStateRouterTestV31.java | 2 -
.../router/mesh/rule/DestinationRuleTest.java | 4 --
.../router/mesh/rule/VirtualServiceRuleTest.java | 1 -
.../support/AbstractClusterInvokerTest.java | 1 -
.../support/wrapper/MockClusterInvokerTest.java | 8 ++-
.../wrapper/MockProviderRpcExceptionTest.java | 7 +-
.../utils/SerializeSecurityConfigurator.java | 77 ++++++++++++----------
.../dubbo/common/InterfaceAddressURLTest.java | 7 +-
.../test/java/org/apache/dubbo/common/URLTest.java | 2 -
.../dubbo/common/bytecode/ClassGeneratorTest.java | 13 ++--
.../apache/dubbo/common/bytecode/MixinTest.java | 13 ++--
.../apache/dubbo/common/bytecode/ProxyTest.java | 1 -
.../apache/dubbo/common/bytecode/WrapperTest.java | 6 +-
.../reporter/FrameworkStatusReportServiceTest.java | 6 +-
.../threadlocal/InternalThreadLocalTest.java | 8 ++-
.../MemoryLimitedLinkedBlockingQueueTest.java | 8 ++-
.../MemorySafeLinkedBlockingQueueTest.java | 9 ++-
.../threadpool/serial/SerializingExecutorTest.java | 2 -
.../support/AbortPolicyWithReportTest.java | 17 +++--
.../support/eager/EagerThreadPoolExecutorTest.java | 11 +++-
.../utils/JavassistParameterNameReaderTest.java | 2 -
.../apache/dubbo/common/utils/MD5UtilsTest.java | 9 ++-
.../apache/dubbo/common/utils/PojoUtilsTest.java | 3 -
.../apache/dubbo/common/utils/StringUtilsTest.java | 4 --
.../dubbo/metadata/definition/MetadataTest.java | 9 ---
.../metadata/definition/common/OuterClass.java | 6 +-
.../java/org/apache/dubbo/rpc/RpcContextTest.java | 5 +-
.../org/apache/dubbo/service/DemoServiceImpl.java | 10 ++-
.../apache/dubbo/config/AbstractConfigTest.java | 1 -
.../apache/dubbo/config/ReferenceConfigTest.java | 12 ++--
.../bootstrap/DubboServiceConsumerBootstrap.java | 6 +-
.../dubbo/config/bootstrap/MultiInstanceTest.java | 2 -
.../NacosDubboServiceConsumerBootstrap.java | 8 ++-
.../ZookeeperDubboServiceConsumerBootstrap.java | 8 ++-
.../DubboInterfaceConsumerBootstrap.java | 8 ++-
.../dubbo/config/url/InvokerSideConfigUrlTest.java | 1 -
.../dubbo/config/spring/impl/NotifyService.java | 10 ++-
.../spring/issues/issue6000/Issue6000Test.java | 5 +-
.../consumer/DemoBeanFactoryPostProcessor.java | 1 -
.../consumer/PropertyConfigurerTest.java | 1 -
.../consumer2/PropertySourcesConfigurerTest.java | 1 -
.../consumer3/PropertySourcesInJavaConfigTest.java | 2 -
.../consumer/DemoServiceConsumerBootstrap.java | 5 +-
.../consumer/DemoServiceConsumerXmlBootstrap.java | 6 +-
.../provider/DemoServiceProviderBootstrap.java | 1 -
.../provider/DemoServiceProviderXmlBootstrap.java | 1 -
.../ZookeeperDubboSpringConsumerBootstrap.java | 5 +-
.../ZookeeperDubboSpringConsumerXmlBootstrap.java | 5 +-
.../nacos/NacosDynamicConfigurationTest.java | 7 +-
.../apache/dubbo/demo/consumer/Application.java | 8 ++-
.../idl/demo/consumer/ConsumerApplication.java | 5 +-
.../idl/demo/provider/ProviderApplication.java | 1 -
.../demo/consumer/ConsumerApplication.java | 7 +-
.../demo/provider/ProviderApplication.java | 1 -
.../dubbo/springboot/demo/servlet/ApiConsumer.java | 36 +++++-----
.../demo/servlet/ProviderApplication.java | 1 -
.../apache/dubbo/metadata/MetadataInfoTest.java | 7 +-
.../report/support/AbstractMetadataReportTest.java | 5 +-
.../collector/AggregateMetricsCollectorTest.java | 1 -
.../metrics/model/sample/ErrorCodeSampleTest.java | 2 -
.../org/apache/dubbo/qos/command/impl/LsTest.java | 5 +-
.../dubbo/qos/command/impl/PortTelnetTest.java | 9 ++-
.../dubbo/qos/legacy/service/DemoServiceImpl.java | 12 +++-
.../java/org/apache/dubbo/qos/textui/TKvTest.java | 3 -
.../org/apache/dubbo/qos/textui/TLadderTest.java | 1 -
.../org/apache/dubbo/qos/textui/TTableTest.java | 2 -
.../org/apache/dubbo/qos/textui/TTreeTest.java | 1 -
.../jaxrs/compatible/filter/TraceFilter.java | 9 ++-
.../intercept/DynamicTraceInterceptor.java | 2 -
.../apache/dubbo/registry/PerformanceUtils.java | 4 --
.../java/org/apache/dubbo/registry/ZKTools.java | 25 ++++---
.../registry/support/FailbackRegistryTest.java | 3 -
.../multiple/MultipleRegistry2S2RTest.java | 3 -
.../apache/dubbo/remoting/ChannelHandlerTest.java | 8 +--
.../dubbo/remoting/PerformanceClientCloseTest.java | 4 +-
.../dubbo/remoting/PerformanceClientFixedTest.java | 18 ++---
.../dubbo/remoting/PerformanceClientTest.java | 6 +-
.../apache/dubbo/remoting/PerformanceUtils.java | 4 --
.../dubbo/remoting/codec/ExchangeCodecTest.java | 7 --
.../exchange/support/DefaultFutureTest.java | 45 +++++++------
.../http3/netty4/NettyHttp3FrameCodec.java | 54 +++++++++------
.../support/header/HeartbeatHandlerTest.java | 7 --
.../remoting/transport/netty/NettyStringTest.java | 1 -
.../transport/netty/TelnetServerHandler.java | 1 -
.../remoting/transport/netty/ThreadNameTest.java | 6 +-
.../transport/netty4/ClientReconnectTest.java | 6 +-
.../remoting/transport/netty4/DemoServiceImpl.java | 7 +-
.../java/org/apache/dubbo/rpc/AppResponse.java | 4 +-
.../java/org/apache/dubbo/rpc/AppResponseTest.java | 1 -
.../java/org/apache/dubbo/rpc/RpcContextTest.java | 3 +-
.../apache/dubbo/rpc/proxy/DemoServiceImpl.java | 12 +++-
.../apache/dubbo/rpc/proxy/RemoteServiceImpl.java | 10 ++-
.../apache/dubbo/rpc/support/DemoServiceImpl.java | 12 +++-
.../rpc/protocol/dubbo/ArgumentCallbackTest.java | 27 ++++----
.../rpc/protocol/dubbo/DubboProtocolTest.java | 6 +-
.../dubbo/rpc/protocol/dubbo/MultiThreadTest.java | 5 +-
.../rpc/protocol/dubbo/filter/TraceFilterTest.java | 5 +-
.../protocol/dubbo/support/DemoServiceImpl.java | 12 +++-
.../dubbo/rpc/protocol/dubbo/support/EnumBak.java | 14 ++--
.../protocol/dubbo/support/RemoteServiceImpl.java | 10 ++-
.../dubbo/rpc/protocol/injvm/DemoServiceImpl.java | 14 ++--
.../protocol/tri/TriHttp2RemoteFlowController.java | 21 +-----
.../rpc/protocol/tri/h3/Http3ClientFrameCodec.java | 39 +++++++++--
.../tri/stream/AbstractTripleClientStream.java | 6 ++
.../protocol/tri/transport/GracefulShutdown.java | 11 +++-
.../dubbo/rpc/protocol/tri/ExceptionUtilsTest.java | 8 ++-
.../rpc/protocol/tri/TripleHttp3ProtocolTest.java | 1 -
.../dubbo/rpc/protocol/tri/TripleProtocolTest.java | 1 -
.../tri/rest/GeneralTypeConverterTest.java | 8 ++-
.../rpc/protocol/tri/stream/StreamUtilsTest.java | 1 -
.../rpc/protocol/tri/support/IGreeterImpl.java | 2 -
.../event/WelcomeLogoApplicationListener.java | 2 -
.../apache/dubbo/test/check/DubboTestChecker.java | 1 -
.../java/org/apache/dubbo/dependency/FileTest.java | 1 -
pom.xml | 2 +-
122 files changed, 534 insertions(+), 405 deletions(-)