Juergen Hoeller
062a15fbd7
Latest applicable dependency updates (Jetty 9.4.11, Netty 4.1.25, Hibernate ORM 5.1.14, HSQLDB 2.4.1, Derby 10.14.2.0, HtmlUnit 2.31, Selenium 3.12)
7 years ago
Juergen Hoeller
c04c8a2472
Polishing
7 years ago
Juergen Hoeller
f39adcf865
AbstractMethodMessageHandler processes Error as MessageHandlingException
...
Issue: SPR-16912
7 years ago
Juergen Hoeller
da049f480b
ReflectivePropertyAccessor caches sorted methods per class
...
Issue: SPR-16882
7 years ago
Juergen Hoeller
455d8ac7b9
Correct code example for YamlProcessor.setDocumentMatchers
...
Issue: SPR-16849
(cherry picked from commit 7ece0e2)
7 years ago
Sebastien Deleuze
b80c13b722
Deprecate JSONP and disable it by default in Jackson view
...
Issue: SPR-16798
7 years ago
Rossen Stoyanchev
7bfd683816
Eliminate the need for Encoder#getContentLength
...
Issue: SPR-16892
7 years ago
Jason Zhekov
fe01e5114d
Fix format typo in webmvc.adoc
...
Closes gh-1849
7 years ago
Stephane Nicoll
b5595c3904
Fix faulty BeanPostProcessorChecker logs with @EnableCaching
...
Issue: SPR-16896
7 years ago
Violeta Georgieva
76678e9c6a
Fix code examples for WebFlux functional endpoints
...
Closes gh-1844
7 years ago
Johnny Lim
b3a34f8397
Polish doc
...
Closes gh-1843
7 years ago
Juergen Hoeller
79adffd214
Upgrade to Hibernate Validator 6.0.10, RxJava 2.1.14, Gson 2.8.5
7 years ago
Juergen Hoeller
af0a82931e
Polishing
...
(cherry picked from commit 1b728fb)
7 years ago
Juergen Hoeller
bbe5124556
Polishing
7 years ago
Juergen Hoeller
5935b7aefe
Doc: @EnableScheduling needs to be declared per application context
...
Issue: SPR-16852
(cherry picked from commit b39ce80)
7 years ago
Juergen Hoeller
a2d7cc7a69
AbstractRequestLoggingFilter.isIncludeHeaders() declared as protected
...
Issue: SPR-16881
(cherry picked from commit c754232
)
7 years ago
Juergen Hoeller
8a56db6e4e
SimpleAliasRegistry logs info message for alias overriding
...
Issue: SPR-16871
(cherry picked from commit 74fcdea)
7 years ago
Juergen Hoeller
50d6d90ed8
Restore lenient null return value for ConditionContext.getBeanFactory()
...
Includes nullable return value for getClassLoader() with corresponding notes in applicable javadoc.
Issue: SPR-16866
(cherry picked from commit 46a89d9)
7 years ago
Arjen Poutsma
a7ffe092ab
Fix parent path variables in nested route functions
...
This commit fix an issue where path variables in a nested parent
RouterFunction were not committed to the request attributes.
Issue: SPR-16868
(cherry picked from commit 8c30b8e)
7 years ago
Sebastien Deleuze
6407cb9baf
Fix PropertyResolverExtensions.kt location
7 years ago
Gary Russell
0bc0762577
Fix JMS Doc typo
...
There is no such class `ReplyQosSettings`.
Closes gh-1836
7 years ago
Rossen Stoyanchev
051ab05d32
Properly initialize URI/Matrix vars w/ urlDecode=false
...
Issue: SPR-16867
7 years ago
Rossen Stoyanchev
9d36fd0b68
Respect async request timeout of -1 in MockMvc
...
When falling back on the timeout associated with the async request,
a value of -1 must be treated as: never time out.
Issue: SPR-16869
7 years ago
Rossen Stoyanchev
f078e057ce
Update docs on WebClient filters
7 years ago
Rossen Stoyanchev
941186a359
Minor update to STOMP chapter
...
Issue: SPR-16681
7 years ago
Rossen Stoyanchev
27fc4d6053
ChannelInterceptor default methods + deprecate adapter
7 years ago
Rossen Stoyanchev
1943a1f5bd
Fix error in WebFlux chapter on static resources
...
Issue: SPR-16864
7 years ago
Rossen Stoyanchev
a158ff4c3d
Return SslInfo only if X509Certificate[] present
...
Issue: SPR-16842
7 years ago
Rossen Stoyanchev
a71bd7c03f
Immutable Resource[Resolver|Transformer]Chains
...
Backport of #f121aa5e31, applied to spring-webflux only.
Issue: SPR-16862
7 years ago
Sebastien Deleuze
1fefe2ab0c
Upgrade to Dokka 0.9.17
7 years ago
Rossen Stoyanchev
0b36c9437e
CodecConfigurer internal refactoring
...
Improve how HTTP message writers are obtained for general use vs for
multipart requests.
7 years ago
Rossen Stoyanchev
72e7687b80
Polish CodecConfigurer related classes
...
Functionally equivalent updates to package private classes to improve
the code and make it easier to understand.
7 years ago
Rossen Stoyanchev
e87355b29c
STOMP client supports setting accept-version
...
Issue: SPR-16844
7 years ago
Rossen Stoyanchev
1dc8201df1
Polish ReactiveAdapterRegisry
7 years ago
Rossen Stoyanchev
e3e975d7f9
Support for SslInfo in ServerHttpRequest#mutate
...
Issue: SPR-16830
7 years ago
Rossen Stoyanchev
b385ff1d9f
Polish WebFlux WebSocket docs
...
Issue: SPR-16820
7 years ago
Arjen Poutsma
3c88029dd3
Improve toString for filtered router function
...
Issue: SPR-16829
(cherry picked from commit f722f40)
7 years ago
Rossen Stoyanchev
c7adf28f61
Expand WebFlux docs with WebSocketHandler examples
...
Issue: SPR-16820
7 years ago
Rossen Stoyanchev
c555fef6f2
Improve TCP connection info logging.
...
After the recent changes to expose configuring TcpOperations, it no
longer makes sense to automatically log the relayHost/Port since that's
mutually exclusive with a custom TcpOperations.
Instead we delegate to TcpOperations.toString().
Issue: SPR-16801
7 years ago
Rossen Stoyanchev
ab0b0b31fd
Polish: simplify ControllerMethodResolver initialization
7 years ago
Arjen Poutsma
d24546ad18
Improve toString for query param and path extension predicates
...
Issue: SPR-16829
(cherry picked from commit 7424ca5)
7 years ago
Juergen Hoeller
2818051aff
Revised code examples for stored procedure type declarations
...
Issue: SPR-16811
(cherry picked from commit 765d18e)
7 years ago
Juergen Hoeller
a3bcdbe371
SchedulerFactoryBean triggers shutdown after registration failure
...
Issue: SPR-16816
(cherry picked from commit 0098245)
7 years ago
Juergen Hoeller
3978d5500d
Query termination for JPA 2.1 StoredProcedureQuery.execute() method
...
Issue: SPR-16826
(cherry picked from commit 3c8c996)
7 years ago
Juergen Hoeller
416dee7226
AspectJExpressionPointcut evaluates interface method on proxy as well
...
Issue: SPR-16803
(cherry picked from commit bba5dca)
7 years ago
Sebastien Deleuze
4d69ec48b1
Add StatusResultMatchers.isEqualTo Kotlin extension
...
Issue: SPR-16429
7 years ago
Sebastien Deleuze
14a9d291e1
Filter synthetic in ReflectionUtils#USER_DECLARED_METHODS
...
Issue: SPR-16823
7 years ago
Sebastien Deleuze
5183f71a78
Update Kotlin refdoc with the new tutorial
7 years ago
Rossen Stoyanchev
fd36af6fcf
Inject UriComponentsBuilder relative to webapp root
...
Issue: SPR-16813
7 years ago
Rossen Stoyanchev
9179a4fa30
Correct coordinates for Reactor Netty in STOMP chapter
...
Issue: SPR-16802
7 years ago