Madhura Bhave
f9d1a4526c
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24572
2020-12-18 17:26:44 -08:00
Madhura Bhave
a5c8b84511
Update version of git-properties plugin in the docs
...
Closes gh-24567
2020-12-18 17:25:26 -08:00
Madhura Bhave
c231f3da10
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24570
2020-12-18 17:15:01 -08:00
Madhura Bhave
302ba77812
Improve documentation regarding git commit info
...
Closes gh-24205
2020-12-18 17:13:30 -08:00
Stephane Nicoll
96510156ae
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24495
2020-12-14 16:19:50 +01:00
Stephane Nicoll
26e7e61919
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24494
2020-12-14 16:19:23 +01:00
Andy Wilkinson
368b40868f
Merge branch '2.3.x'
...
Closes gh-24122
2020-11-11 20:16:51 +00:00
Andy Wilkinson
3e243de41b
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24121
2020-11-11 20:16:39 +00:00
Andy Wilkinson
6a2332d477
Merge branch '2.3.x'
...
Closes gh-24062
2020-11-05 15:55:09 +00:00
Andy Wilkinson
44d0ce5ff1
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24060
2020-11-05 15:53:53 +00:00
Andy Wilkinson
a1af99640e
Merge branch '2.3.x'
...
Closes gh-24026
2020-11-04 10:15:26 +00:00
Andy Wilkinson
28f7bc37a5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-24025
2020-11-04 10:15:07 +00:00
izeye
9c35cd41ad
Polish
...
See gh-23986
2020-11-01 17:07:50 +01:00
Andy Wilkinson
2db8e7eebe
Polish "Add liquibase driver class name property"
...
See gh-23958
2020-10-29 10:06:43 +00:00
Pushkaraj S
e60f26f8cc
Polish HTTP/2 Cleartext documentation
...
See gh-23816
Closes gh-23820
2020-10-23 09:50:55 +02:00
Brian Clozel
9c54a5369d
Merge branch '2.3.x'
...
Closes gh-23816
2020-10-22 21:40:22 +02:00
Brian Clozel
b37eecc015
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23812
2020-10-22 20:16:01 +02:00
Stephane Nicoll
dd74810c80
Revert "Fix detection logic for embedded databases"
...
This reverts commit c4a5a347028b827ea53975d1ec80f52a14223c5c.
See gh-23721
2020-10-19 12:25:00 +02:00
Asha Somayajula
c4a5a34702
Fix detection logic for embedded databases
...
Closes gh-23721
2020-10-17 07:51:24 +02:00
Stephane Nicoll
c0b267feb4
Polish "Fix detection logic for embedded databases"
...
See gh-23693
2020-10-16 16:32:29 +02:00
Phillip Webb
2595258494
Provide both properties and YAML examples in docs
...
Update all configuration examples in the docs to YAML and make use of
the new `configblocks` spring-asciidoctor-extensions feature to
automatically create both "Properties" and "Yaml" versions.
Closes gh-23515
2020-10-06 19:27:41 -07:00
Stephane Nicoll
c44e1ec0ad
Merge branch '2.3.x'
...
Closes gh-23462
2020-09-23 14:36:59 +02:00
Stephane Nicoll
b3c5588c86
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23461
2020-09-23 14:36:41 +02:00
Brian Clozel
20eb8d0fc2
Merge branch '2.3.x'
...
Closes gh-23253
2020-09-11 11:45:23 +02:00
Brian Clozel
62cb87bd95
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23252
2020-09-11 11:42:32 +02:00
Madhura Bhave
bbbbe8e4d2
Make security auto-configs back off when SecurityFilterChain present
...
Closes gh-22739
2020-08-14 12:24:25 -07:00
Stephane Nicoll
2c120eb161
Merge branch '2.3.x'
...
Closes gh-22900
2020-08-12 09:51:44 +02:00
Stephane Nicoll
38baaf31d3
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22899
2020-08-12 09:51:25 +02:00
dreis2211
11df8216ad
Fix some doc anchors
...
See gh-22839
2020-08-10 14:34:22 +02:00
Brian Clozel
6336007038
Merge branch '2.3.x'
...
Closes gh-22826
2020-08-07 16:01:25 +02:00
Brian Clozel
fea535d176
Update HTTP/2 auto-configuration for Jetty
...
Prior to this commit, the HTTP/2 server auto-configuration for Jetty
would require Conscrypt as a hard dependency.
This commit updates the auto-configuration for more flexibility and now
allows the following deployments:
* JDK9+ with the JDK ALPN implementation
* JDK8u252+ with the backported ALPN implementation
* Conscrypt with no JDK requirement
The auto-configuration now improves detection and guides developers in
case there is a missing `jetty-alpn-*-server` dependency.
The reference docs in the HOWTO section has been updated accordingly.
Closes gh-22188
2020-08-07 15:42:23 +02:00
Andy Wilkinson
9c417d280c
Merge branch '2.3.x'
...
Closes gh-22749
2020-08-05 18:15:59 +01:00
Andy Wilkinson
a160755da5
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22748
2020-08-05 18:15:45 +01:00
Stephane Nicoll
36fb86a110
Update to core r2dbc support
...
This commit adapts the auto-configuration for the new core r2dbc support
in Spring Framework and provides auto-configuration for
R2dbcEntityOperations.
Closes gh-22708
2020-08-04 16:00:29 +02:00
Stephane Nicoll
9bc71fe44f
Polish "Upgrade to Spring Data Neo4j 6"
...
See gh-22299
2020-07-29 19:36:42 +02:00
Andy Wilkinson
1c22ec9373
Merge branch '2.3.x'
2020-07-27 16:00:54 +01:00
Andy Wilkinson
280ecfcd47
Polish
2020-07-27 16:00:47 +01:00
Andy Wilkinson
4c45c265ef
Merge branch '2.3.x'
...
Closes gh-22597
2020-07-27 15:53:21 +01:00
Andy Wilkinson
189fa12c9d
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22596
2020-07-27 15:53:03 +01:00
Phillip Webb
8c6c4fa9fa
Overhaul "externalized configuration" docs
...
Update the "externalized configuration" reference documentation
following the recent updates.
Closes gh-22521
2020-07-22 21:03:37 -07:00
Andy Wilkinson
accc1f1ca8
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22410
2020-07-20 13:58:19 +01:00
Johnny Lim
43aee1bddd
Polish
...
See gh-22090
2020-06-29 16:35:23 -07:00
Richard North
aed4f58403
Fix capitalization of Testcontainers in Howto docs
...
See gh-21417
2020-05-12 10:01:06 +02:00
Madhura Bhave
3e3ff26129
Add a testcontainers section in the reference docs
...
Closes gh-20734
2020-05-11 19:07:47 -07:00
Katada, Junya
bc2a83062b
Fix duplicate slashes in URL links
...
See gh-21108
2020-05-05 17:48:49 +02:00
Phillip Webb
ad1248e4ec
Replace "folder" with "directory"
...
Consistently use the term "directory" instead of "folder"
Closes gh-21218
2020-04-28 19:20:24 -07:00
Stephane Nicoll
85a3fcfb5e
Merge branch '2.2.x'
...
Closes gh-21119
2020-04-25 09:32:24 +02:00
Johnny Lim
ef567388c1
Polish
...
See gh-21110
2020-04-25 09:04:10 +02:00
Phillip Webb
48821bccb7
Merge branch '2.2.x'
...
Closes gh-21092
2020-04-22 16:50:41 -07:00
Johnny Lim
5fad43ec40
Polish
...
See gh-20973
2020-04-16 13:46:53 +02:00