- 27 Sep, 2018 1 commit
-
-
Andrade, Gustavo (ESI) authored
Closes gh-14618
-
- 26 Sep, 2018 3 commits
-
-
Stephane Nicoll authored
* pr/14592: Polish contribution Polish
-
Stephane Nicoll authored
Closes gh-14592
-
Marten Deinum authored
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
-
- 25 Sep, 2018 1 commit
-
-
Madhura Bhave authored
-
- 24 Sep, 2018 2 commits
-
-
Phillip Webb authored
-
Madhura Bhave authored
The milestone name and tag name can be different if the release type is ".RELEASE".
-
- 23 Sep, 2018 1 commit
-
-
Stephane Nicoll authored
-
- 22 Sep, 2018 5 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14584
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14582: Fix WebSocket web server customizer bean names
-
artsiom authored
Closes gh-14582
-
- 21 Sep, 2018 8 commits
-
-
Stephane Nicoll authored
* pr/14569: Polish RabbitMQ properties doc
-
Gary Russell authored
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
-
Stephane Nicoll authored
* pr/14548: Polish "Fix and improve Neo4j related documentation" Fix and improve Neo4j related documentation
-
Stephane Nicoll authored
Closes gh-14548
-
Michael J. Simons authored
See gh-14548
-
Stephane Nicoll authored
* pr/14560: Polish "Add dependency management for Neo4J OGM embedded driver" Add dependency management for Neo4J OGM embedded driver
-
Stephane Nicoll authored
Closes gh-14560
-
Michael J. Simons authored
See gh-14560
-
- 20 Sep, 2018 14 commits
-
-
Madhura Bhave authored
Closes gh-12552
-
Stephane Nicoll authored
Closes gh-14536
-
Stephane Nicoll authored
Closes gh-14535
-
Stephane Nicoll authored
Closes gh-14534
-
Stephane Nicoll authored
Closes gh-14533
-
Stephane Nicoll authored
Closes gh-14532
-
Stephane Nicoll authored
Closes gh-14531
-
Stephane Nicoll authored
Closes gh-14530
-
Stephane Nicoll authored
Closes gh-14526
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-14527
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/14521: Support escaped characters in BasicJsonParser
-
DevOrc authored
This commit adds the ability to have escaped characters, like the quote, when using the BasicJsonParser. It also adds a short test for escaped quotes. Closes gh-14521
-
- 19 Sep, 2018 5 commits
-
-
Andy Wilkinson authored
Previously, if a class was added and then changed, a restart would be triggered and things would behave as if the class had been deleted. This occurred because, when looking for additional classes that were not on the original classpath, only files that had been added were considered. The subsequent change to the class was noticed as a modified rather than an addition, resulting in the class being skipped. This commit updates the resource resolver to only ignore deleted files and consider both added files and modified files when looking for additional resources. Closes gh-14205
-
Stephane Nicoll authored
* pr/14505: Fix dependency management for Caffeine
-
Marcel Overdijk authored
Closes gh-14505
-
Stephane Nicoll authored
* pr/14499: Fix typo in WebClient example
-
DK Lee authored
Closes gh-14499
-