This repository has been archived by the owner on Dec 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
fix(deps): update spring core to v3.2.18.release #33
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
bef96b0
to
226c9ed
Compare
226c9ed
to
dc0c393
Compare
dc0c393
to
ba951c1
Compare
b465e2a
to
34f8a89
Compare
d90297c
to
3b84e75
Compare
3b84e75
to
28f6704
Compare
28f6704
to
7027333
Compare
7027333
to
2fb17a0
Compare
2fb17a0
to
8a15746
Compare
8a15746
to
0737086
Compare
0737086
to
b08c79f
Compare
b08c79f
to
3974c67
Compare
41f6a68
to
28284fa
Compare
28284fa
to
f9a9498
Compare
f9a9498
to
38e7d4d
Compare
4dd4d16
to
766d596
Compare
766d596
to
300694e
Compare
300694e
to
e0c791c
Compare
e0c791c
to
a8279fe
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
3.1.4.RELEASE
->3.2.18.RELEASE
3.1.4.RELEASE
->3.2.18.RELEASE
Release Notes
spring-projects/spring-framework
v3.2.18.RELEASE
: 3.2.18 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v3.2.17.RELEASE
: 3.2.17 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@RequestHeader
HttpHeaders fails with NPE against null header value [SPR-14091] #18663@Caching
annotation [SPR-14162] #18734📔 Documentation
@EnableScheduling
javadoc has incomplete XML example [SPR-14145] #18717v3.2.16.RELEASE
: 3.2.16 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@ResponseBody
methods explicitly mapped to ".html" or other extensions [SPR-13629] #18207📔 Documentation
v3.2.15.RELEASE
: 3.2.15 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v3.2.14.RELEASE
: 3.2.14 ReleaseCompare Source
🪲 Bug Fixes
@Scheduled
no longer works in case of multiple proxied target classes implementing the same interface [SPR-12709] #17306@args
as pointcut, there is case that occur a NPE at calling the unrelated method [SPR-13102] #17693📔 Documentation
v3.2.13.RELEASE
: 3.2.13 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v3.2.12.RELEASE
: 3.2.12 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Qualifier
resolution fails with Spring Batch parent/child context arrangement [SPR-12191] #16805@Value
method argument fails with TypeMismatchException [SPR-12297] #16903@Scheduled
methods end up on 'empty' proxy instance in case of CGLIB auto-proxying [SPR-12308] #16913@Import
in another annotation still results in double scan [SPR-12334] #16939📔 Documentation
v3.2.11.RELEASE
: 3.2.11 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@PersistenceContext
into JUnit 4 test class causes NoSuchBeanDefinitionException [SPR-8834] #13476@Bean
method leads to early call (pre injection) [SPR-12141] #16755v3.2.10.RELEASE
: 3.2.10 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
📔 Documentation
v3.2.9.RELEASE
: 3.2.9 ReleaseCompare Source
⭐ New Features
@Bean
method override regression with return type narrowing on JDK 8 [SPR-11718] #16340🪲 Bug Fixes
v3.2.8.RELEASE
: 3.2.8 ReleaseCompare Source
⭐ New Features
@Controller
types requiring AOP proxing [SPR-11281] #15905🪲 Bug Fixes
@RequestMapping
methods [SPR-11101] #15727📔 Documentation
v3.2.7.RELEASE
: 3.2.7 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@Bean
meta-annotation detection when using ASM [SPR-10488] #15121@Async
with cglib based proxy causes memory leak in heap [SPR-11275] #15899@Async
with cglib based proxy causes memory leak in permgen [SPR-11276] #15900@Enable
registrars invoked with subclass for annotation placed on superclass (3.2.x) [SPR-11251] #15876v3.2.6.RELEASE
: 3.2.6 ReleaseCompare Source
⭐ New Features
🪲 Bug Fixes
@resourceMapping
doesn't work. [SPR-10791] #15417@Bean
definitions [SPR-11116] #15742@Cacheable
within@Caching
annotation doesn't work [SPR-11124] #15750v3.2.5.RELEASE
: 3.2.5 ReleaseCompare Source
⭐ New Features
@PropertySource
annotation depends on name attribute [SPR-10820] #15446🪲 Bug Fixes
@Autowired
setter randomly called twice or not called at all when two beans of the same class [SPR-11027] #15655@Autowired
resolution [SPR-11019] #15647@ContextConfiguration
when using@ContextHierarchy
[SPR-10997] #15625@Bean
overriding does not pick up metadata from most specific method [SPR-10992] #15620@Resource
is always marked as shareable [SPR-10931] #15559@Import
annotations when inherited from another annotation [SPR-10918] #15546Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.