rstoyanchev
3a70c71c5e
Merge branch '6.0.x'
1 year ago
rstoyanchev
05c3ffb2fb
Use InvalidMimeTypeException in MimeTypeUtils#sortBySpecificity
...
Closes gh-31254
1 year ago
rstoyanchev
19e8ed130c
Cache Filter for HandlerMappingIntrospector and log warnings
...
See gh-31588
1 year ago
Stéphane Nicoll
f15b8b95ad
Merge branch '6.0.x'
1 year ago
Sébastien Deleuze
183c2f82b2
Refine `@EmbeddableInstantiator` reflection hints
...
Based on @odrotbohm proposal to manage a wider set
of use cases.
Closes gh-31534
1 year ago
Stéphane Nicoll
4464251754
Add missing runtime hints for ProblemDetail mixins
...
Closes gh-31606
1 year ago
Brian Clozel
8eebb5e27b
Polish
...
See gh-31575
1 year ago
Arjen Poutsma
0ef3cb9b9e
Merge branch '6.0.x'
1 year ago
Arjen Poutsma
8868fe2ea5
Fix position bug in NettyDataBuffer::toByteBuffer
...
Closes gh-31605
1 year ago
Juergen Hoeller
ca9634143c
Upgrade to Reactor 2023.0.0
...
Includes Protobuf 3.25.0, Artemis 2.31.2, Checkstyle 10.12.5
Closes gh-31557
1 year ago
Juergen Hoeller
0e6bf098cb
Merge branch '6.0.x'
...
# Conflicts:
# build.gradle
# framework-platform/framework-platform.gradle
# spring-jdbc/src/main/java/org/springframework/jdbc/core/namedparam/NamedParameterJdbcTemplate.java
1 year ago
Juergen Hoeller
c373f496f3
Consistent ordering of overloaded operations
1 year ago
Juergen Hoeller
eb1883bdc4
Upgrade to Reactor 2022.0.13 and Netty 4.1.101
...
Includes RxJava 3.1.8, Apache HttpComponents Core Reactive 5.2.3, POI 5.2.4, Commons IO 2.15, WebJars Locator 0.55, OpenPDF 1.3.33, JRuby 9.4.5, H2 2.2.224, ActiveMQ 5.17.6, Checkstyle 10.12.5
Closes gh-31585
1 year ago
Juergen Hoeller
01fc1ee3bb
Introduce update variant with KeyHolder and explicit key column names
...
Closes gh-31607
1 year ago
Stéphane Nicoll
510caad6c3
Merge branch '6.0.x'
1 year ago
Stéphane Nicoll
df6f66110f
Fix wrong nullability requirement
...
Closes gh-31610
1 year ago
Sébastien Deleuze
92c3843dae
Add required AspectJ field hints
...
This commit adds reflection hints on fields for
classes compiled by AspectJ.
Closes gh-31575
1 year ago
rstoyanchev
e12269ef1a
Merge branch '6.0.x'
1 year ago
rstoyanchev
ac235a0c43
Fix checkstyle violation
1 year ago
rstoyanchev
2613dfce0b
Merge branch '6.0.x'
1 year ago
rstoyanchev
a4e3af5cbe
Revise HandlerMappingIntrospector caching
...
Expose methods to set and reset cache to use from a Filter instead
of a method to create such a Filter. Also use cached results only
if they match by dispatcher type and requestURI.
See gh-31588
1 year ago
Sam Brannen
978e81e72e
Merge branch '6.0.x'
1 year ago
Sam Brannen
e71117dcdf
Polish contribution
...
See gh-31598
1 year ago
Jason
d5874ab99e
Avoid duplicate resources in PathMatchingResourcePatternResolver on Windows
...
This commit updates PathMatchingResourcePatternResolver to avoid
returning duplicate resources on MS Windows when searching using the
`classpath*:` prefix and a wildcard pattern that matches resources
which are directly present in a JAR as well as present via classpath
manifest entries.
Closes gh-31598
1 year ago
Juergen Hoeller
2b7a9209b3
Merge branch '6.0.x'
1 year ago
Juergen Hoeller
99327b7db1
Preserve nested square brackets within parameter name
...
Closes gh-31596
1 year ago
Juergen Hoeller
3e06441d97
Cache SpEL-loaded types in StandardTypeLocator
...
Closes gh-31579
1 year ago
Arjen Poutsma
8f21479234
Add body conversion capabilities in RestClient::exchange
...
This commit introduces a ConvertibleClientHttpResponse type that
extends ClientHttpResponse, and that can convert the body to a desired
type. Before this commit, it was not easy to use the configured HTTP
message converters in combination with RestClient::exchange.
Closes gh-31597
1 year ago
Stéphane Nicoll
dd97dee7fd
Polish
1 year ago
Sébastien Deleuze
eb3982b6c2
Property-driven onRefresh exit for AppCDS purpose
...
This commit allows to terminate the JVM when the
-Dspring.context.exit=onRefresh property is set,
which can be useful for AppCDS training run in order
to get most of the AppCDS cache without starting the
beans.
Closes gh-31595
1 year ago
Brian Clozel
258f99a8bc
Merge branch '6.0.x'
1 year ago
Brian Clozel
01f2925048
Upgrade to Micrometer 1.10.13
...
Closes gh-31586
1 year ago
Brian Clozel
dced3539a3
Upgrade to Context Propagation 1.1.0
...
Closes gh-31599
1 year ago
Brian Clozel
bb66885426
Upgrade to Micrometer 1.12.0
...
Closes gh-31556
1 year ago
Stéphane Nicoll
7f615fd8af
Fix reference in deprecation message of parseForwardedFor
1 year ago
rstoyanchev
33b1ff5d27
Merge branch '6.0.x'
1 year ago
rstoyanchev
44a37000ec
HandlerMappingIntrospector exposes Filter for caching
...
Closes gh-31588
1 year ago
rstoyanchev
53fe5fafed
Minor refactoring in HandlerMappingIntrospector
...
See gh-31588
1 year ago
Stéphane Nicoll
f5453cc445
Polish
1 year ago
rstoyanchev
b9bd98fc5b
Polishing in HandlerMappingIntrospector
...
See gh-31588
1 year ago
Simon Baslé
a97ecf7a29
Link to KDoc/Javadoc in their respective counterpart overview pages
...
This commit adds a link in the package-overview pages of KDoc and
Javadoc, pointing to the other documentation's own page.
In order for local tests to work, the build has been slightly modified
to align with the directory structure in the distributed documentation
zip (and consequently with that of the deployed documentation website).
Lastly, the javadoc build was fixed to include the `overview.html` again
in the resulting HTML index, since this is where the KDoc link is added.
See gh-28055
Closes gh-31587
1 year ago
Sam Brannen
8a7144ba42
Document how to log @Sql scripts and statements
...
Closes gh-31589
1 year ago
Sam Brannen
6c3a3dc7d9
Polishing
1 year ago
Sam Brannen
b1a7161218
Document @Sql class-level execution phase support in the reference manual
...
Closes gh-31377
1 year ago
Sam Brannen
332de60586
Update @Sql docs regarding Kotlin and Java 8
1 year ago
rstoyanchev
769128a0b2
Merge branch '6.0.x'
1 year ago
rstoyanchev
7714110940
Polishing in DefaultWebClient
1 year ago
rstoyanchev
75d1278bde
Include port when logging URI in DefaultWebClient
...
Closes gh-30519
1 year ago
rstoyanchev
d8441fc80c
Invoke handleEmptyBody if there is no content-type
...
Closes gh-30522
1 year ago
Sébastien Deleuze
d8ed7c7906
Merge branch '6.0.x'
1 year ago