-
Notifications
You must be signed in to change notification settings - Fork 508
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump org.springframework.boot:spring-boot-starter-webflux from 2.1.0.RELEASE to 2.5.12 in /sofa-ark-plugin/netty-ark-plugin #785
Merged
lvjing2
merged 2 commits into
master
from
dependabot/maven/sofa-ark-plugin/netty-ark-plugin/org.springframework.boot-spring-boot-starter-webflux-2.5.12
Nov 23, 2023
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
the
dependencies
Pull requests that update a dependency file
label
Nov 21, 2023
lvjing2
approved these changes
Nov 23, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
dependabot
bot
deleted the
dependabot/maven/sofa-ark-plugin/netty-ark-plugin/org.springframework.boot-spring-boot-starter-webflux-2.5.12
branch
November 23, 2023 06:35
lvjing2
pushed a commit
that referenced
this pull request
Jan 11, 2024
…RELEASE to 2.5.12 in /sofa-ark-plugin/netty-ark-plugin (#785) * Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leo james <[email protected]> (cherry picked from commit 6a9f471)
lvjing2
pushed a commit
that referenced
this pull request
Jan 11, 2024
…RELEASE to 2.5.12 in /sofa-ark-plugin/netty-ark-plugin (#785) * Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leo james <[email protected]> (cherry picked from commit 6a9f471)
lvjing2
added a commit
that referenced
this pull request
Feb 1, 2024
* Ark2.0 support Netty plugin (#653) * Ark support Netty plugin * fix mvn issue * fix pom issue --------- Co-authored-by: Xuhao Wang <[email protected]> Co-authored-by: leo james <[email protected]> Co-authored-by: yuanyuancin <[email protected]> (cherry picked from commit 362f9a8) * Bump org.springframework.boot:spring-boot-starter-webflux from 2.1.0.RELEASE to 2.5.12 in /sofa-ark-plugin/netty-ark-plugin (#785) * Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leo james <[email protected]> (cherry picked from commit 6a9f471) * support spring cloud for base (#784) * support .* for exclude * support .* for exclude * support spring cloud * update to 2.2.5-SNAPSHOT * remove duplicate version properties setting * update to 2.2.5 (cherry picked from commit cefc679) * update guava or netty (#788) * support .* for exclude * support .* for exclude * update version (cherry picked from commit ef684f6) * Optimize to support spring webflux in ark (#798) * extend ArkNettyReactiveWebServerFactory * fix biz override master ReactorHttpHandlerAdapter * fix Port in use * fix base service faile when biz uninstalled * fix the biz service is still accessible after biz was uninstalled * change version to 2.2.5 * remove unuse code * disposableServer dispose when master stopping * fix ut,sofa-ark-springboot-starter dependent reactor-netty, change netty-handler version * fix ci check --------- Co-authored-by: yuanyuan <[email protected]> Co-authored-by: leo james <[email protected]> (cherry picked from commit 361d445) * Create cloud_code_scan.yml (#797) Co-authored-by: leo james <[email protected]> (cherry picked from commit 584ac7c) * Add a newFile method to handle file paths with spaces. (#803) (cherry picked from commit 9c37315) * enable override for plugin (#790) * support .* for exclude * support .* for exclude * enable override for plugin * optimize static import * enable classpath for plugin * add test for override * remove unused import * format * update 2.2.5-SNAPSHOT (cherry picked from commit 7de1384) * Export plugin project classes by default (#799) * feat: export plugin classes by default. * feat: export plugin classes by default. * feat: export plugin classes by default. * feat: export plugin package by default. * feat: export plugin package by default. * default add all packages for plugin * format --------- Co-authored-by: yanhuai.yh <[email protected]> Co-authored-by: leojames <[email protected]> (cherry picked from commit 4ade973) * 插件内部将参数解析成set,避免对maven版本有要求 (#805) (cherry picked from commit a491814) * support biz multi context for logback (#807) Co-authored-by: yuanyuan <[email protected]> (cherry picked from commit 52910e5) * Add ut 1221 (#813) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit bb17be2) * Avoid biz logger context being attached early,support for logback (#816) * Avoid biz logger context being attached early,support for logback * format * fix ut --------- Co-authored-by: yuanyuan <[email protected]> (cherry picked from commit 3fca4a6) * default exclude pack rules (#814) * default exclude pack rules * formar --------- Co-authored-by: yuanyuan <[email protected]> Co-authored-by: leo james <[email protected]> (cherry picked from commit 7ec6184) * Add ut 1221 (#817) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit dfef361) * support delegate from classLoaderHook for getResourceAsStream (#811) * support delegate from classLoaderHook for getResourceAsStream * rm guice-multibinding * remove guice multi binding lib * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * remove guice-multibinding * fix format (cherry picked from commit 3bcf96f) * plugin default export package without activator, modify to set (#818) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format (cherry picked from commit 9c5ce37) * modify plugin export with classes as default (#819) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format * export class for plugin as default (cherry picked from commit ef9584d) * Add ut 1221 (#820) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test * update tesst * update test * update test * update test * update test * update test * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit c3192d0) * 1. update 2.2.7-SNAPSHOT (#823) 2. support SpringBoot 3.2.0 new LaunchedURLClassLoader class Co-authored-by: 致节 <[email protected]> (cherry picked from commit 11f5507) * Add ut 1221 (#824) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test * update tesst * update test * update test * update test * update test * update test * update test * update test * update test * update test * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit bc52a4c) * update javadoc to support multi jdk env * ut for the target jdk17 branch * update logback * remove logback context selector adapter, cause it had beed abandoned by qos-ch/logback#765 * fix autoconfiguration * ark logger lazy init (#829) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format * export class for plugin as default * update to 2.2.6 * ark logger lazy init * format (cherry picked from commit 368a8be) * fix windows mvn goal parse (#831) * update to 2.2.7 * fix windows mvn goal parse (cherry picked from commit 6a97493) * enable sub bundle pom analysis first * remove unused imports (cherry picked from commit b3133d4) * modify github to httpbin (cherry picked from commit f8d2b07) * support run mvn tree in test (cherry picked from commit 34580be) * 支持对tomcat进行配置 (#839) Co-authored-by: 巨鹿 <[email protected]> (cherry picked from commit 1b2ac68) * Update inactive_issues_robot.yml (#840) (cherry picked from commit 4f8c7d6) * modify test for zip fill to support jdk9+ * fix export import config * support multi sdk * format test * add guice lib --------- Co-authored-by: FanYang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yuanyuancin <[email protected]> Co-authored-by: Duan-0916 <[email protected]> Co-authored-by: FlyAbner <[email protected]> Co-authored-by: Yan Huai <[email protected]> Co-authored-by: Liu Jing <[email protected]> Co-authored-by: lylingzhen <[email protected]> Co-authored-by: HzjNeverStop <[email protected]> Co-authored-by: 巨鹿 <[email protected]>
lvjing2
added a commit
that referenced
this pull request
Feb 1, 2024
* Suit 3.2.0 (#789) * suit sprignboot 3.2.0 * suit springboot 3.2.0 --------- Co-authored-by: 致节 <[email protected]> * Ark2.0 support Netty plugin (#653) * Ark support Netty plugin * fix mvn issue * fix pom issue --------- Co-authored-by: Xuhao Wang <[email protected]> Co-authored-by: leo james <[email protected]> Co-authored-by: yuanyuancin <[email protected]> (cherry picked from commit 362f9a8) * Bump org.springframework.boot:spring-boot-starter-webflux from 2.1.0.RELEASE to 2.5.12 in /sofa-ark-plugin/netty-ark-plugin (#785) * Bump org.springframework.boot:spring-boot-starter-webflux Bumps [org.springframework.boot:spring-boot-starter-webflux](https://github.com/spring-projects/spring-boot) from 2.1.0.RELEASE to 2.5.12. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v2.1.0.RELEASE...v2.5.12) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Update pom.xml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leo james <[email protected]> (cherry picked from commit 6a9f471) * support spring cloud for base (#784) * support .* for exclude * support .* for exclude * support spring cloud * update to 2.2.5-SNAPSHOT * remove duplicate version properties setting * update to 2.2.5 (cherry picked from commit cefc679) * update guava or netty (#788) * support .* for exclude * support .* for exclude * update version (cherry picked from commit ef684f6) * Optimize to support spring webflux in ark (#798) * extend ArkNettyReactiveWebServerFactory * fix biz override master ReactorHttpHandlerAdapter * fix Port in use * fix base service faile when biz uninstalled * fix the biz service is still accessible after biz was uninstalled * change version to 2.2.5 * remove unuse code * disposableServer dispose when master stopping * fix ut,sofa-ark-springboot-starter dependent reactor-netty, change netty-handler version * fix ci check --------- Co-authored-by: yuanyuan <[email protected]> Co-authored-by: leo james <[email protected]> (cherry picked from commit 361d445) * Create cloud_code_scan.yml (#797) Co-authored-by: leo james <[email protected]> (cherry picked from commit 584ac7c) * Add a newFile method to handle file paths with spaces. (#803) (cherry picked from commit 9c37315) * enable override for plugin (#790) * support .* for exclude * support .* for exclude * enable override for plugin * optimize static import * enable classpath for plugin * add test for override * remove unused import * format * update 2.2.5-SNAPSHOT (cherry picked from commit 7de1384) * Export plugin project classes by default (#799) * feat: export plugin classes by default. * feat: export plugin classes by default. * feat: export plugin classes by default. * feat: export plugin package by default. * feat: export plugin package by default. * default add all packages for plugin * format --------- Co-authored-by: yanhuai.yh <[email protected]> Co-authored-by: leojames <[email protected]> (cherry picked from commit 4ade973) * 插件内部将参数解析成set,避免对maven版本有要求 (#805) (cherry picked from commit a491814) * support biz multi context for logback (#807) Co-authored-by: yuanyuan <[email protected]> (cherry picked from commit 52910e5) * Add ut 1221 (#813) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit bb17be2) * Avoid biz logger context being attached early,support for logback (#816) * Avoid biz logger context being attached early,support for logback * format * fix ut --------- Co-authored-by: yuanyuan <[email protected]> (cherry picked from commit 3fca4a6) * default exclude pack rules (#814) * default exclude pack rules * formar --------- Co-authored-by: yuanyuan <[email protected]> Co-authored-by: leo james <[email protected]> (cherry picked from commit 7ec6184) * Add ut 1221 (#817) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit dfef361) * support delegate from classLoaderHook for getResourceAsStream (#811) * support delegate from classLoaderHook for getResourceAsStream * rm guice-multibinding * remove guice multi binding lib * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * remove guice-multibinding * fix format (cherry picked from commit 3bcf96f) * plugin default export package without activator, modify to set (#818) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format (cherry picked from commit 9c5ce37) * modify plugin export with classes as default (#819) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format * export class for plugin as default (cherry picked from commit ef9584d) * Add ut 1221 (#820) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test * update tesst * update test * update test * update test * update test * update test * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit c3192d0) * 1. update 2.2.7-SNAPSHOT (#823) 2. support SpringBoot 3.2.0 new LaunchedURLClassLoader class Co-authored-by: 致节 <[email protected]> (cherry picked from commit 11f5507) * Add ut 1221 (#824) * add ut * add tests * update test * update format * update test * update jarutils test * update tests * update tests * update web server test * update tests * update tests * update test * update test * update tests * update tests * update format * update tests * update test * update tests * update test * Delete sofa-ark-parent/core/common/C:\temp dir\b\c directory * update test * update test * update tesst * update test * update test * update test * update test * update test * update test * update test * update test * update test * update test * update test --------- Co-authored-by: LiuYu <[email protected]> (cherry picked from commit bc52a4c) * update javadoc to support multi jdk env * ut for the target jdk17 branch * update logback * remove logback context selector adapter, cause it had beed abandoned by qos-ch/logback#765 * fix autoconfiguration * ark logger lazy init (#829) * support delegate from classLoaderHook for getResourceAsStream * Revert "support delegate from classLoaderHook for getResourceAsStream" This reverts commit 5bd306b. * fix typo * plugin default export package without activator, modify to set * fix format * export class for plugin as default * update to 2.2.6 * ark logger lazy init * format (cherry picked from commit 368a8be) * fix windows mvn goal parse (#831) * update to 2.2.7 * fix windows mvn goal parse (cherry picked from commit 6a97493) * enable sub bundle pom analysis first * commit * add etst * remove unused imports (cherry picked from commit b3133d4) * modify github to httpbin (cherry picked from commit f8d2b07) * support run mvn tree in test (cherry picked from commit 34580be) * log version * remove log sofa boot starter * 支持对tomcat进行配置 (#839) Co-authored-by: 巨鹿 <[email protected]> (cherry picked from commit 1b2ac68) * unit etst * unit test * add unit test * add unit test * resove application.properties extension * Update inactive_issues_robot.yml (#840) (cherry picked from commit 4f8c7d6) * modify test for zip fill to support jdk9+ * add unit test * add comment * fix export import config * support multi sdk * format test * add guice lib * remove module slimming * inner test class * unit test * commit * adjust package postion * unit test * update version --------- Co-authored-by: HzjNeverStop <[email protected]> Co-authored-by: 致节 <[email protected]> Co-authored-by: FanYang <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: leo james <[email protected]> Co-authored-by: yuanyuancin <[email protected]> Co-authored-by: Duan-0916 <[email protected]> Co-authored-by: FlyAbner <[email protected]> Co-authored-by: Yan Huai <[email protected]> Co-authored-by: Liu Jing <[email protected]> Co-authored-by: lylingzhen <[email protected]> Co-authored-by: chaya.cy <[email protected]> Co-authored-by: 巨鹿 <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps org.springframework.boot:spring-boot-starter-webflux from 2.1.0.RELEASE to 2.5.12.
Release notes
Sourced from org.springframework.boot:spring-boot-starter-webflux's releases.
... (truncated)
Commits
35105a0
Release v2.5.1217936b8
Polish94c40c7
Upgrade to Spring Framework 5.3.182e90fd2
Upgrade CI to Docker 20.10.146cded5b
Upgrade Java 18 version in CI image06c5e26
Upgrade to Jackson Bom 2.12.6.20220326c0c32d8
Merge pull request #30456 from candrews8cb11b7
Polish "Make MustacheViewResolver bean back off without Spring MVC"7101b50
Make MustacheViewResolver bean back off without Spring MVC05b7bef
Fix javadoc of ResolveMainClassName setClasspath(Object)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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@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)You can disable automated security fix PRs for this repo from the Security Alerts page.