Skip to content

Bump org.springframework:spring-context from 5.0.6.RELEASE to 6.1.14 in /registration-processor/core-processor/registration-processor-verification-stage#2067

Open
dependabot[bot] wants to merge 59 commits intomasterfrom
dependabot/maven/registration-processor/core-processor/registration-processor-verification-stage/org.springframework-spring-context-6.1.14
Open

Bump org.springframework:spring-context from 5.0.6.RELEASE to 6.1.14 in /registration-processor/core-processor/registration-processor-verification-stage#2067
dependabot[bot] wants to merge 59 commits intomasterfrom
dependabot/maven/registration-processor/core-processor/registration-processor-verification-stage/org.springframework-spring-context-6.1.14

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 15, 2025

Bumps org.springframework:spring-context from 5.0.6.RELEASE to 6.1.14.

Release notes

Sourced from org.springframework:spring-context's releases.

v6.1.14

⭐ New Features

  • Use Locale.ROOT for locale neutral, case insensitive comparisons #33708
  • Improve checks for relative paths in static resource handling #33689
  • CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and returns 500 Internal Server Error on malfomed Origin header #33682
  • Skip processing of Java annotations in QualifierAnnotationAutowireCandidateResolver #33580
  • Include argument name in MethodArgumentTypeMismatchException error message #33573
  • Preserve coroutine context in WebClientExtensions #33548
  • Blocking call detected in ConcurrentReferenceHashMap by BlockHound #33450
  • Warning message about bean post-processing and eager injection may suggest the wrong cause #33184

🐞 Bug Fixes

  • DelegatingFilterProxy Causes Pinned Virtual Threads #33656
  • Potential NPE from MethodParameter.getMethod() check in KotlinDelegate.hasDefaultValue() #33609
  • Missing native image hints for JDK proxies created by JMS connection factories #33590
  • AotTestExecutionListener should not be invoked for a @DisabledInAotMode test class #33589
  • Use encoded resource path instead of input path validation in spring-webflux #33568
  • org.springframework.util.ResourceUtils#toRelativeURL drops custom URLStreamHandler #33561
  • Current observation not in scope during WebClient ExchangeFilterFunction execution #33559
  • ZoneIdEditor throws wrong exception type for TypeConverterSupport #33545
  • MimeMessageHelper addInline with ByteArrayResource fail with null filename #33527
  • @Cacheable throws NullPointerException when RuntimeException is thrown inside annotated code #33492
  • Path variable values missing in RedirectView when PathPattern are used #33422
  • Reactive HttpComponentsClientHttpResponse ignores Expires cookie attribute #33157

📔 Documentation

  • Update fallback.adoc #33721
  • Update scheduling.adoc #33703
  • Fix link in testing/support-jdbc.adoc #33686
  • Adapt Javadoc note about log level of BeanPostProcessorChecker #33617
  • Reference the spring-framework-petclinic repository wich uses AspectJ #33539

🔨 Dependency Upgrades

  • Upgrade to Apache HttpClient 5.4 #33587
  • Upgrade to Apache HttpCore Reactive 5.3 #33588
  • Upgrade to Awaitility 4.2.2 #33604
  • Upgrade to Micrometer 1.12.11 #33647
  • Upgrade to Reactor 2023.0.11 #33637

❤️ Contributors

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

@​arey, @​asibross, @​boulce, @​drdpov, @​hosamaly, @​ilya40umov, @​izeye, and @​junhyeongkim2

v6.1.13

... (truncated)

Commits
  • ac5c8ad Release v6.1.14
  • fde7116 Consistently skip processing of plain Java annotations
  • 0a64591 Add checkstyle rule for toLowerCase/toUpperCase
  • 5302e7a Update fallback.adoc
  • cad02c1 Update Antora Spring UI to v0.4.17
  • c765d03 Use Locale.ROOT consistently for toLower/toUpperCase
  • 11d4272 Use Locale.ROOT consistently for toLower/toUpperCase
  • 23656ae Use Locale.ROOT consistently for toLower/toUpperCase
  • feb6a5f Polishing
  • a228eb8 Upgrade to Reactor 2023.0.11
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Sowmya Ujjappa Banakar and others added 30 commits April 11, 2024 16:34
Signed-off-by: Sowmya Ujjappa Banakar <sowmya.61022006@ltimindtree.com>
Signed-off-by: Sowmya Ujjappa Banakar <sowmya.61022006@ltimindtree.com>
Signed-off-by: Sowmya Ujjappa Banakar <sowmya.61022006@ltimindtree.com>
MOSIP-32283 code fix and version change
…#1901)

* [MOSIO-34112] Adding test cases (#1899)

* [MOSIO-34112] Adding test cases

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* pushtriger changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* added logger

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case modification

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case modification commented changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case modification commented changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: Sowmya Ujjappa Banakar <sowmya.61022006@ltimindtree.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Co-authored-by: Sowmya Ujjappa Banakar <43202851+sowmya695@users.noreply.github.com>
Co-authored-by: Sowmya Ujjappa Banakar <sowmya.61022006@ltimindtree.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
[DSD-5925] Updated org.projectlombok version
Revert "[DSD-5925] Updated org.projectlombok version"
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
…dels

[ MOSIP-35378 ] selected handles in uin generator stage.
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
…dels

[ MOSIP-35378 ] changes for selected handels for docker file. adding ARG and LABEL
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
…ng_to_release

[ MOSIP-35378 ] Release 1.2.0.x adding to release
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
…ng_to_release

[ MOSIP-35378 ] adding upgrade and rollback scripts for 1.2.0.1 version
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Signed-off-by: techno-467 <prafulrakhade02@gmail.com>
Khuddusshariff0022 and others added 23 commits March 21, 2025 12:17
* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test commmit

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test commmit-with config

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes. test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes. test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] POM version change

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] Dublicate entry check before insert

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
…_API_POM_version

[MOSIP_39781]Pom version change from 1.2.0.3-SNAPSHOT to 1.2.1.0 -SNAPSHOT(#2039)
* [MOSIP-39781] adding ugare and rollback scripts for 1.2.1.0

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] adding ugare and rollback scripts for 1.2.1.0

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test commmit

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test commmit-with config

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* clean up

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes. test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* CRVS changes. test case fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] PR comment fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] POM version change

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] Dublicate entry check before insert

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] UIN genrator fix

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] VID validation

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MPSIP-39781] Workflow instance validation form sync table

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* logger change

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
#2052)

Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
…#2054)

* [MOSIP-39781] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-40972] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-40972] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
[MOSIP-41025] added new api context path to workflowmanager
Signed-off-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
[MOSIP-41025] added workflow to publish helm charts
* [MOSIP-39781] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-40972] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-40972] adding postmen collection for the workflow instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] adding swagger open-api for workfloe instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] adding swagger open-api for workfloe instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* adding swagger open-api for workfloe instance api

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

* [MOSIP-39781] adding swagger and postmen

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>

---------

Signed-off-by: khuddus shariff <khuddusshariff0022@gmail.com>
#2061)

Signed-off-by: Ashok Kumar Sharma <ashok@mosip.io>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Prafulrakhade <99539100+Prafulrakhade@users.noreply.github.com>
Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 5.0.6.RELEASE to 6.1.14.
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](spring-projects/spring-framework@v5.0.6.RELEASE...v6.1.14)

---
updated-dependencies:
- dependency-name: org.springframework:spring-context
  dependency-version: 6.1.14
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 15, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 2, 2025

A newer version of org.springframework:spring-context exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants