Sam Brannen
bff2d2cc85
Polishing
6 years ago
Korovin Anatoliy
ab086f4225
Fix fragile tests for asynchronous events
...
This commit introduces a dependency on the Awaitility assertion
framework and makes use of asynchronous assertions in order to make
tests for asynchronous events more robust.
Issue: SPR-17211
6 years ago
Sam Brannen
326895246d
Polishing
6 years ago
Stephane Nicoll
2c1dca5b5e
Polish capitalisation of units on DataSize and javadoc of DataUnit
...
Issue: SPR-17240
6 years ago
Sam Brannen
454cd933d4
Upgrade to JUnit Jupiter 5.3
...
Issue: SPR-17129
6 years ago
Stephane Nicoll
dcdf9c09f5
Merge pull request #894 from keik:typo
...
* pr/894:
Fix typos
6 years ago
Kei KATO
c2585073ba
Fix typos
...
Closes gh-894
6 years ago
Juergen Hoeller
95a56cd28d
Polishing
6 years ago
Juergen Hoeller
51cee658d5
SpelExpression consistently exposes EvaluationContext to compiled AST
...
Operator includes explicit support for Boolean comparisons now.
Issue: SPR-17229
6 years ago
Juergen Hoeller
8c6f3505c4
Transactional timeout documented as seconds in annotation javadoc
...
Issue: SPR-17226
6 years ago
Juergen Hoeller
78cad0fdd3
HibernateTransactionManager lazily acquires JDBC Connection
...
Aligned with HibernateJpaDialect, using ConnectionHandle as functional interface now. Also, LazyConnectionDataSourceProxy supports Connection holdability as applied by HibernateTransactionManager, for use with prepareConnection=true.
Issue: SPR-17216
6 years ago
Sam Brannen
a689daadf9
Complete upgrade to Gradle 4.10
...
Issue: SPR-17155
6 years ago
Sebastien Deleuze
fb3c1881ca
Upgrade to Gradle 4.10
...
Issue: SPR-17155
6 years ago
Brian Clozel
280da61d5c
Fix empty body writing in EncoderHttpMessageWriter
...
Prior to this commit, an bug introduced in SPR-16949 prevented
`Mono.empty` bodies from being written to the response.
This commit ensures that empty bodies still trigger the writing to the
response and does not hang the processing of the exchange.
Issue: SPR-17220
6 years ago
JungHoon, Lee
1dac0df38b
Prevent instantiation of NamedParameterBatchUpdateUtils
...
In order to prevent instantiation of utility classes, this commit
makes NamedParameterBatchUpdateUtils `abstract`.
Issue: SPR-17215
6 years ago
stsypanov
7dba79c7c1
Use String::isEmpty instead of "".equals(arg) when arg is not null
6 years ago
Sam Brannen
4883b8aa03
Polish JavaDoc for @Configuration
6 years ago
Sam Brannen
08ba53dd0e
Ensure SocketUtils can be instantiated
...
Issue: SPR-17215
6 years ago
Sam Brannen
52c91910b2
Polish JavaDoc for @Configuration
6 years ago
Juergen Hoeller
4b86d42890
Upgrade to Netty 4.1.29
6 years ago
Juergen Hoeller
03f1920106
Support Jackson filters in combination with serialization view
...
Issue: SPR-17209
6 years ago
Juergen Hoeller
7056808716
Upgrade to Kotlin 1.2.61, RxJava 2.2.1, Tomcat 9.0.11
6 years ago
Juergen Hoeller
9614817e88
Do not proxy test instances based on "original instance" convention
...
Issue: SPR-17137
6 years ago
Sam Brannen
f6ee2508ef
Clean up warning in AnnotatedElementUtils
6 years ago
Sam Brannen
2bb15f7ed2
Fix grammar in JavaDoc for fully qualified links
...
This commit represents a best effort attempt at fixing remaining
"a" vs. "an" grammatical errors related links specified via a fully
qualified class name.
Issue: SPR-17208
6 years ago
Brian Clozel
482115f3ce
Revert "Make DispacherServlet attributes protected"
...
This reverts commit 253ffd719d
.
6 years ago
Sam Brannen
35c847a708
Polish JavaDoc for JCache support
...
Issue: SPR-17208
6 years ago
Brian Clozel
253ffd719d
Make DispacherServlet attributes protected
...
Since the `initStrategies` method is there to be extended, the related
attributes should be `protected` as well.
6 years ago
Jay Bryant
62cb8ba6ba
Editing pass for the Spring Framework Reference Guide
...
I edited for spelling, punctuation, grammar, usage, and corporate voice. I also added cross-references and links to the Javadoc in a number of places.
6 years ago
Stephane Nicoll
7fdd1372ae
Merge pull request #1938 from izeye:polish-20180823
...
* pr/1938:
Polish
6 years ago
Johnny Lim
4db5d28894
Polish
...
Closes gh-1938
6 years ago
Juergen Hoeller
f13f041fae
Consistent trace logging for init and destroy methods
...
Issue: SPR-17090
6 years ago
Juergen Hoeller
6ef0938a92
Defensive URL cleaning (preserving the original URL if possible)
...
Issue: SPR-17198
6 years ago
横云断岭
c55a9072aa
Fix typo in CONTRIBUTING.md
6 years ago
Brian Clozel
709b185177
Clear global resources reference from HttpResources
...
When used as global Netty resources, ReactorResourceFactory creates and
sets those resources on Reactor's HttpResources directly.
When that ReactorResourceFactory bean is destroyed, those resources are
disposed but HttpResources still holds a reference to those and may try
to use them again.
This commit uses HttpResources to clear those resources and its
references to it, when the ReactorResourceFactory is treating those as
global.
Issue: SPR-17199
6 years ago
Stephane Nicoll
89e2caa4f3
Merge pull request #1934 from kylec32:websocket-documentation-remove-deprecated
...
* pr/1934:
Fix usage of deprecated functionality in docs
6 years ago
Kyle Carter
8848e6ab9f
Fix usage of deprecated functionality in docs
...
Closes gh-1934
6 years ago
Sam Brannen
a8fbac8472
Polish JavaDoc
...
Issue: SPR-17174
6 years ago
Juergen Hoeller
1d59e52f11
EventListenerMethodProcessor accepts internal configuration classes
...
Issue: SPR-17160
6 years ago
Juergen Hoeller
a6a6cf7d97
Upgrade to Java Activation Framework 1.2 as API dependency
...
Includes XMLUnit 2.6.1 and Undertow 2.0.13.
Issue: SPR-16115
6 years ago
Juergen Hoeller
2ac23badee
SimpleAliasRegistry.hasAlias properly resolves multiple chained aliases
...
Issue: SPR-17191
6 years ago
Rossen Stoyanchev
ad88c02bc3
Restore formatting change following revert
6 years ago
Rossen Stoyanchev
498984324d
Revert "Add handleFailure property to FrameworkServlet"
...
This reverts commit 29ce6685ca
.
6 years ago
Sebastien Deleuze
0dd9e8ce02
Polish JettyResourceFactory
...
Issue: SPR-17179
6 years ago
Juergen Hoeller
6bcb454a0d
Polishing
6 years ago
Juergen Hoeller
84300b796c
Fix recent javadoc errors
...
Issue: SPR-17174
6 years ago
Sebastien Deleuze
1eb06fcd90
Introduce JettyResourceFactory
...
JettyResourceFactory, similar to ReactorResourceFactory, allows
to share resources (Executor, ByteBufferPool, Scheduler) between
Jetty clients and servers.
Issue: SPR-17179
6 years ago
Juergen Hoeller
50b6f9da1d
Reference documentation covers async Hibernate/JPA bootstrap options
...
Issue: SPR-17189
6 years ago
Rossen Stoyanchev
31c7807ac9
Fix doc issue with Reactor HttpClient config
6 years ago
Juergen Hoeller
04d2d1da0d
Consistently use double quotes (even if no interpolation needed)
...
Includes upgrade to Hibernate ORM 5.3.5, EclipseLink 2.7.3, Selenium HtmlUnit Driver 2.32.1, Jetty 9.4.12 RC2.
6 years ago