Juergen Hoeller
6663d0ff07
Support for ResolvableType.getType().getTypeName() on Java 8
...
Issue: SPR-16535
7 years ago
Juergen Hoeller
c2d5ca9811
Proper nullable return declaration for AbstractValueAdaptingCache.lookup
...
Issue: SPR-15540
7 years ago
Juergen Hoeller
7d89de06e3
Enforce GMT timezone for testBindInstantFromJavaUtilDate
...
Issue: SPR-16534
7 years ago
Juergen Hoeller
15c97b753e
Revised URI building in http.server (consistently use raw attributes)
...
Issue: SPR-16434
7 years ago
sdeleuze
c6f5acf15d
Upgrade Dokka to 0.9.16
7 years ago
Juergen Hoeller
2a379e099c
Polishing
7 years ago
Juergen Hoeller
8a56cd0e8b
Revised URI building in http.server (avoid package cycle with web.util)
...
Issue: SPR-16434
7 years ago
igor-suhorukov
b202205d77
Polish: String.valueOf() should not be appended to a String
7 years ago
igor-suhorukov
49fd724d8f
Polish: String function use should be optimized for single characters
7 years ago
Rossen Stoyanchev
9c55dd5961
Additional shortcut with charset in WebSocketMessage
7 years ago
Alexander Sparkowsky
d3eff49c59
Fix typos in webmvc documentation
7 years ago
Juergen Hoeller
3732032ee4
Customizable PreparedStatementCreator in NamedParameterJdbcTemplate
...
Issue: SPR-16050
7 years ago
Juergen Hoeller
0ef9568c06
Upgrade to OkHttp 3.10 (as well as RxJava 2.1.10 and Caffeine 2.6.2)
7 years ago
Juergen Hoeller
9e55422334
Polishing
7 years ago
Juergen Hoeller
01d9475bcc
Turn registered controller classes into controller instances on the fly
...
Issue: SPR-16520
7 years ago
Juergen Hoeller
85984f3b72
Mark Castor tests as deprecated
...
Issue: SPR-16219
7 years ago
igor-suhorukov
c782075a13
Polish: Array designators "[]" should be on the type, not the variable
7 years ago
Juergen Hoeller
7f58d9ede0
Efficiently merge bean name result with parent result (possibly empty)
7 years ago
Juergen Hoeller
3531c104b0
Prefer Collections.addAll call with array over Set.addAll(Arrays.asList)
7 years ago
igor-suhorukov
67a91cf6f9
Polish: redundant pairs of parentheses should be removed
7 years ago
Juergen Hoeller
eeecbaef2c
Gson/JsonbHttpMessageConverter keeps output stream open (for SseEmitter)
...
Issue: SPR-16529
7 years ago
Juergen Hoeller
578c078082
Polishing
7 years ago
Juergen Hoeller
0f740527c1
Deprecated StringUtils.mergeStringArrays
7 years ago
Juergen Hoeller
1278459ad5
ReactorHttpHandlerAdapter logs bad request at warn level only
...
Issue: SPR-16524
7 years ago
Juergen Hoeller
3d6483873f
Upgrade to Netty 4.1.22
7 years ago
Juergen Hoeller
0939492966
Upgrade to Apache Johnzon 1.1.6
7 years ago
Juergen Hoeller
a5cbf5fe24
Consistent use of Collection.toArray with zero-sized array argument
...
Includes consistent use of ClassUtils.toClassArray (as non-null variant)
Issue: SPR-16523
7 years ago
Jinsoo Park
1ab3f88e82
Fix typo
...
MockMVc -> MockMvc
7 years ago
Rossen Stoyanchev
bb8cddda23
Assert instances (vs classes) in MockMvc/WebTestClient
...
Issue: SPR-16520
7 years ago
Rossen Stoyanchev
3bfa56dff2
Polish
7 years ago
Rossen Stoyanchev
6959e66b25
JsonEOFException is wrapped as DecodingError
...
Jackson2Tokenizer now also wraps JsonProcessingException's on
endOfInput(), as it also does in tokenize(DataBuffer). This ensures
treating those errors as 400 vs 500.
Issue: SPR-16521
7 years ago
Rossen Stoyanchev
a6d527e57a
Call onAllDataRead when read() returns -1
...
When read returns -1, we know we've reached the end of input. Instead
of waiting for the onAllDataRead container callback, this commit
proactively calls onAllDataRead.
Issue: SPR-16521
7 years ago
Spring Buildmaster
1aaefbdd03
Next Development Version
7 years ago
Juergen Hoeller
f316f6a46a
Remove unnecessary assertions from annotation resolution code paths
...
Issue: SPR-16514
7 years ago
Juergen Hoeller
3ba858213f
Upgrade to RxJava 1.3.6
7 years ago
Juergen Hoeller
0de36d2883
Consistent HttpMethod identity comparisons
7 years ago
Stephane Nicoll
d1e9161ca6
Merge pull request #1691 from theHacker:patch-1
...
* pr/1691:
Polish Javadoc
7 years ago
Alexander Münch
37f19a4b43
Polish Javadoc
...
WebSocketMessageBrokerStats's Javadoc now states the correct default
logging period.
Closes gh-1691
7 years ago
Juergen Hoeller
1ea233ac56
Upgrade to Reactor Bismuth SR6
7 years ago
Juergen Hoeller
d7cab23e6d
Consistent use of StringUtils.toStringArray
...
(cherry picked from commit 6d11b40
)
7 years ago
Rossen Stoyanchev
c198138d4e
Polish URI encoding section
7 years ago
Rossen Stoyanchev
2b4250ec44
[doc] WebFlux has coverage of URI links
...
Issue: SPR-16423
7 years ago
Rossen Stoyanchev
9c679fccdf
Fix intdentation
7 years ago
Rossen Stoyanchev
ac495d7380
Polish ForwardedHeaderFilter and related code
...
Issue: SPR-16506
7 years ago
Juergen Hoeller
c9d08bff41
DefaultListableBeanFactory only calls getPriority for non-null instance
...
Issue: SPR-16508
7 years ago
Rossen Stoyanchev
6920a1f958
ForwardedHeaderFilter handles query+fragment correctly
...
Issue: SPR-16506
7 years ago
Rossen Stoyanchev
dcf5c646be
Use correct X509 certificate attribute name
...
Issue: SPR-16507
7 years ago
Sam Brannen
1513e7be63
Polishing
7 years ago
Juergen Hoeller
8d3264f680
Prefer List.sort(Comparator) over Collections.sort(List, Comparator)
7 years ago
Juergen Hoeller
b35274f5a7
WebSocket callbacks need to remain inner classes (retaining generics)
7 years ago