dubbo icon indicating copy to clipboard operation
dubbo copied to clipboard

WIP:upgrade spring boot to 3.0.0-SNAPSHOT

Open carlos-ho opened this issue 2 years ago • 1 comments

What is the purpose of the change

upgrade spring boot to 3.0.0-SNAPSHOT

Brief changelog

1、dubbo-spring-boot add new profile for spring-boot (3.0.0-SNAPSHOT) 2、change parent class for AbstractAnnotationBeanPostProcessor 3、add new autoconfigure file for temporary

carlos-ho avatar Sep 30 '22 02:09 carlos-ho

Codecov Report

Merging #10698 (a6526db) into 3.1 (58e1504) will decrease coverage by 0.01%. The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                3.1   #10698      +/-   ##
============================================
- Coverage     65.21%   65.20%   -0.02%     
- Complexity      493      494       +1     
============================================
  Files          1336     1336              
  Lines         56922    56936      +14     
  Branches       8436     8438       +2     
============================================
+ Hits          37124    37126       +2     
- Misses        15827    15841      +14     
+ Partials       3971     3969       -2     
Impacted Files Coverage Δ
...nnotation/AbstractAnnotationBeanPostProcessor.java 74.61% <ø> (ø)
...notation/ReferenceAnnotationBeanPostProcessor.java 86.19% <100.00%> (+0.26%) :arrow_up:
...nt/metadata/ServiceInstanceHostPortCustomizer.java 65.78% <0.00%> (-21.06%) :arrow_down:
.../remoting/transport/netty4/NettyServerHandler.java 63.63% <0.00%> (-9.10%) :arrow_down:
.../common/threadpool/serial/SerializingExecutor.java 72.41% <0.00%> (-6.90%) :arrow_down:
...etadata/report/support/AbstractMetadataReport.java 69.09% <0.00%> (-2.28%) :arrow_down:
...g/apache/dubbo/config/AbstractReferenceConfig.java 84.50% <0.00%> (-2.26%) :arrow_down:
...ng/zookeeper/curator5/Curator5ZookeeperClient.java 69.33% <0.00%> (-1.89%) :arrow_down:
...pache/dubbo/registry/support/AbstractRegistry.java 67.10% <0.00%> (-0.99%) :arrow_down:
...java/org/apache/dubbo/remoting/api/Connection.java 80.83% <0.00%> (-0.84%) :arrow_down:
... and 14 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov-commenter avatar Oct 08 '22 01:10 codecov-commenter