Rossen Stoyanchev
1dd7d53de0
More precise mapping for WebSocket handshake requests
...
Closes gh-26565
4 years ago
Sam Brannen
8535193df3
Update copyright date for DynamicIntroductionAdvice
...
See gh-26568
4 years ago
heqiang
a78701cc4b
Fix Javadoc link in DynamicIntroductionAdvice
...
Closes gh-26568
4 years ago
Brian Clozel
947387b4cd
Fix ResourceUrlProvider handler auto-detection
...
Prior to this commit, `ResourceUrlProvider` would listen and consider
all `ContextRefreshedEvent` and use the given context to detect
`SimpleUrlHandlerMapping`.
This could lead to situations where a `ResourceUrlProvider` uses another
application context than its own (in a parent/child context setup) and
detect the wrong set of handlers.
Because `ResourceUrlProvider` locks itself once the auto-detection is
done, we need to ensure that it considers only events sent by its
application context.
Fixes gh-26561
4 years ago
Sam Brannen
49ccd7ad9c
Polish MockHttpServletResponseTests
...
See gh-26558
4 years ago
Sam Brannen
5b97c47fc4
Sync changes in MockHttpServletResponse test fixture
...
See gh-26558
4 years ago
Koos Gadellaa
40661d62c1
Support cookie w/ only Expires attribute in MockHttpServletResponse
...
Prior to this commit, MockHttpServletResponse only included the Expires
attribute in the generated Cookie header if the Max-Age attribute had
also been set.
This commit supports including the Expires attribute in the generated
Cookie Header even when the Max-Age attribute has not been set.
Closes gh-26558
4 years ago
Sam Brannen
e17ca9a4e9
Implement toString() in MockCookie
4 years ago
Sam Brannen
87761397b0
Document @Value support for Resource/Resource[] injection in ref docs
...
See gh-26447
4 years ago
Sam Brannen
ac58614be8
Polish Resources section of the reference manual
...
See gh-26447
4 years ago
Sam Brannen
4ebd8d77b7
Update link to AsciiDoc Tooling
4 years ago
Taemin Shin
7ca47cfe6b
Fix build output dir for ref docs in CONTRIBUTING.md
...
Closes gh-26556
4 years ago
Sam Brannen
fd49c8f598
Polishing
4 years ago
Spring Buildmaster
ff234568d2
Next development version (v5.3.5-SNAPSHOT)
4 years ago
Sam Brannen
efc335e198
Remove remaining Kotlin "translations" of Java APIs in the reference manual
4 years ago
Sam Brannen
1e57e572dd
Link to all built-in `Resource` implementations
...
See gh-26447
4 years ago
Sam Brannen
829000d511
Remove Kotlin "translations" of Java APIs in the reference manual
...
See gh-26447
4 years ago
Sam Brannen
a315abfd32
Polish ResourcePatternResolver docuementation in the reference manual
...
See gh-26447
4 years ago
Sam Brannen
36d133ce53
Escape URLs in literals in reference manual
...
This prevents the URLs from being rendered as clickable links in the
generated HTML.
4 years ago
Juergen Hoeller
9417975f66
Nullability refinements
...
See gh-26462
4 years ago
Juergen Hoeller
ed9ec58caa
Document ASM version as 9.1 in license file
4 years ago
Juergen Hoeller
f48c3d9b67
Document ASM version as 9.x (effectively 9.1 at present)
4 years ago
Sam Brannen
6b705443a6
Document ResourcePatternResolver in the reference manual
...
Closes gh-26447
4 years ago
Sam Brannen
c26087e848
Document PathResource as a built-in Resource in the reference manual
...
See gh-26447
4 years ago
Sam Brannen
7225238ad5
Update Resource interface in the reference manual
...
See gh-26447
4 years ago
Sam Brannen
ff43731347
Polish Resources section of the reference manual
...
See gh-26447
4 years ago
Taemin Shin
29fb3f27be
Fix typo in @Configurable example in reference manual
...
Closes gh-26551
4 years ago
Rossen Stoyanchev
63db250ebe
Upgrade to Reactor 2020.0.4
...
Closes gh-26548
4 years ago
gaerfield
b00c7075a5
Introduce WebClient.ResponseSpec.awaitBodilessEntity()
...
This commit also allows awaitBody<Unit>() to be used.
Closes gh-26504
4 years ago
Juergen Hoeller
3718c8d0e0
Upgrade to Hibernate ORM 5.4.28 and OpenPDF 1.3.25
4 years ago
Juergen Hoeller
ca8261cbf8
Polishing
4 years ago
Carsten Dimmek
8de10e9199
Accept nullable values in MapSqlParameterSource set operators
...
Closes gh-26288
4 years ago
Stephane Nicoll
7536b7f42a
Upgrade to Gradle 6.8.2
...
Closes gh-26552
4 years ago
Stephane Nicoll
bc71cc1a76
Merge branch 'gh-26462'
...
Closes gh-26462
4 years ago
Stephane Nicoll
582559dd9e
Polish "Allow customer resolver and property sources"
...
See gh-26462
4 years ago
Phillip Webb
d4c609f2f0
Allow customer resolver and property sources
...
Add factory methods to `AbstractEnvironment` that allow a custom
`ConfigurablePropertyResolver` and `MutablePropertySources` instance
to be used.
See gh-26462
4 years ago
Sébastien Deleuze
3524401bf1
Introduce a NativeDetector utility class
...
With the introduction of the -H:+InlineBeforeAnalysis native image
compiler flag in GraalVM 21.0.0, it is now possible to use an utility method and get code
removal at build time.
This flag will be enabled as of Spring Native 0.9.0.
closes gh-25795
4 years ago
Stephane Nicoll
86423c91f7
Merge branch 'gh-26461'
...
Closes gh-26461
4 years ago
Stephane Nicoll
8807f94ad8
Polish "Allow bypass of active/default properties"
...
See gh-26461
4 years ago
Phillip Webb
da3ff29e88
Allow bypass of active/default properties
...
Introduce protected methods that can be used to bypass or change the
way that active and default property values are read.
See gh-26461
4 years ago
Sébastien Deleuze
9c6b1b645d
Prevent kotlinx.serialization usage on collection of interfaces
...
Closes gh-26371
4 years ago
Rossen Stoyanchev
0fc8bf654b
Expose DispatcherHandler as PreFlightRequestHandler
...
Closes gh-26257
4 years ago
Rossen Stoyanchev
729535d36c
Ensure presence of cached lookupPath
...
Closes gh-26546
4 years ago
Juergen Hoeller
634c7710f9
Remove trailing whitespace (Checkstyle)
...
See gh-26471
4 years ago
Yanming Zhou
2fbfd8a5db
Avoid unnecessary wrapping for SqlParameterValue
...
Fix https://github.com/spring-projects/spring-framework/issues/26467
4 years ago
Sébastien Deleuze
42c15be8d3
Upgrade to Kotlin 1.4.30
...
Closes gh-26545
4 years ago
Juergen Hoeller
3baa44c5ef
Polishing
4 years ago
Juergen Hoeller
4b86a1a755
Upgrade to Netty 4.1.59, Tomcat 9.0.43, Undertow 2.2.4, Mockito 3.7.7, HtmlUnit 2.47.1, Joda-Time 2.10.10, RxJava 2.2.21 and 3.0.10
4 years ago
Juergen Hoeller
df977a2fd2
Nullability refinements and related polishing
4 years ago
Juergen Hoeller
99a1388bbd
Re-resolve cached arguments in case of NoSuchBeanDefinitionException
...
Closes gh-26517
4 years ago