Stephane Nicoll
b248afc808
Clarify conversion system in Appendix
...
Closes gh-14645
6 years ago
Stephane Nicoll
135797c347
Remove useless prerequisites section
...
Closes gh-14668
6 years ago
Phillip Webb
bd9500290e
Defer HttpHandler initialization
...
Update `ReactiveWebServerApplicationContext` so that the `HttpHandler`
bean is not longer created from `onRefresh`, but is instead created
only when the server starts.
Prior to this commit, the WebFlux hander would cause early
initialization of several beans, including Jackson Modules.
Closes gh-14666
6 years ago
Phillip Webb
7afde2ba43
Add another ConfigurationPropertyName.equals test
...
Include an additional test to ensure that `.equals` works for names
starting with the same value.
See gh-14665
6 years ago
Phillip Webb
923e47e978
Exclude ImportControl checkstyle rule from samples
...
See gh-14660
6 years ago
Phillip Webb
3ff20b2440
Restore import-control checkstyle
...
Restore checkstyle import control and fix a few violations in the
process.
Closes gh-14660
6 years ago
Phillip Webb
63b64b4efa
Fix checkstyle import regex patterns
...
Update checkstyle rules to fix import regex patterns for both packages
and classes.
6 years ago
Stephane Nicoll
13491b5f94
Merge pull request #14514 from rodolphocouto
...
* pr/14514:
Add reference to valiktor-spring-boot-starter
6 years ago
Rodolpho Couto
e30f693699
Add reference to valiktor-spring-boot-starter
...
Closes gh-14514
6 years ago
Stephane Nicoll
7163fe1f46
Merge pull request #14621 from izeye
...
* pr/14621:
Polish
6 years ago
Johnny Lim
1eca492c5e
Polish
...
See gh-14621
6 years ago
Andy Wilkinson
da1fde6a5f
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
1471db220f
Merge pull request #13714 from Welton Rodrigo Torres Nascimento
...
* gh-13714:
Polish "Clarify that RestTemplateBuilder overwrites default converters"
Clarify that RestTemplateBuilder overwrites default converters
6 years ago
Andy Wilkinson
5c1d22eed8
Polish "Clarify that RestTemplateBuilder overwrites default converters"
...
Closes gh-13714
6 years ago
Welton Rodrigo Torres Nascimento
3dbeff56e4
Clarify that RestTemplateBuilder overwrites default converters
...
See gh-13714
6 years ago
Andy Wilkinson
fd10226c54
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
17e9a2ee62
Polish
6 years ago
Andy Wilkinson
7d0dcf781c
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
bc7bac8091
Only retrieve values from request if they will be traced
...
Closes gh-14550
6 years ago
Andy Wilkinson
62b481c7db
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
3dc93641dd
Clarify documentation on using Spock 1.0
...
Closes gh-14612
6 years ago
Andy Wilkinson
89f5cfc5a4
Merge branch '1.5.x' into 2.0.x
6 years ago
Andy Wilkinson
da1a17e8b2
Stop adding filters with disabled registrations to MockMvc
...
Closes gh-14636
6 years ago
Andy Wilkinson
d5b81f9327
Merge pull request #14630 from Gustavo Andrade
...
* gh-14630:
Upgrade Java 10 CI image to 10.0.2-13-jdk
6 years ago
Gustavo Andrade
9cd0c5a05d
Upgrade Java 10 CI image to 10.0.2-13-jdk
...
Closes gh-14630
6 years ago
Andy Wilkinson
997a27c57d
Merge pull request #14593 from JB Nizet
...
* gh-14593:
Move away from deprecated Gradle configurations
6 years ago
jnizet
eee07a840f
Move away from deprecated Gradle configurations
...
Closes gh-14593
6 years ago
Andy Wilkinson
1d49352778
Merge pull request #14618 from Gustavo Andrade
...
* gh-14618:
Upgrade Java 8 CI image to openjdk:8u181-jdk
6 years ago
Andrade, Gustavo (ESI)
31f89e5981
Upgrade Java 8 CI image to openjdk:8u181-jdk
...
Closes gh-14618
6 years ago
Stephane Nicoll
379ce62e2e
Merge pull request #14592 from mdeinum
...
* pr/14592:
Polish contribution
Polish
6 years ago
Stephane Nicoll
b6e5103dc4
Polish contribution
...
Closes gh-14592
6 years ago
Marten Deinum
77afe76ed5
Polish
...
The SpringBootContextLoader still checked if tests were annotated with
@IntegrationTest or @WebIntegrationTest. Those classes have been
removed in Spring Boot 1.5 and been deprecated since 1.4.
This commit removes the check on the annotations as well as the static
list of names.
See gh-14592
6 years ago
Madhura Bhave
579722bfbd
Fix braces in publish release notes script
6 years ago
Phillip Webb
96f5c8280c
Make release notes script executable
6 years ago
Madhura Bhave
ea3d9b4ead
Update publish release notes script
...
The milestone name and tag name can be different if the release type
is ".RELEASE".
6 years ago
Stephane Nicoll
885948ce3b
Polish
6 years ago
Stephane Nicoll
f225945218
Merge branch '1.5.x' into 2.0.x
6 years ago
Stephane Nicoll
3b51d79353
Remove useless jcache profile
...
Closes gh-14584
6 years ago
Stephane Nicoll
6e92c4ddaf
Polish
6 years ago
Stephane Nicoll
ed615d4267
Merge pull request #14582 from ayudovin
...
* pr/14582:
Fix WebSocket web server customizer bean names
6 years ago
artsiom
7fb13d0dc2
Fix WebSocket web server customizer bean names
...
Closes gh-14582
6 years ago
Stephane Nicoll
091d723166
Merge pull request #14569 from garyrussell:rmqDocPolishing
...
* pr/14569:
Polish RabbitMQ properties doc
6 years ago
Gary Russell
26c1e389df
Polish RabbitMQ properties doc
...
Fix description for `prefetch`; remove reference to transactions since
the direct container does not support transactionSize.
Also fix `transactionSize` to just reference acks; autoConfiguration
doesn't support enabling transactions.
Closes gh-14569
6 years ago
Stephane Nicoll
bc99fa6cdb
Merge pull request #14548 from michael-simons:fix-neo4j-doc
...
* pr/14548:
Polish "Fix and improve Neo4j related documentation"
Fix and improve Neo4j related documentation
6 years ago
Stephane Nicoll
5506d972c6
Polish "Fix and improve Neo4j related documentation"
...
Closes gh-14548
6 years ago
Michael J. Simons
8a53adf3d2
Fix and improve Neo4j related documentation
...
See gh-14548
6 years ago
Stephane Nicoll
aeca6d4b05
Merge pull request #14560 from michael-simons
...
* pr/14560:
Polish "Add dependency management for Neo4J OGM embedded driver"
Add dependency management for Neo4J OGM embedded driver
6 years ago
Stephane Nicoll
8cce5d3f64
Polish "Add dependency management for Neo4J OGM embedded driver"
...
Closes gh-14560
6 years ago
Michael J. Simons
ad449e9520
Add dependency management for Neo4J OGM embedded driver
...
See gh-14560
6 years ago
Madhura Bhave
7d04c51294
Automate creation of releases notes on GitHub
...
Closes gh-12552
6 years ago