Bumps the spring group with 2 updates in the /aws-serverless-spring-archetype/src/main/resources/archetype-resources directory: org.springframework:spring-webmvc and org.springframework:spring-context.
Bumps the spring group with 2 updates in the /samples/spring/pet-store directory: org.springframework:spring-webmvc and org.springframework:spring-context.
Updates org.springframework:spring-webmvc
from 6.2.6 to 6.2.7
Release notes
Sourced from org.springframework:spring-webmvc's releases.
v6.2.7
⭐ 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#getObjectMappersForType
nullness #34811
- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBody
parameters lose generic type information when creating HTTP service beans #34793
- Adds option to set Principal in MockServerWebExchange #34789
🐞 Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurer
placeholder 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
BeanOverrideHandler
discovered in @Nested
test 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
NamedParameterUtils
only expands reused collection parameter once #34768
PathMatchingResourcePatternResolver
wrongly assumes that target/classes
always exists #34764
📔 Documentation
- Clarify
CompositePropertySource
behavior for EnumerablePropertySource
contract #34886
- Javadoc and
@Nullable
annotation for servletContext
parameter of ConfigurableWebEnvironment.initPropertySources
are contradictory #34845
- Spring MVC:
@EnableAsync
needs to be redeclared for each ApplicationContext #34843
- Provide a working example instead of unclear placeholders #34828
🔨 Dependency Upgrades
- Upgrade to Micrometer 1.14.7 #34889
- Upgrade to Reactor 202406 #34898
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Artur
-, @blake-bauman
, @iifawzi
, @kilink
, @quaff
, @whlit
, and @zzoe2346
Commits
ba590ac
Release v6.2.7
ee62701
Make use of PatternMatchUtils ignoreCase option
fa168ca
Revise FactoryBean locking behavior for strict/lenient consistency
3c228a5
Add missing @since
tags in PatternMatchUtils
9bf6b8c
Upgrade to Reactor 202406
37ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream
73f1c5a
Polishing
4d296fb
Upgrade to Micrometer 1.14.7
6a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract
03ae97b
Introduce Spring property for default escape character for placeholders
- Additional commits viewable in compare view
Updates org.springframework:spring-context
from 6.2.6 to 6.2.7
Release notes
Sourced from org.springframework:spring-context's releases.
v6.2.7
⭐ 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#getObjectMappersForType
nullness #34811
- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBody
parameters lose generic type information when creating HTTP service beans #34793
- Adds option to set Principal in MockServerWebExchange #34789
🐞 Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurer
placeholder 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
BeanOverrideHandler
discovered in @Nested
test 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
NamedParameterUtils
only expands reused collection parameter once #34768
PathMatchingResourcePatternResolver
wrongly assumes that target/classes
always exists #34764
📔 Documentation
- Clarify
CompositePropertySource
behavior for EnumerablePropertySource
contract #34886
- Javadoc and
@Nullable
annotation for servletContext
parameter of ConfigurableWebEnvironment.initPropertySources
are contradictory #34845
- Spring MVC:
@EnableAsync
needs to be redeclared for each ApplicationContext #34843
- Provide a working example instead of unclear placeholders #34828
🔨 Dependency Upgrades
- Upgrade to Micrometer 1.14.7 #34889
- Upgrade to Reactor 202406 #34898
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Artur
-, @blake-bauman
, @iifawzi
, @kilink
, @quaff
, @whlit
, and @zzoe2346
Commits
ba590ac
Release v6.2.7
ee62701
Make use of PatternMatchUtils ignoreCase option
fa168ca
Revise FactoryBean locking behavior for strict/lenient consistency
3c228a5
Add missing @since
tags in PatternMatchUtils
9bf6b8c
Upgrade to Reactor 202406
37ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream
73f1c5a
Polishing
4d296fb
Upgrade to Micrometer 1.14.7
6a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract
03ae97b
Introduce Spring property for default escape character for placeholders
- Additional commits viewable in compare view
Updates org.springframework:spring-webmvc
from 6.2.6 to 6.2.7
Release notes
Sourced from org.springframework:spring-webmvc's releases.
v6.2.7
⭐ 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#getObjectMappersForType
nullness #34811
- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBody
parameters lose generic type information when creating HTTP service beans #34793
- Adds option to set Principal in MockServerWebExchange #34789
🐞 Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurer
placeholder 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
BeanOverrideHandler
discovered in @Nested
test 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
NamedParameterUtils
only expands reused collection parameter once #34768
PathMatchingResourcePatternResolver
wrongly assumes that target/classes
always exists #34764
📔 Documentation
- Clarify
CompositePropertySource
behavior for EnumerablePropertySource
contract #34886
- Javadoc and
@Nullable
annotation for servletContext
parameter of ConfigurableWebEnvironment.initPropertySources
are contradictory #34845
- Spring MVC:
@EnableAsync
needs to be redeclared for each ApplicationContext #34843
- Provide a working example instead of unclear placeholders #34828
🔨 Dependency Upgrades
- Upgrade to Micrometer 1.14.7 #34889
- Upgrade to Reactor 202406 #34898
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Artur
-, @blake-bauman
, @iifawzi
, @kilink
, @quaff
, @whlit
, and @zzoe2346
Commits
ba590ac
Release v6.2.7
ee62701
Make use of PatternMatchUtils ignoreCase option
fa168ca
Revise FactoryBean locking behavior for strict/lenient consistency
3c228a5
Add missing @since
tags in PatternMatchUtils
9bf6b8c
Upgrade to Reactor 202406
37ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream
73f1c5a
Polishing
4d296fb
Upgrade to Micrometer 1.14.7
6a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract
03ae97b
Introduce Spring property for default escape character for placeholders
- Additional commits viewable in compare view
Updates org.springframework:spring-context
from 6.2.6 to 6.2.7
Release notes
Sourced from org.springframework:spring-context's releases.
v6.2.7
⭐ 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#getObjectMappersForType
nullness #34811
- Add option for case-insensitive match to PatternMatchUtils #34801
- RestClient
@RequestBody
parameters lose generic type information when creating HTTP service beans #34793
- Adds option to set Principal in MockServerWebExchange #34789
🐞 Bug Fixes
- Beans created by FactoryBean are not considered as autowiring candidates if another thread holds a singletonLock #34902
PropertySourcesPlaceholderConfigurer
placeholder 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
BeanOverrideHandler
discovered in @Nested
test 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
NamedParameterUtils
only expands reused collection parameter once #34768
PathMatchingResourcePatternResolver
wrongly assumes that target/classes
always exists #34764
📔 Documentation
- Clarify
CompositePropertySource
behavior for EnumerablePropertySource
contract #34886
- Javadoc and
@Nullable
annotation for servletContext
parameter of ConfigurableWebEnvironment.initPropertySources
are contradictory #34845
- Spring MVC:
@EnableAsync
needs to be redeclared for each ApplicationContext #34843
- Provide a working example instead of unclear placeholders #34828
🔨 Dependency Upgrades
- Upgrade to Micrometer 1.14.7 #34889
- Upgrade to Reactor 202406 #34898
❤️ Contributors
Thank you to all the contributors who worked on this release:
@Artur
-, @blake-bauman
, @iifawzi
, @kilink
, @quaff
, @whlit
, and @zzoe2346
Commits
ba590ac
Release v6.2.7
ee62701
Make use of PatternMatchUtils ignoreCase option
fa168ca
Revise FactoryBean locking behavior for strict/lenient consistency
3c228a5
Add missing @since
tags in PatternMatchUtils
9bf6b8c
Upgrade to Reactor 202406
37ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream
73f1c5a
Polishing
4d296fb
Upgrade to Micrometer 1.14.7
6a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract
03ae97b
Introduce Spring property for default escape character for placeholders
- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency
@dependabot ignore <dependency name> major version
will 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 version
will 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
Uh oh!
There was an error while loading. Please reload this page.
Bumps the spring group with 2 updates in the /aws-serverless-spring-archetype/src/main/resources/archetype-resources directory: org.springframework:spring-webmvc and org.springframework:spring-context.
Bumps the spring group with 2 updates in the /samples/spring/pet-store directory: org.springframework:spring-webmvc and org.springframework:spring-context.
Updates
org.springframework:spring-webmvc
from 6.2.6 to 6.2.7Release notes
Sourced from org.springframework:spring-webmvc's releases.
Commits
ba590ac
Release v6.2.7ee62701
Make use of PatternMatchUtils ignoreCase optionfa168ca
Revise FactoryBean locking behavior for strict/lenient consistency3c228a5
Add missing@since
tags in PatternMatchUtils9bf6b8c
Upgrade to Reactor 20240637ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream73f1c5a
Polishing4d296fb
Upgrade to Micrometer 1.14.76a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97b
Introduce Spring property for default escape character for placeholdersUpdates
org.springframework:spring-context
from 6.2.6 to 6.2.7Release notes
Sourced from org.springframework:spring-context's releases.
Commits
ba590ac
Release v6.2.7ee62701
Make use of PatternMatchUtils ignoreCase optionfa168ca
Revise FactoryBean locking behavior for strict/lenient consistency3c228a5
Add missing@since
tags in PatternMatchUtils9bf6b8c
Upgrade to Reactor 20240637ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream73f1c5a
Polishing4d296fb
Upgrade to Micrometer 1.14.76a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97b
Introduce Spring property for default escape character for placeholdersUpdates
org.springframework:spring-webmvc
from 6.2.6 to 6.2.7Release notes
Sourced from org.springframework:spring-webmvc's releases.
Commits
ba590ac
Release v6.2.7ee62701
Make use of PatternMatchUtils ignoreCase optionfa168ca
Revise FactoryBean locking behavior for strict/lenient consistency3c228a5
Add missing@since
tags in PatternMatchUtils9bf6b8c
Upgrade to Reactor 20240637ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream73f1c5a
Polishing4d296fb
Upgrade to Micrometer 1.14.76a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97b
Introduce Spring property for default escape character for placeholdersUpdates
org.springframework:spring-context
from 6.2.6 to 6.2.7Release notes
Sourced from org.springframework:spring-context's releases.
Commits
ba590ac
Release v6.2.7ee62701
Make use of PatternMatchUtils ignoreCase optionfa168ca
Revise FactoryBean locking behavior for strict/lenient consistency3c228a5
Add missing@since
tags in PatternMatchUtils9bf6b8c
Upgrade to Reactor 20240637ecdd1
Forward more methods to underlying InputStream in NonClosingInputStream73f1c5a
Polishing4d296fb
Upgrade to Micrometer 1.14.76a94444
Clarify CompositePropertySource behavior for EnumerablePropertySource contract03ae97b
Introduce Spring property for default escape character for placeholdersDependabot 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 <dependency name> major version
will 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 version
will 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