René's URL Explorer Experiment


Title: Bump dubbo from 2.7.3 to 2.7.15 by dependabot[bot] · Pull Request #4 · yangqcc/java-basic · GitHub

Open Graph Title: Bump dubbo from 2.7.3 to 2.7.15 by dependabot[bot] · Pull Request #4 · yangqcc/java-basic

X Title: Bump dubbo from 2.7.3 to 2.7.15 by dependabot[bot] · Pull Request #4 · yangqcc/java-basic

Description: Bumps dubbo from 2.7.3 to 2.7.15. Release notes Sourced from dubbo's releases. dubbo-2.7.15 Bugfix dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x Check before use to avoid possible NPE in MetadataInfo Fix DubboConfigEarlyInitializationPostProcessor registered twice in Spring Framework Fix issue where dead connections would not be reconnected Fix netty server ssl context file leak Fix potential NPE in URLBuilder.java Make the warm-up process smoother Reset the client value of LazyConnectExchangeClient after close Fix StringIndexOutOfBoundsException at addParam Change default step to FORCE_INTERFACE Dependency Upgrade Upgrade log4j2 version: 2.11.1 -> 2.17.0 Upgrade Hessian Lite version: 3.2.11 -> 3.2.12 Upgrade to jedis: 3.6.0 -> 3.7.0 Upgrade jetcd: 0.5.3 -> 0.5.7 Upgrade xstream version: 1.4.10 -> 1.4.12 Upgrade curator version: 4.0.1 -> 4.2.0 dubbo-2.7.14 Change Lists add Dynamic Configuration Override Support For ServiceDiscovery. (#8389) fix mock parameters doesn't work when it contain ':' or '='. (#8379) fix the issue of taking the zone parameter value in ZoneAwareClusterInvoker. (#8521) add the switch for check class is in serialize white list , default is true. (#8537) fix NPE on serialization checking when request timed out. (#8587) fix NetUtils.ignoreNetworkInterface can't process network card name contains '(' symbol. (#8629) unify the way of getting local address. (#8679) fix retries param didn't work well when it is 0. (#8743) close client immediately when destroy unused invoker. (#8756) fix destroy IllegalStateException and doOverrideIfNecessary NPE. (#8683) show message according to log level when DefaultFuture.closeChannel. (#8778) use MapUtils instead of AttachmentsAdapter. (#8772) Dependency Changes netty4: 4.1.51.Final -> 4.1.66.Final netty4_ssl: 2.0.39.Final -> 2.0.40.Final http_client: 4.5.3 -> 4.5.13 jetty: 9.4.11.v20180605 -> 9.4.43.v20210629 apollo_client: 1.1.1 -> 1.8.0 tomcat_embed: 8.5.31-> 9.0.48 commons_io: 2.6 -> 2.7 curator: 5.0.0 -> 5.1.0 hessian_lite: 3.2.8 -> 3.2.11 dubbo-2.7.13 ... (truncated) Changelog Sourced from dubbo's changelog. Release Notes 2.7.6 Features Support Service Authentication apache/dubbo#5461 Enhancement Removing the internal JDK API from FileSystemDynamicConfiguration Refactor the APT test-cases implementation of dubbo-metadata-processor in Java 9+ Remove feature envy JsonRpcProtocol support Generalization Reduce object allocation for ProtocolUtils.serviceKey Reduce object allocation for ContextFilter.invoke Bugfixes Fixed bugs reported from 2.7.5 or lower versions, check 2.7.6 milestone for details. Compatibility Filter refactor, the callback method onResponse annotated as @​Deprecated has been removed, users of lower versions that have extended Filter implementations and enabled Filter callbacks should be careful of this change. RpcContext added some experimental APIs to support generic Object transmission. 2.7.5 Features Support HTTP/2 through gRPC, offers all features supported by HTTP/2 and gRPC Stream communication: client stream, server stream and bi-stream. Reactive stream style RPC call. Back pressure based on HTTP/2 flow-control mechanism. TLS secure transport layer. Define service using IDL Protobuf support for native Dubbo Define service using IDL Protobuf serialization TLS for netty4 server New SPI for dynamically adding extra parameters into provider URL, especially env parameters. [BETA] Brand new Service Discovery mechanism: Service Reflection - instance (application) level service discovery. [BETA] Brand new API for bootstraping Dubbo projects Performance Tuning Overall performance improved by nearly 30% compared to v2.7.3 (by QPS in certain circumstances) Improved consumer side thread model to avoid thread allocation and context switch, especially useful for services serving big traffic. Enhancement Load balance strategy among multiple registries: Preferred Same zone first Weighted LB The first one available ... (truncated) Commits 767620a [2.7] Prepare Dubbo 2.7.15 Release 0d9b094 [2.7] Fix pond ignore in URLStrParser (#9465) 55672e4 [2.7] Update Hessian Lite version (#9456) 8cc9579 upgrade log4j2 version to 2.17.0 (#9444) 63e714a dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x (#9394)... daeeeb7 upgrade log4j2 to 2.16.0 (#9433) 578bfcb Improve the readability of the getOrder method (#9361) 1296ff8 [master] Optimize some code for DubboConfigEarlyRegistrationPostProcessor (#9... c0b7f95 Check before use to avoid possible NPE in MetadataInfo (#9420) 9cfb1ae Fix DubboConfigEarlyInitializationPostProcessor registered twice in Spring Fr... Additional commits viewable in compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase. Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: @dependabot rebase will rebase this PR @dependabot recreate will recreate this PR, overwriting any edits that have been made to it @dependabot merge will merge this PR after your CI passes on it @dependabot squash and merge will squash and merge this PR after your CI passes on it @dependabot cancel merge will cancel a previously requested merge and block automerging @dependabot reopen will reopen this PR if it is closed @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) @dependabot use these labels will set the current labels as the default for future PRs for this repo and language @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the Security Alerts page.

Open Graph Description: Bumps dubbo from 2.7.3 to 2.7.15. Release notes Sourced from dubbo's releases. dubbo-2.7.15 Bugfix dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x Check before use to a...

X Description: Bumps dubbo from 2.7.3 to 2.7.15. Release notes Sourced from dubbo's releases. dubbo-2.7.15 Bugfix dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x Check before use ...

Opengraph URL: https://github.com/yangqcc/java-basic/pull/4

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:cd19cbc9-1dfd-93e5-39fb-7917aa224173
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id868E:3F1336:1AA0DE6:21DD565:69757300
html-safe-nonce0a51fb7215189a6661de9b50a9f25ade4d8d6f188ce4fbc8942c8165d4e9bbc2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NjhFOjNGMTMzNjoxQUEwREU2OjIxREQ1NjU6Njk3NTczMDAiLCJ2aXNpdG9yX2lkIjoiNjg4MDM4MzU0NTE4OTQzMDAxNiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac92d2541d31719f936379b80cb7a65f99edf3ad7270f9820b12e3f9b8707b522d
hovercard-subject-tagpull_request:820160566
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/yangqcc/java-basic/pull/4/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps dubbo from 2.7.3 to 2.7.15. Release notes Sourced from dubbo's releases. dubbo-2.7.15 Bugfix dubbo-spring-boot-actuator compatible with Spring Boot Actuator 2.6.x Check before use to a...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4a4bf5f4e28041a9d2e5c107d7d20b78b4294ba261cab243b28167c16a623a1f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/yangqcc/java-basic git https://github.com/yangqcc/java-basic.git
octolytics-dimension-user_id23203835
octolytics-dimension-user_loginyangqcc
octolytics-dimension-repository_id76326614
octolytics-dimension-repository_nwoyangqcc/java-basic
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id76326614
octolytics-dimension-repository_network_root_nwoyangqcc/java-basic
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release488b30e96dfd057fbbe44c6665ccbc030b729dde
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fyangqcc%2Fjava-basic%2Fpull%2F4%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fyangqcc%2Fjava-basic%2Fpull%2F4%2Ffiles
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=yangqcc%2Fjava-basic
Reloadhttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Reloadhttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
yangqcc https://patch-diff.githubusercontent.com/yangqcc
java-basichttps://patch-diff.githubusercontent.com/yangqcc/java-basic
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fyangqcc%2Fjava-basic
Fork 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fyangqcc%2Fjava-basic
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fyangqcc%2Fjava-basic
Code https://patch-diff.githubusercontent.com/yangqcc/java-basic
Issues 0 https://patch-diff.githubusercontent.com/yangqcc/java-basic/issues
Pull requests 3 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pulls
Actions https://patch-diff.githubusercontent.com/yangqcc/java-basic/actions
Projects 0 https://patch-diff.githubusercontent.com/yangqcc/java-basic/projects
Security 0 https://patch-diff.githubusercontent.com/yangqcc/java-basic/security
Insights https://patch-diff.githubusercontent.com/yangqcc/java-basic/pulse
Code https://patch-diff.githubusercontent.com/yangqcc/java-basic
Issues https://patch-diff.githubusercontent.com/yangqcc/java-basic/issues
Pull requests https://patch-diff.githubusercontent.com/yangqcc/java-basic/pulls
Actions https://patch-diff.githubusercontent.com/yangqcc/java-basic/actions
Projects https://patch-diff.githubusercontent.com/yangqcc/java-basic/projects
Security https://patch-diff.githubusercontent.com/yangqcc/java-basic/security
Insights https://patch-diff.githubusercontent.com/yangqcc/java-basic/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fyangqcc%2Fjava-basic%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fyangqcc%2Fjava-basic%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/yangqcc/java-basic/tree/master
dependabot/maven/org.apache.dubbo-dubbo-2.7.15https://patch-diff.githubusercontent.com/yangqcc/java-basic/tree/dependabot/maven/org.apache.dubbo-dubbo-2.7.15
Conversation 0 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4
Commits 1 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/commits
Checks 0 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/checks
Files changed https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Bump dubbo from 2.7.3 to 2.7.15 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
9c8cf8d Bump dubbo from 2.7.3 to 2.7.15 dependabot[bot] Jan 12, 2022 https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/commits/9c8cf8d7b8c18bc0464c3b8f25a4e40381be6378
Clear filters https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
Please reload this pagehttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files
pom.xmlhttps://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://patch-diff.githubusercontent.com/yangqcc/java-basic/blob/9c8cf8d7b8c18bc0464c3b8f25a4e40381be6378/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/{{ revealButtonHref }}
https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://patch-diff.githubusercontent.com/yangqcc/java-basic/pull/4/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.