Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump org.springframework:spring-context from 6.2.5 to 6.2.11#3321

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
dependabot wants to merge1 commit intomaster
base:master
Choose a base branch
Loading
fromdependabot/maven/org.springframework-spring-context-6.2.11

Conversation

dependabot[bot]
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubSep 15, 2025

Bumpsorg.springframework:spring-context from 6.2.5 to 6.2.11.

Release notes

Sourced fromorg.springframework:spring-context's releases.

v6.2.11

⭐ New Features

  • Missing@Nullable on JsonPathAssertions.isEqualTo#35445
  • Graceful fallback for non-default NIO.2 FileSystems#35443
  • Avoid thread pinning in SseEmitter, ResponseBodyEmitter#35423
  • Detect Informix error codes asDuplicateKeyException#35400
  • Inconsistent nullability forString value arguments inResponseCookiefrom*() factory methods#35377
  • RevisittaskTerminationTimeout semantics onSimpleAsyncTaskExecutor/Scheduler#35372
  • StandardEvaluationContext.setBeanResolver should allow@Nullable BeanResolver#35371

🐞 Bug Fixes

  • "mainThreadPrefix = null " Causing multiple background bean locks to be blocked#35409
  • Annotation not found on parameter in overridden method unless method is public#35349
  • Annotations on overridden methods not found in type hierarchy with unresolved generics#35342
  • Performance degradation when using singleton beans with Provider#35330
  • JettyClientHttpConnector buffer leak in Spring Framework 6.2#35319
  • Spring application hangs on shutdown with@Scheduled(cron=…) when custom ScheduledExecutorService bean is defined (Java 19+)#35316

📔 Documentation

  • Document potential need to useMockito.doXxx() to stub a@MockitoSpyBean#35410
  • Fix links to Reactive Libraries and RestTemplate#35392
  • Fix broken link in WebDriver docs#35374
  • Document Web DataBinder support for RouterFunction#35367
  • Improve documentation forApplicationEvents to clarify recommended usage#35335
  • Document terms and units inDataSize.parse()#35298
  • Refine@Contract Javadoc#35285
  • Correct the default value of nestedTransactionAllowed in JpaTransactionManager javadoc#35212

🔨 Dependency Upgrades

  • Upgrade to Micrometer 1.14.11#35455
  • Upgrade to Reactor 2024.0.10#35454

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Dockerel,@​Kehrlann,@​acktsap,@​khj68,@​ngocnhan-tran1996,@​scordio, and@​sgflt

v6.2.10

⭐ New Features

  • Optimize NIO path resolution inPathEditor#35304
  • Maketype inProblemDetail nullable#35294
  • Refine UriUtils#decode and StringUtils#uriDecode implementation and documentation#35253
  • Provide configurableuseCaches option forURLConnection usage inUrlResource (avoiding jar file leak)#35218

... (truncated)

Commits
  • 4c13425 Release v6.2.11
  • d17601e Upgrade to Undertow 2.3.19, RxJava 3.1.11, Aalto 1.3.3
  • 5b38761 Clarify intended nestedTransactionAllowed default in JpaTransactionManager
  • 0e3e34b Find annotations on parameters in overridden non-public methods
  • 4745c7c Name local variables consistently
  • 275fb52 Upgrade to Reactor 2024.0.10 and Micrometer 1.14.11
  • 7f9aa39 Polishing
  • c788554 Avoid thread pinning in SseEmitter, ResponseBodyEmitter
  • 9e8c640 Make JsonPathAssertions#isEqualTo parameter nullable
  • ebb8e34 Upgrade to Jetty 12.0.26, Jetty Reactive HttpClient 4.0.11, Netty 4.1.127, Ht...
  • Additional commits viewable incompare view

Dependabot compatibility score

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)

Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.11.- [Release notes](https://github.com/spring-projects/spring-framework/releases)- [Commits](spring-projects/spring-framework@v6.2.5...v6.2.11)---updated-dependencies:- dependency-name: org.springframework:spring-context  dependency-version: 6.2.11  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabotdependabotbot added dependenciesPull requests that update a dependency file javaPull requests that update java code labelsSep 15, 2025
@github-actionsGitHub Actions
Copy link

github-actionsbot commentedSep 15, 2025
edited
Loading

PR Summary

This PR updates theorg.springframework:spring-context dependency from version 6.2.5 to 6.2.11. This update includes bug fixes, new features, documentation improvements, and dependency upgrades, as detailed in the release notes. The update was performed using Dependabot.

Changes

FileSummary
page-controller/pom.xmlThe version of thespring-context dependency in thepom.xml file was updated from6.2.5 to6.2.11.

autogenerated bypresubmit.ai

Copy link

@github-actionsgithub-actionsbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

LGTM!

Review Summary

Commits Considered (1)
  • 05c6a55: build(deps): bump org.springframework:spring-context

Bumpsorg.springframework:spring-context from 6.2.5 to 6.2.11.


updated-dependencies:

  • dependency-name: org.springframework:spring-context
    dependency-version: 6.2.11
    dependency-type: direct:production
    update-type: version-update:semver-patch
    ...

Signed-off-by: dependabot[bot]support@github.com

Files Processed (1)
  • page-controller/pom.xml(1 hunk)
Actionable Comments (0)
Skipped Comments (0)

@sonarqubecloudSonarQubeCloud
Copy link

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@github-actionsgithub-actions[bot]github-actions[bot] left review comments

Assignees
No one assigned
Labels
dependenciesPull requests that update a dependency filejavaPull requests that update java code
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

0 participants

[8]ページ先頭

©2009-2025 Movatter.jp