-
Notifications
You must be signed in to change notification settings - Fork 594
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
chore(deps): update spring core to v4.3.30.release #4551
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/spring-core
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
beab4c2
to
9112d7a
Compare
ba7c52f
to
e30270d
Compare
77b8fee
to
ad647f0
Compare
ad647f0
to
eb1726d
Compare
d593814
to
453bb41
Compare
edfe10b
to
d391652
Compare
/it-go |
d391652
to
95d3dee
Compare
/it-go |
95d3dee
to
9ffd12a
Compare
/it-go |
9ffd12a
to
0f803f4
Compare
/it-go |
0f803f4
to
b535c39
Compare
/it-go |
b535c39
to
29fd255
Compare
/it-go |
29fd255
to
abec4f4
Compare
/it-go |
abec4f4
to
42babd4
Compare
/it-go |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.
This PR contains the following updates:
4.3.5.RELEASE
->4.3.30.RELEASE
4.3.10.RELEASE
->4.3.30.RELEASE
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
spring-projects/spring-framework (org.springframework:spring-test)
v4.3.30.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v4.3.29.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v4.3.28.RELEASE
Compare Source
⭐ New Features
🪲 Bug fixes
📔 Documentation
v4.3.27.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
v4.3.26.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v4.3.25.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
@Autowired
constructors #23308@ControllerAdvice
beans #23174v4.3.24.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
v4.3.23.RELEASE
Compare Source
⭐ New Features
🪲 Bug Fixes
@ControllerAdvice
implementing both RequestBodyAdvice and ResponseBodyAdvice #22686@EventListener
argument #22471@Transactional
beans not getting proxied when being initialized during failed circular reference attempt #22376@Ordered
annotation for dynamic proxies #22352❤️ Contributors
We'd like to thank all the contributors who worked on this release!
v4.3.22.RELEASE
: 4.3.22 ReleaseCompare Source
🪲 Bug Fixes
@Value
Optional<...> field injection fails in case of registered ConversionService [SPR-17607] #22139📔 Documentation
v4.3.21.RELEASE
: 4.3.21 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Bean
method with generic return type [SPR-17524] #22056📔 Documentation
v4.3.20.RELEASE
: 4.3.20 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v4.3.19.RELEASE
: 4.3.19 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Bean
when additional method with same name exists [SPR-16999] #21537@Scheduled
task runs twice on bean with target-class scoped proxy (when injected) [SPR-17166] #21702📔 Documentation
v4.3.18.RELEASE
: 4.3.18 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@EnableCaching
[SPR-16896] #21435📔 Documentation
v4.3.17.RELEASE
: 4.3.17 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
v4.3.16.RELEASE
: 4.3.16 ReleaseCompare Source
🪲 Bug Fixes
v4.3.15.RELEASE
: 4.3.15 ReleaseCompare Source
⭐ New Features
@DependsOn
throws a NoSuchBeanDefinitionException it should include the dependent bean for clarity [SPR-16628] #21169🪲 Bug Fixes
📔 Documentation
@Transactional
with AspectJ [SPR-16552] #21095@Scope
not inherited from base class [SPR-16602] #21143v4.3.14.RELEASE
: 4.3.14 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Retryable
and@Scheduled
/@JmsListener
doesn't work [SPR-16196] #20744@JmsListener
concurrency property is ignored if DefaultJmsListenerContainerFactory#concurrency is set [SPR-16338] #20885📔 Documentation
v4.3.13.RELEASE
: 4.3.13 ReleaseCompare Source
⭐ New Features
@Order
[SPR-16090] #20639🪲 Bug Fixes
@ModelAttribute
binding defined globally for particular attribute rather than per method invocation [SPR-16083] #20632📔 Documentation
v4.3.12.RELEASE
: 4.3.12 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@RequestParam
argument is null in multipart/form-data POST [SPR-15918] #20472@RequestParam
[SPR-15919] #20473v4.3.11.RELEASE
: 4.3.11 ReleaseCompare Source
⭐ New Features
@Lazy
collection of optional elements should not crash when no candidates are found [SPR-15858] #20413Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.