- 22 Mar, 2017 1 commit
-
-
Andy Wilkinson authored
This commit our Neo4j OGM dependency with the Spring Data Neo4j snapshots that are currently included in snapshots of Spring Data Kay. It switches to using Neo4j's Bolt driver by default, aligning it with the default of the latest Spring Data Neo4j 5 snapshots. It also contains a workaround for a Neo4j OGM issue [1] and a change to Neo4jDataAutoConfigurationTests that prevents the entire classpath from being scanned. See gh-8687 [1] https://github.com/neo4j/neo4j-ogm/issues/340
-
- 18 Mar, 2017 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8658: Fix typo in doc
-
Sola authored
Closes gh-8658
-
- 17 Mar, 2017 11 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-8639
-
Madhura Bhave authored
-
Madhura Bhave authored
Closes gh-8654
-
Madhura Bhave authored
These tests used to pass even without explicitly adding the autoconfigure annotation. Moving them to a subpackage prevents scanning of the autoconfiguration by component scanning. Closes gh-8645
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8594: Polish contribution Fix invalid security example in doc
-
Stephane Nicoll authored
Closes gh-8594
-
lexandro authored
Closes gh-8580
-
Stephane Nicoll authored
Closes gh-8647
-
- 16 Mar, 2017 10 commits
-
-
Madhura Bhave authored
-
Dave Syer authored
Update `OriginTrackedPropertiesLoader` to correctly deal with property values that happen to contain comment characters. Prior this this commit, values of the following form would not be parsed correctly: foo=bar! bar=spam Closes gh-8647
-
Phillip Webb authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8620
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-8543
-
- 15 Mar, 2017 15 commits
-
-
Madhura Bhave authored
Closes gh-8543
-
Andy Wilkinson authored
This reverts commit 10ae5e8f. Health serialization fails with Jackson 2.9.0 (gh-7695). See gh-8537
-
Andy Wilkinson authored
As part of the upgrade, this commit removes the use of any API that has been deprecated in 2.9.0.pr1. This includes the config props endpoint's use of SerializationFeature.WRITE_NULL_MAP_VALUES. This has been replaced with configuring serialization inclusion to only include properties with non-null values. This means that all null-valued properties will no longer be serialized, not just those that are an entry in a map. Closes gh-8604 Closes gh-8537
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/8582: Improve `RedisSessionConfiguration` conditions
-
Vedran Pavic authored
Closes gh-8582
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8598
-
Stephane Nicoll authored
* pr/8621: Polish
-
Johnny Lim authored
Closes gh-8621
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-8621
-
Stephane Nicoll authored
-