Andy Wilkinson
b948e32f12
Upgrade to Couchbase Client 2.5.6
...
Closes gh-12499
8 years ago
Vladimir Tsanev
bf433e7f17
Fix Javadoc for ServiceLevelAgreementBoundary
...
Closes gh-12492
8 years ago
Brian Clozel
57147241cb
Make WebClientCustomizer optional for WebClient
...
This commit removes the required dependency on `WebClientCustomizer`
instances when creating `WebClient` beans, making it optional.
Closes gh-12458
8 years ago
Phillip Webb
d1e51d7f98
Explicitly set asyncSupported for reactive servers
...
Update `JettyReactiveWebServerFactory`/`TomcatReactiveWebServerFactory`
to explicitly set `asyncSupported` to `true`.
Fixes gh-12486
8 years ago
igor-suhorukov
4c61d8abfe
avoid check class by string name
8 years ago
Johnny Lim
2e6914ea88
Add missing super() calls
...
Closes gh-12459
8 years ago
Brian Clozel
a08deff0ce
Fix WelcomePageHandlerMapping order
...
This commit fixes 220f8cd and moves the order for
`WelcomePageHandlerMapping` to `2` since the previous order was
conflicting with the resource mapping.
Closes gh-12335
8 years ago
Jon Schneider
0ce7c34036
Upgrade to Micrometer 1.0.2
...
Closes gh-12480
8 years ago
Phillip Webb
c3bc6f6dd6
Polish "Move test to ApplicationContextRunner"
...
Closes gh-12477
8 years ago
dreis2211
3246496e2c
Move test to ApplicationContextRunner
...
Move `DispatcherServletAutoConfigurationTests` to use the
`ApplicationContextRunner`
See gh-12477
8 years ago
dreis2211
8626daf135
Replace Mockito.times(0) with Mockito.never()
...
Closes gh-12475
8 years ago
Phillip Webb
90949669be
Polish "refactor spring-boot JSON parser"
...
Polish JSON parser refactoring and remove some more duplication.
Closes gh-12428
8 years ago
Anton Telechev
aa69621078
Refactor spring-boot JSON parsers
...
Refactor JSON parser wrappers to remove duplicate code portions in the
parseMap() and parseList() methods by adding an AbstractJsonParser.
See gh-12428
8 years ago
Phillip Webb
a4b0be089d
Polish
8 years ago
Brian Clozel
220f8cdca2
Order WelcomePageHandlerMapping at lower precedence
...
This commit orders the `WelcomePageHandlerMapping` at
`Ordered.LOWEST_PRECEDENCE -1` in order to give a chance to other
mappings to handle the incoming requests.
In this case, developers might provide a custom `ViewController` or
custom `HandlerMapping` for the `"/"` path and we should not override
that opinion.
Closes gh-12335
8 years ago
Stephane Nicoll
5320081d0b
Revert "Only create a WebTestClient with WebFlux"
...
This reverts commit 282bd9f
8 years ago
Stephane Nicoll
b80620fe28
Revert "Group auto-configuration import selectors together"
...
This reverts commit 26d9c26
8 years ago
Stephane Nicoll
282bd9f0db
Only create a WebTestClient with WebFlux
...
This commit updates WebTestClientAutoConfiguration to only create a
WebTestClient when running a WebFlux-based application as mocking the
context only works with that mode at the moment.
Closes gh-12318
8 years ago
Stephane Nicoll
26d9c261c5
Group auto-configuration import selectors together
...
This commit updates Spring Boot's DeferredImportSelector implementations
to group imports in a consistent set. This makes sure ordering is
applied consistently.
Closes gh-12366
8 years ago
Jon Schneider
172794d446
Correct default Wavefront proxy port in docs
...
Closes gh-12471
8 years ago
dreis2211
0d3f3e46dd
Fix typos
...
Closes gh-12468
8 years ago
Andy Wilkinson
2f1b2e3ce2
Log summary of web-exposed endpoints during startup
...
Closes gh-12442
8 years ago
Andy Wilkinson
f758a4ddd5
Do not link to controller endpoints in Jersey-based Actuator
...
Closes gh-12463
8 years ago
dreis2211
a21ea612db
Remove duplicated @author tags
...
Closes gh-12454
8 years ago
igor-suhorukov
97d803bd30
Polish
...
Closes gh-12448
8 years ago
igor-suhorukov
cca976eccd
Remove redundant "close" call
...
Closing the resource is handled automatically by the try-with-resources.
Closes gh-12453
8 years ago
igor-suhorukov
12185251c1
"toString()" should never be called on a String object
...
Closes gh-12452
8 years ago
igor-suhorukov
93f9bd0a32
Polish
...
Closes gh-12450
8 years ago
Madhura Bhave
6d9692ffb7
Fix binding to empty prefix when empty name present
...
Fixes gh-12381
8 years ago
Andy Wilkinson
b88e3cb27e
Upgrade to Hibernate Validator 6.0.8.Final
...
Closes gh-12440
8 years ago
Andy Wilkinson
db466a1ae2
Upgrade to Hibernate 5.2.15.Final
...
Closes gh-12439
8 years ago
Stephane Nicoll
0fbe3c28a2
Polish "Add reference to RabbitMQ (advanced usage) starter"
...
Closes gh-12427
8 years ago
Vincent Fuchs
61c44cf672
Add reference to RabbitMQ (advanced usage) starter
...
See gh-12427
8 years ago
Stephane Nicoll
ed05e1f7ca
Polish "Reorder modifiers to comply with the JLS"
...
Closes gh-12432
8 years ago
igor-suhorukov
aebb475bc5
Reorder modifiers to comply with the JLS
...
See gh-12432
8 years ago
Andy Wilkinson
6d16c5ff6e
Omit libraries with null destination when repackaging
...
Closes gh-12437
8 years ago
igor-suhorukov
6ee04ff942
Polish
...
Closes gh-12425
8 years ago
Madhura Bhave
6bcdd57ef2
Polish
8 years ago
Madhura Bhave
26811b8974
Ignore top-level ConfigurationProperty binding failures
...
Fixes gh-12357
8 years ago
Stephane Nicoll
a55180aa1e
Polish "Get rid of "magic" time constants"
...
Closes gh-12411
8 years ago
igor-suhorukov
ce78a78231
Get rid of "magic" time constants
...
See gh-12411
8 years ago
Johnny Lim
3c9cee2a8c
Invoke mapStatus() only when necessary
...
Closes gh-12419
8 years ago
Andy Wilkinson
3642636b60
Align test build-info.properties with ISO 8601 formatt changes
...
See gh-12420
8 years ago
Andy Wilkinson
9b637d4f0d
Use millisecond precision for build time in BuildPropertiesTests
...
Closes gh-12420
8 years ago
Andy Wilkinson
87239ba6c9
Parse build.time as an ISO 8601 instant
...
Closes gh-12420
8 years ago
igor-suhorukov
4f4cc1569c
Polish
...
Declarations should use Java collection interfaces such as "Deque" rather
than specific implementation classes such as "LinkedList".
Closes gh-12405
8 years ago
Andy Wilkinson
8109267de8
Upgrade to Spring Batch 4.0.1.RELEASE
...
Closes gh-12410
8 years ago
Andy Wilkinson
43d05315b3
Use Surefire and Failsafe 2.21.0 when building with JDK 10
...
Closes gh-12332
8 years ago
Madhura Bhave
89e42d40c5
Provide security matchers for actuator links
...
Fixes gh-12353
8 years ago
Stephane Nicoll
7d1faa1c88
Ignore static and abstract accessors
...
This commit updates the annotation processor and the binder to ignore
any static or abstract method that has the characteristics of a JavaBean
accessor. As a result, no property is generated for those (invalid)
accessor and no binding occurs on them either.
Closes gh-12390
8 years ago