Stephane Nicoll
a309443ecc
Merge pull request #12208 from kedar-joshi:documentation-polish
...
* pr/12208:
Polish
7 years ago
Kedar Joshi
b189d88b94
Polish
...
Closes gh-12208
7 years ago
Stephane Nicoll
8755b4a547
Merge pull request #12203 from dreis2211:polish-tomcat-tests
...
* pr/12203:
Polish argument capturing in two Tomcat tests
7 years ago
dreis2211
cbabf5414c
Polish argument capturing in two Tomcat tests
...
Closes gh-12203
7 years ago
Stephane Nicoll
c3ae02a476
Merge pull request #12215 from izeye:doc-name
...
* pr/12215:
Update doc to align with TomcatEmbeddedServletContainerFactory renaming
7 years ago
Johnny Lim
dc715a352a
Update doc to align with TomcatEmbeddedServletContainerFactory renaming
...
Closes gh-12215
7 years ago
Stephane Nicoll
8257fd9d2f
Merge pull request #12210 from aheritier:patch-1
...
* pr/12210:
Fix dependency management of hibernate-validator-annotation-processor
7 years ago
Arnaud Heritier
6359642509
Fix dependency management of hibernate-validator-annotation-processor
...
Closes gh-12210
7 years ago
Stephane Nicoll
f73f283c11
Merge pull request #12211 from igor-suhorukov:master
...
* pr/12211:
Polish
7 years ago
igor-suhorukov
98f4692c62
Polish
...
This commit changes invocations to immediately return the expression
instead of assigning it to a temporary variable. The method name should
be sufficient for callers to know exactly what will be returned.
Closes gh-12211
7 years ago
Andy Wilkinson
c27fa7bf91
Polish ordering of version properties and managed dependencies
7 years ago
Stephane Nicoll
d45910d5b7
Merge pull request #12202 from dreis2211:match-polish
...
* pr/12202:
Polish contribution
Polish
7 years ago
Stephane Nicoll
2641559231
Polish contribution
...
Closes gh-12202
7 years ago
dreis2211
e2fb093ccf
Polish
...
See gh-12202
7 years ago
Stephane Nicoll
602f733f48
Merge pull request #12205 from izeye:polish-20180224
...
* pr/12205:
Polish
7 years ago
Johnny Lim
d441a8a89a
Polish
...
Closes gh-12205
7 years ago
Andy Wilkinson
1314678890
Nest @EnableWebFluxSecurity to avoid overzealous Wildfly warnings
...
Closes gh-12174
7 years ago
Andy Wilkinson
800ddc5403
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
915eaf3447
Polish
7 years ago
Andy Wilkinson
85c7ed2746
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
746cc0f70b
Make JarFile.size() return the number of entries in the jar
...
Closes gh-12195
7 years ago
Andy Wilkinson
73ad36d817
Merge branch '1.5.x'
7 years ago
Andy Wilkinson
146858505f
Synchronize on class loading lock in RestartClassLoader
...
Closes gh-12171
7 years ago
Andy Wilkinson
782ab2803e
Polish documentation regarding target class proxying
...
Closes gh-12196
7 years ago
Stephane Nicoll
9b61df6a2b
Polish
7 years ago
Stephane Nicoll
13b736b1cd
Migrate remaining duration-based properties for Rabbit
...
Closes gh-12192
7 years ago
Andy Wilkinson
48656d0d53
Fix build warnings about use of ${artifactId}
...
See gh-11994
7 years ago
Stephane Nicoll
cb1eed42b8
Polish
7 years ago
Stephane Nicoll
e1fd9df7b9
Fix usage of management.server.add-application-context-header
...
Closes gh-12190
7 years ago
Stephane Nicoll
976a23d977
Fix duration unit of spring.messages.cache-duration
...
Closes gh-12183
7 years ago
Stephane Nicoll
2b729bf114
Fix description of `checkpoint-interval`
...
See gh-12181
7 years ago
Stephane Nicoll
92d1c6126b
Harmonize `accesslog.enabled` flag for Undertow
...
Closes gh-12178
7 years ago
Stephane Nicoll
09ff815f00
Harmonize metadata
...
Closes gh-12177
7 years ago
Phillip Webb
f9da113943
Exclude FileEditor from binding conversion
...
Exclude `FileEditor` from the `BindConverter` since it uses slightly
unusual logic to create the file. Specifically, given a value of "."
the editor will locate a `ClassPathResource` then return `getFile()`
from that resource. For back-compatibility, binding should use the
simpler conversion service logic.
Fixes gh-12163
7 years ago
Phillip Webb
7e10d86ed3
Polish
7 years ago
Phillip Webb
3dea6fc645
Fix bind TypeConverter delegation with collections
...
Update `BindConverter` so that delegation to `SimpleTypeConverter` also
works with Collections and Arrays.
Prior to this commit, conversion that relied on a `PropertyEditor` would
only work for simple types. For example, "String -> Class<?>" would use
the `ClassEditor` but "String -> List<Class<?>>" would fail.
The `BindConverter` now uses a minimal `ConversionService` as an adapter
to the `SimpleTypeConverter`. This allows us to use the same delimited
string conversion logic as the `ApplicationConverter`.
Fixes gh-12166
7 years ago
Phillip Webb
4b9c3c137e
Polish Collection.toArray
...
Consistently use `StringUtils.toStringArray`, `ClassUtils.toClassArray`
or zero length when converting collections to arrays.
Fixes gh-12160
7 years ago
Phillip Webb
358adcd6e3
Merge pull request #12182 from izeye
...
* pr/12182:
Rename TestRestTemplateTestContextCustomizer*
7 years ago
Johnny Lim
680287635c
Rename TestRestTemplateTestContextCustomizer*
...
Closes gh-12182
7 years ago
Phillip Webb
cd5266ac03
Polish
7 years ago
Andy Wilkinson
80ac4f85c9
Merge pull request #12172 from Raja Kolli
...
* gh-12172:
Upgrade to JUnit Platform 1.1.0
7 years ago
Raja Kolli
8f2eea4dfd
Upgrade to JUnit Platform 1.1.0
...
Closes gh-12172
7 years ago
Brian Clozel
dcf61abe30
Fix Reactive Server auto-configuration ordering
...
This commit ensures that Tomcat is the first reactive server configured
if the Tomcat dependency is on classpath.
Spring Boot chose Reactor Netty as the default for the reactive web
starter, but the Reactor Netty dependency can be used also for its HTTP
client. In case developers are adding Tomcat, Undertow or Jetty on their
classpath, we must configure those and consider Reactor Netty for the
client only.
Fixes gh-12176
7 years ago
Stephane Nicoll
3fddfee65c
Fix default value of endpoint's cache ttl
...
Closes gh-12173
7 years ago
Stephane Nicoll
56c8bf74b2
Merge pull request #12170 from izeye:assertj
...
* pr/12170:
Use isTrue() and isFalse() for AssertJ
7 years ago
Johnny Lim
2fe86da95b
Use isTrue() and isFalse() for AssertJ
...
Closes gh-12170
7 years ago
Stephane Nicoll
865775e955
Fix statsd example
...
Closes gh-12162
7 years ago
Phillip Webb
5917a58bf1
Add Automatic-Module-Name to manifest file
...
Update build to add `Automatic-Module-Name` entry to the manifest file.
Also refined a few of the other entries that appear.
Fixes gh-11994
7 years ago
Stephane Nicoll
415f44c02b
Merge pull request #12156 from izeye:polish-20180222
...
* pr/12156:
Polish
7 years ago
Johnny Lim
50c07d0772
Polish
...
Closes gh-12156
7 years ago