Madhura Bhave
cb3da28bb9
Enforce length > 1 for H2 and WebServices path
...
Fixes gh-12485
8 years ago
Madhura Bhave
e6149fda1c
Assert endpoints basePath starts with '/' or is empty
...
Fixes gh-12489
8 years ago
Brian Clozel
b8e8647391
Fix Servlet requirements in reference docs
...
As of Spring Framework 5.0, only Servlet 3.1+ containers are supported.
See https://github.com/spring-projects/spring-framework/wiki/Upgrading-to-Spring-Framework-5.x
This commit updates the reference documentation to reflect that and also
removes sections describing pre-Servlet 3.1 solutions, as those are not
supported anymore.
Fixes gh-12370
8 years ago
Brian Clozel
2561f320e8
War deployment is not supported for WebFlux apps
...
Even though War deployment is supported by Spring Framework itself for
WebFlux applications, this is not the case currently in Spring Boot.
Fixes gh-12455
8 years ago
Brian Clozel
a0b9974796
Polish Couchbase tests
8 years ago
dreis2211
ca30739bf9
Use ApplicationContextRunner in tests
...
Closes gh-12495
8 years ago
Andy Wilkinson
19b726854d
Upgrade to Mariadb 2.2.3
...
Closes gh-12503
8 years ago
Andy Wilkinson
6da049b7e3
Upgrade to Solr 6.6.3
...
Closes gh-12502
8 years ago
Andy Wilkinson
c940f49bb3
Upgrade to Johnzon Jsonb 1.1.7
...
Closes gh-12501
8 years ago
Andy Wilkinson
3aafbce4f8
Upgrade to Byte Buddy 1.7.11
...
Closes gh-12500
8 years ago
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