Simon Baslé
caf84ffe7d
Revisit HttpHeadersAssert after HttpHeaders API changes
...
- add various assertions to HttpHeadersAssert
- improve assertion test coverage
- remove niche size assertions
Closes gh-34168
Co-authored-by: Stephane Nicoll <stephane.nicoll@broadcom.com>
1 year ago
Stéphane Nicoll
448d6c6ebf
Merge branch '6.2.x'
1 year ago
Stéphane Nicoll
d280358e98
Fix typo in HttpHeadersAssert#doesNotContainHeaders
...
This commit deprecates the existing doesNotContainsHeaders in favor of a
newly introduced method that does not have the typo.
Closes gh-34263
1 year ago
Stéphane Nicoll
05d8604012
Merge branch '6.2.x'
1 year ago
Stéphane Nicoll
e08a7ece61
Merge pull request #34223 from remeio
...
* pr/34223:
Polish contribution
Polish HttpEntityMethodProcessor
Closes gh-34223
1 year ago
Stéphane Nicoll
24fa9ea394
Polish contribution
...
See gh-34223
1 year ago
Mengqi Xu
4acd9ee69b
Polish HttpEntityMethodProcessor
...
Signed-off-by: Mengqi Xu <2663479778@qq.com>
See gh-34223
1 year ago
Stéphane Nicoll
46327d6e9b
Merge branch '6.2.x'
1 year ago
Stéphane Nicoll
cd1aefa5e0
Upgrade to Reactor 2024.0.2
...
Closes gh-34252
1 year ago
Sébastien Deleuze
19f647ab8c
Set -Xjdk-release=17 for Kotlin build
...
Needed due to https://youtrack.jetbrains.com/issue/KT-49746 .
See gh-34220
1 year ago
Sébastien Deleuze
c71bfc7aed
Update null-safety documentation
...
Closes gh-34140
1 year ago
Sébastien Deleuze
2f59701148
Specify generic type nullness in spring-webmvc
...
See gh-34140
1 year ago
Sébastien Deleuze
69bfb64dfd
Specify generic type nullness in spring-webflux
...
See gh-34140
1 year ago
Sébastien Deleuze
380c9e318c
Specify generic type nullness in spring-web
...
See gh-34140
1 year ago
Sébastien Deleuze
e2216ddc32
Specify generic type nullness in spring-test
...
See gh-34140
1 year ago
Sébastien Deleuze
5be36ce8ce
Specify generic type nullness in spring-r2dbc
...
See gh-34140
1 year ago
Sébastien Deleuze
2f8ff7eb41
Specify generic type nullness in spring-orm
...
See gh-34140
1 year ago
Sébastien Deleuze
8b64e2735e
Specify generic type nullness in spring-messaging
...
See gh-34140
1 year ago
Sébastien Deleuze
8299a617b9
Specify generic type nullness in spring-jdbc
...
See gh-34140
1 year ago
Sébastien Deleuze
4c988146bc
Specify generic type nullness in spring-expression
...
See gh-34140
1 year ago
Sébastien Deleuze
9d9383aaeb
Specify generic type nullness in spring-core
...
Also in spring-core-test.
See gh-34140
1 year ago
Sébastien Deleuze
435cb0c7d6
Specify generic type nullness in spring-context
...
Also in spring-context-support.
See gh-34140
1 year ago
Sébastien Deleuze
928a3c7184
Specify generic type nullness in spring-beans
...
See gh-34140
1 year ago
Sébastien Deleuze
f52f83349c
Specify generic type nullness in spring-aop
...
See gh-34140
1 year ago
Sébastien Deleuze
c0039fb624
Enable NullAway JSpecify mode
...
See gh-34140
1 year ago
Sam Brannen
b9c1aec62f
Merge branch '6.2.x'
1 year ago
Sam Brannen
3c3b8c7aac
Track only qualifier annotations in BeanOverrideHandler
...
Closes gh-34260
1 year ago
Sam Brannen
5a68d1f029
Remove @FunctionalInterface declaration from BeanOverrideProcessor
...
Closes gh-34259
1 year ago
Sam Brannen
ff9b7678a7
Polish Bean Override internals and tests
1 year ago
Brian Clozel
c02251672e
Polishing RuntimeHintsPredicates deprecations
...
This commit also deprecates the types returned by deprecated methods as
they will be removed as well in the future.
See gh-34239
1 year ago
Brian Clozel
9b17928143
Merge branch '6.2.x'
1 year ago
Brian Clozel
799566573a
Fix Wrong parentId tracking in JFR application startup
...
This commit fixes the tracking of the main event parentId for the Java
Flight Recorder implementation variant.
Fixes gh-34128
1 year ago
Juergen Hoeller
ae9abc8545
Merge branch '6.2.x'
1 year ago
Juergen Hoeller
467d5f3ca3
Try late locking for waiting on specific bean to be finished
...
Closes gh-34186
1 year ago
Brian Clozel
d28c0396c9
Update runtime hints predicates after GraalVM changes
...
As of gh-33847, method and field introspection is included by default
when a type is registered for reflection.
Many methods in ReflectionHintsPredicates are now mostly useless as their
default behavior checks for introspection.
This commit deprecates those methods and promotes instead invocation
variants. During the upgrade, developers should replace it for an
`onType` check if only reflection is required. If they were checking for
invocation, they should use the new 'onXInvocation` method.
Closes gh-34239
1 year ago
Stéphane Nicoll
6be811119e
Merge branch '6.2.x'
1 year ago
Stéphane Nicoll
172c25fb0e
Upgrade to Micrometer 1.14.3
...
Closes gh-34251
1 year ago
Juergen Hoeller
87da67165a
Merge branch '6.2.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/support/AbstractAutowireCapableBeanFactory.java
1 year ago
Juergen Hoeller
8771b9ea21
Defensively acquire singleton lock for FactoryBean type check
...
Closes gh-34247
1 year ago
Juergen Hoeller
ff72652890
Defensively check expected type for qualified bean
...
Closes gh-34187
1 year ago
Stéphane Nicoll
6888137cb6
Merge branch '6.2.x'
1 year ago
Stéphane Nicoll
a1503a59ee
Start building against Reactor 2024.0.2 snapshots
...
See gh-34252
1 year ago
Stéphane Nicoll
5f29df3ac3
Start building against Micrometer 1.14.3 snapshots
...
See gh-34251
1 year ago
Juergen Hoeller
b8c3f03ec0
Merge branch '6.2.x'
1 year ago
Juergen Hoeller
25287205ba
Use ReentrantLock for compilation without synchronization
...
Closes gh-34133
1 year ago
Juergen Hoeller
2bb4df79c3
Ignore SQLServerException with "not supported" message
...
Closes gh-34233
1 year ago
Juergen Hoeller
36fd82f32f
Defensively resolve JarFile from JarURLConnection
...
Closes gh-34216
1 year ago
Juergen Hoeller
0f26f42da7
Defensively check for jar separator in jar entry names
...
Closes gh-34126
1 year ago
Juergen Hoeller
c48fec885c
Avoid caching invalid root directories
...
Closes gh-34111
1 year ago
Stéphane Nicoll
92ede84ea3
Merge branch '6.2.x'
1 year ago