Sam Brannen
ad7cdc5ce9
Fix regression for null varargs in SpEL expressions
...
A regression was introduced in gh-27582. Specifically, when null is
supplied as the single argument for a varargs parameter in a method or
function in a SpEL expression, ReflectionHelper currently throws a
NullPointerException instead of leaving the null value unchanged.
This commit fixes this regression.
Closes gh-27719
3 years ago
Stephane Nicoll
6cc9538ab9
Start building against Reactor 2020.0.14 snapshots
...
See gh-27793
3 years ago
Rossen Stoyanchev
e9083d7d20
Apply LogFormatUtils in more places
3 years ago
Stephane Nicoll
98ce171b30
Revert "Mention explicitly that @EventListener should be put on public methods"
...
This reverts commit 57a5370eec
.
See gh-27777
3 years ago
Stephane Nicoll
57a5370eec
Mention explicitly that @EventListener should be put on public methods
...
Closes gh-27777
3 years ago
Rossen Stoyanchev
99c7608ffe
Replace both EOL and control characters
3 years ago
Arjen Poutsma
c0f79ee00a
Merge pull request #25092 from jkatada:fix-ModelAndView-status-for-redirect
...
* gh-25092:
Fix for ModelAndView.status not working with RedirectView
3 years ago
Katada, Junya
9261766677
Fix for ModelAndView.status not working with RedirectView
3 years ago
Juergen Hoeller
14f24f43d7
Polishing
3 years ago
Juergen Hoeller
d7e0eed8d2
Clarify getBeanProvider(ResolvableType) semantics for unresolved generics
...
Closes gh-27727
3 years ago
Juergen Hoeller
7c834d98c2
Upgrade to ASM master (including early support for Java 19 bytecode)
...
Closes gh-27740
3 years ago
Juergen Hoeller
70974e006e
Upgrade to Tomcat 9.0.55, Undertow 2.2.13, RxJava 3.1.3, SmallRye Mutiny 1.2, Joda-Time 2.10.13, JRuby 9.2.20.1, HtmlUnit 2.55, Checkstyle 9.2
3 years ago
Arjen Poutsma
2f557d9583
Merge pull request #25358 from ivd-git:router-function-handler-not-found-to-exception-pr
...
* gh-25358:
Polish "Throw 404 ResponseStatusException when no routes found"
Throw 404 ResponseStatusException when no routes found
3 years ago
Arjen Poutsma
b84fe99d07
Polish "Throw 404 ResponseStatusException when no routes found"
...
See gh-25358
3 years ago
Ingmar van Dijk
69df27a99f
Throw 404 ResponseStatusException when no routes found
...
This commit makes it possible to customize 404 responses generated by
RouterFunctionWebHandler, by throwing an ResponseStatusException
instead of returning a standard 404 response.
See gh-25358
3 years ago
Rossen Stoyanchev
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
3 years ago
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
3 years ago
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
3 years ago
Rossen Stoyanchev
6582787678
Apply resources after application HttpClient mapper
...
Closes gh-27749
3 years ago
Rossen Stoyanchev
8b89128c7b
Update createException example for WebClient
...
Closes gh-27645
3 years ago
Arjen Poutsma
2a5713f389
Always copy ServerResponse headers
...
Prior to this commit, ServerResponse headers would only be written if
there were no existing headers with the same name, thus making it
impossible to overwrite existing headers.
With the changes in this commit, headers are always written.
Closes gh-27741
3 years ago
Sam Brannen
40d2058b97
Upgrade to JUnit 5.8.2
...
Closes gh-27744
3 years ago
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
3 years ago
Rossen Stoyanchev
445c0def0c
Update docs on heartbeats with simple broker
...
Closes gh-27746
3 years ago
Stephane Nicoll
ef696c787b
Merge pull request #22246 from diguage
...
* pr/22246:
Polish "Fix reference to CountingBeforeAdvice"
Fix reference to CountingBeforeAdvice
Closes gh-22246
3 years ago
Stephane Nicoll
27257fb82e
Polish "Fix reference to CountingBeforeAdvice"
...
See gh-22246
3 years ago
diguage
e209a460ca
Fix reference to CountingBeforeAdvice
...
See gh-22246
3 years ago
Brian Clozel
d019c1f82b
Polish
...
See gh-2030
3 years ago
Stephane Nicoll
82d6e07090
Merge pull request #2030 from matips
...
* pr/2030:
Polish "Clarify behaviour of AnnotationBeanNameGenerator with acronyms"
Clarify behaviour of AnnotationBeanNameGenerator with acronyms
Closes gh-2030
3 years ago
Stephane Nicoll
a1b2695c3a
Polish "Clarify behaviour of AnnotationBeanNameGenerator with acronyms"
...
See gh-2030
3 years ago
Mateusz
341f4882ed
Clarify behaviour of AnnotationBeanNameGenerator with acronyms
...
Name transformation is delegated to Introspector#decapitalize, which
states "but in the (unusual) special case when there is more than one
character and both the first and second characters are upper case, we
leave it alone.". This commit clarifies this behavior.
See gh-2030
3 years ago
Rossen Stoyanchev
829bed03af
Polishing contribution
...
Closes gh-27723
3 years ago
Andreas Grub
ce0aed216b
Add getter for RequestMappingInfo.BuilderConfiguration
...
This improves support for programmatic registration of mappings to
use the same config as that of the RequestMappingHandlerMapping.
See gh-27723
3 years ago
Rossen Stoyanchev
0d7c562693
Polishing contribution
...
Closes gh-910
3 years ago
/usr/local/ΕΨΗΕΛΩΝ
913cc079af
TagWriter can write empty attribute
...
See gh-910
3 years ago
Rossen Stoyanchev
3f7dec0b0d
Polishing contribution
...
Closes gh-699
3 years ago
Marco Krikke
830cc3450f
Improved DataBinder Javadoc for xxx*yyy pattern matching
...
The default documentation does not mention xxx*yyy pattern matching,
which is, however, supported by PatternMatchUtils. Such a pattern
can be useful for matching nested properties in all elements of a
collection, e.g. property[*].nestedProperty.
See gh-699
3 years ago
Stephane Nicoll
6f6d27f50f
Merge pull request #1246 from fededonna
...
* pr/1246:
Polish "Expose prestartAllCoreThreads on ExecutorService"
Expose prestartAllCoreThreads on ExecutorService
Closes gh-1246
3 years ago
Stephane Nicoll
19a8b94b21
Polish "Expose prestartAllCoreThreads on ExecutorService"
...
See gh-1246
3 years ago
Federico Donnarumma
2c53e9e308
Expose prestartAllCoreThreads on ExecutorService
...
See gh-1246
3 years ago
Arjen Poutsma
2271b6078e
Polishing contribution
...
See gh-1607
3 years ago
qxo
e8eeb99ac8
Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter
...
This commit makes sure that namespaces configured via the streamDriver
property are respected.
3 years ago
Stephane Nicoll
b67e97d388
Polish
3 years ago
Stephane Nicoll
656f0591c6
Merge pull request #1330 from kazuki43zoo
...
* pr/1330:
Polish "Add tests for AbstractRoutingDataSource"
Add tests for AbstractRoutingDataSource
Closes gh-1330
3 years ago
Stephane Nicoll
23babe27bb
Polish "Add tests for AbstractRoutingDataSource"
...
See gh-1330
3 years ago
Kazuki Shimizu
bcb9f159ca
Add tests for AbstractRoutingDataSource
...
See gh-1330
3 years ago
Stephane Nicoll
8ca9187938
Merge pull request #1025 from julianladisch
...
* pr/1025:
Fix simple data format in appendix
Closes gh-1025
3 years ago
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
3 years ago
Stephane Nicoll
44da9451c4
Merge pull request #1000 from awgtek
...
* pr/1000:
Polish "Refine StoredProcedure#declareParameter Javadoc"
Refine StoredProcedure#declareParameter Javadoc
Closes gh-1000
3 years ago
Stephane Nicoll
544f357661
Polish "Refine StoredProcedure#declareParameter Javadoc"
...
See gh-1000
3 years ago