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
4 years ago
Arjen Poutsma
b84fe99d07
Polish "Throw 404 ResponseStatusException when no routes found"
...
See gh-25358
4 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
4 years ago
Rossen Stoyanchev
5649a6f8ef
Update exchangeToMono Javadoc
...
This time showing a more representative example.
See gh-27645
4 years ago
Arjen Poutsma
be6eeafe78
Revert change createException to createError
...
createError is not available in 5.3.
See gh-27645
4 years ago
Arjen Poutsma
b77b45434f
Change createException to createError
...
See gh-27645
4 years ago
Rossen Stoyanchev
6582787678
Apply resources after application HttpClient mapper
...
Closes gh-27749
4 years ago
Rossen Stoyanchev
8b89128c7b
Update createException example for WebClient
...
Closes gh-27645
4 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
4 years ago
Sam Brannen
40d2058b97
Upgrade to JUnit 5.8.2
...
Closes gh-27744
4 years ago
Rossen Stoyanchev
0d478ca8dd
Add link to WebSocket scope from the Spring Core section
...
Closes gh-25172
4 years ago
Rossen Stoyanchev
445c0def0c
Update docs on heartbeats with simple broker
...
Closes gh-27746
4 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
4 years ago
Stephane Nicoll
27257fb82e
Polish "Fix reference to CountingBeforeAdvice"
...
See gh-22246
4 years ago
diguage
e209a460ca
Fix reference to CountingBeforeAdvice
...
See gh-22246
4 years ago
Brian Clozel
d019c1f82b
Polish
...
See gh-2030
4 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
4 years ago
Stephane Nicoll
a1b2695c3a
Polish "Clarify behaviour of AnnotationBeanNameGenerator with acronyms"
...
See gh-2030
4 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
4 years ago
Rossen Stoyanchev
829bed03af
Polishing contribution
...
Closes gh-27723
4 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
4 years ago
Rossen Stoyanchev
0d7c562693
Polishing contribution
...
Closes gh-910
4 years ago
/usr/local/ΕΨΗΕΛΩΝ
913cc079af
TagWriter can write empty attribute
...
See gh-910
4 years ago
Rossen Stoyanchev
3f7dec0b0d
Polishing contribution
...
Closes gh-699
4 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
4 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
4 years ago
Stephane Nicoll
19a8b94b21
Polish "Expose prestartAllCoreThreads on ExecutorService"
...
See gh-1246
4 years ago
Federico Donnarumma
2c53e9e308
Expose prestartAllCoreThreads on ExecutorService
...
See gh-1246
4 years ago
Arjen Poutsma
2271b6078e
Polishing contribution
...
See gh-1607
4 years ago
qxo
e8eeb99ac8
Repect StaxDriver in XStreamMarshaller::marshalXmlStreamWriter
...
This commit makes sure that namespaces configured via the streamDriver
property are respected.
4 years ago
Stephane Nicoll
b67e97d388
Polish
4 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
4 years ago
Stephane Nicoll
23babe27bb
Polish "Add tests for AbstractRoutingDataSource"
...
See gh-1330
4 years ago
Kazuki Shimizu
bcb9f159ca
Add tests for AbstractRoutingDataSource
...
See gh-1330
4 years ago
Stephane Nicoll
8ca9187938
Merge pull request #1025 from julianladisch
...
* pr/1025:
Fix simple data format in appendix
Closes gh-1025
4 years ago
julianladisch
1e0bdf95d0
Fix simple data format in appendix
...
See gh-1025
4 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
4 years ago
Stephane Nicoll
544f357661
Polish "Refine StoredProcedure#declareParameter Javadoc"
...
See gh-1000
4 years ago
awgtek
ca4f338d75
Refine StoredProcedure#declareParameter Javadoc
...
See gh-1000
4 years ago
Stephane Nicoll
8e8c88ea5c
Merge pull request #767 from thomasdarimont
...
* pr/767:
Document @Bean definitions via default methods
Closes gh-767
4 years ago
Thomas Darimont
767299c6dd
Document @Bean definitions via default methods
...
See gh-767
Co-authored-by: Stephane Nicoll <snicoll@vmware.com>
4 years ago
Stephane Nicoll
3290495222
Merge pull request #27699 from quaff
...
* pr/27699:
Fix typo
Closes gh-27699
4 years ago
Yanming Zhou
b4b3c2ead6
Fix typo
...
See gh-27699
4 years ago
Jerome Prinet
dfd5374f02
Upgrade Gradle enterprise plugin to 3.7.2
...
Closes gh-27704
4 years ago
Arjen Poutsma
722ab25f27
Support empty file names in UriUtils::extractFileExtension
...
Closes gh-27639
4 years ago
Sam Brannen
c37d6c30a0
Fix nullability declarations in MergedContextConfiguration
4 years ago
Arjen Poutsma
5fbdd6dcfe
Throw exception using capturing patterns in AntPathMatcher
...
Closes gh-27688
4 years ago
d4ksn
29572600dc
Ensure that references > MAX_REFERENCE_SIZE are not processed
...
This commit ensures that only HTML references of length <
MAX_REFERENCE_SIZE are considered as potential references. This check is
possible because reference longer than 10 digits are out of bounds for
Integers.
Closes gh-1249
4 years ago
Spring Builds
aaf626a537
Next development version (v5.3.14-SNAPSHOT)
4 years ago
Arjen Poutsma
9197f15a30
Use ByteArrayDecoder in DefaultClientResponse::createException
...
This commit changes DefaultClientResponse::createException to use
the ByteArrayDecoder, instead of converting to DataBuffers and
turning these into a byte array.
Closes gh-27666
4 years ago