chore: [DevOps] bump the production-minor-patch group with 5 updates
Bumps the production-minor-patch group with 5 updates:
| Package | From | To |
|---|---|---|
| org.springframework:spring-framework-bom | 6.2.6 |
6.2.7 |
| io.swagger.core.v3:swagger-models | 2.2.30 |
2.2.32 |
| io.swagger.parser.v3:swagger-parser | 2.1.27 |
2.1.28 |
| io.swagger.parser.v3:swagger-parser-core | 2.1.27 |
2.1.28 |
| org.apache.maven.archetype:archetype-packaging | 3.3.1 |
3.4.0 |
Updates org.springframework:spring-framework-bom from 6.2.6 to 6.2.7
Release notes
Sourced from org.springframework:spring-framework-bom's releases.
v6.2.7
:star: New Features
- Forward more methods to underlying InputStream in NonClosingInputStream #34893
- Introduce Spring property for the default property placeholder escape character #34865
- Close ApplicationContext once AOT processing has completed #34841
- Fix
AbstractJackson2HttpMessageConverter#getObjectMappersForTypenullness #34811- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBodyparameters lose generic type information when creating HTTP service beans #34793- Adds option to set Principal in MockServerWebExchange #34789
:lady_beetle: Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurerplaceholder resolution fails in several scenarios #34861- HttpComponentsClientHttpRequestFactory setConnectionRequestTimeout not working with httpclient 5.3.1 #34851
- Fragment.create() requires mutable map - which is unusable when used with Kotlin #34848
- Duplicate
BeanOverrideHandlerdiscovered in@Nestedtest case with superclass from different class or in interface implemented multiple times #34844- Accidental ClassLoader defineClass enforcement after #34677 #34824
- HttpEntity.EMPTY headers should not be possible to mutate via HttpHeaders constructor #34812
- AbstractFileResolvingResource.exists incorrectly reports result for resources inside of spring-boot executable jar #34796
- Correctly expand query param with same name from URI variables array #34783
- R2DBC
NamedParameterUtilsonly expands reused collection parameter once #34768PathMatchingResourcePatternResolverwrongly assumes thattarget/classesalways exists #34764:notebook_with_decorative_cover: Documentation
- Clarify
CompositePropertySourcebehavior forEnumerablePropertySourcecontract #34886- Javadoc and
@Nullableannotation forservletContextparameter ofConfigurableWebEnvironment.initPropertySourcesare contradictory #34845- Spring MVC:
@EnableAsyncneeds to be redeclared for each ApplicationContext #34843- Provide a working example instead of unclear placeholders #34828
:hammer: Dependency Upgrades
:heart: Contributors
Thank you to all the contributors who worked on this release:
@Artur-,@blake-bauman,@iifawzi,@kilink,@quaff,@whlit, and@zzoe2346
Commits
ba590acRelease v6.2.7ee62701Make use of PatternMatchUtils ignoreCase optionfa168caRevise FactoryBean locking behavior for strict/lenient consistency3c228a5Add missing@sincetags in PatternMatchUtils9bf6b8cUpgrade to Reactor 2024.0.637ecdd1Forward more methods to underlying InputStream in NonClosingInputStream73f1c5aPolishing4d296fbUpgrade to Micrometer 1.14.76a94444Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97bIntroduce Spring property for default escape character for placeholders- Additional commits viewable in compare view
Updates io.swagger.core.v3:swagger-models from 2.2.30 to 2.2.32
Updates io.swagger.parser.v3:swagger-parser from 2.1.27 to 2.1.28
Release notes
Sourced from io.swagger.parser.v3:swagger-parser's releases.
Swagger-parser 2.1.28 released!
Commits
60dca14Fix project URL in POM78932edfix mvn command in release.ymlb63e4a5prepare release 2.1.28b6075c4Fix GH Workflow missing commab7c68fdupdate dependencies87f3e66chore: migrate Sonatype OSSRH to Central Portalaf2d7e8Addf74a954Merge pull request #2180 from swagger-api/bump-snap-2.1.28-SNAPSHOT00e6143bump snapshot 2.1.28-SNAPSHOT- See full diff in compare view
Updates io.swagger.parser.v3:swagger-parser-core from 2.1.27 to 2.1.28
Updates io.swagger.parser.v3:swagger-parser-core from 2.1.27 to 2.1.28
Updates org.apache.maven.archetype:archetype-packaging from 3.3.1 to 3.4.0
Release notes
Sourced from org.apache.maven.archetype:archetype-packaging's releases.
3.4.0
🚀 New features and improvements
- Bump archetype descriptor version to 1.2.0 (#268)
@slawekjaranowski- Add property for outputDirectory in create-from-project mojo (#113)
@geoffpotter- Lock down plugin versions in maven-archetype packaging (#267)
@slawekjaranowski- Enable GitHUb Issues (#250)
@slawekjaranowski- [ARCHETYPE-274] - Conditionally include or exclude a file from archetype during generation (#244)
@Giovds🐛 Bug Fixes
- [ARCHETYPE-674] - Workaround for Maven 4 (#270)
@slawekjaranowski- Fix recognize project packaging by PomUtils (#264)
@thomasdaviddedalus👻 Maintenance
- Update site descriptor (#269)
@slawekjaranowski- Remove clean from the PR template (#266)
@slawekjaranowski- [MNGSITE-529] - Rename "Goals" to "Plugin Documentation" (#255)
@Bukama- Bump project version to 3.4.0-SNAPSHOT (#254)
@slawekjaranowski- Add GitHub Actions to dependabot (#252)
@slawekjaranowski- Add release-drafter configuration (#251)
@slawekjaranowski- [ARCHETYPE-691] - Refactor FileCharsetDetector (#248)
@Stellar1999- Remove a lot of old println detritus (#246)
@elharo@Component-->@Inject(#243)@elharo- refactor: Replace Plexus AbstractLogEnabled with SLF4J (#240)
@timtebeek📦 Dependency updates
- Bump org.apache.maven:maven-parent from 43 to 44 (#258) @dependabot[bot]
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 (#262) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-velocity from 2.2.0 to 2.2.1 (#261) @dependabot[bot]
- Bump org.codehaus.plexus:plexus-interactivity-api from 1.3 to 1.4 (#260) @dependabot[bot]
- Bump com.ibm.icu:icu4j from 76.1 to 77.1 (#257) @dependabot[bot]
- Bump org.apache.groovy:groovy-bom from 4.0.25 to 4.0.26 (#256) @dependabot[bot]
- Bump org.apache.groovy:groovy-bom from 4.0.24 to 4.0.25 (#253) @dependabot[bot]
- Bump org.apache.ivy:ivy from 2.5.2 to 2.5.3 (#249) @dependabot[bot]
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 (#242) @dependabot[bot]
- Bump org.easymock:easymock from 5.4.0 to 5.5.0 (#241) @dependabot[bot]
- Bump org.apache.groovy:groovy-bom from 4.0.23 to 4.0.24 (#239) @dependabot[bot]
- Bump org.apache.maven:maven-archiver from 3.6.2 to 3.6.3 (#238) @dependabot[bot]
- Bump com.ibm.icu:icu4j from 75.1 to 76.1 (#237) @dependabot[bot]
Commits
f20ba2a[maven-release-plugin] prepare release maven-archetyp-3.4.02c22da9[ARCHETYPE-674] Workaround for Maven 4cb5abbdUpdate site descriptor39a926bFix recognize project packaging by PomUtils (#264)0c1e55eBump archetype descriptor version to 1.2.025e3668Add property for outputDirectory in create-from-project mojoac9d130Lock down plugin versions in maven-archetype packaging367d66cRemove clean from the PR template9a16dd2Bump org.apache.maven:maven-parent from 43 to 44 (#258)150bfe7Bump commons-io:commons-io from 2.18.0 to 2.19.0- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions