Stephane Nicoll
0a7cb481fc
Merge branch '2.1.x'
2019-09-30 13:08:28 +02:00
Stephane Nicoll
2fffa5675d
Upgrade to Spring Data Lovelace-SR11
...
Closes gh-18414
2019-09-30 13:06:28 +02:00
Stephane Nicoll
d2273bd68e
Remove endpoint ID hints from metadata
...
Closes gh-18381
2019-09-30 12:56:34 +02:00
Andy Wilkinson
3e92cd36fa
Merge branch '2.1.x'
...
Closes gh-18439
2019-09-30 11:31:57 +01:00
Stephane Nicoll
58ec780b5d
Upgrade to Spring Framework 5.2.0.RELEASE
...
Closes gh-18232
2019-09-30 12:23:05 +02:00
Andy Wilkinson
0c8bb394f7
Upgrade to Spring REST Docs 2.0.4.RELEASE
...
Closes gh-18271
2019-09-30 10:33:23 +01:00
Brian Clozel
76faf31f57
Add RSocket smoke test
2019-09-30 11:08:43 +02:00
Stephane Nicoll
0791f56eb7
Upgrade to RSocket 1.0.0-RC5
...
Closes gh-18364
2019-09-30 08:54:59 +02:00
Stephane Nicoll
1066b97113
Merge branch '2.1.x'
...
Closes gh-18437
2019-09-29 16:22:58 +02:00
Stephane Nicoll
54b3aa6251
Merge pull request #18378 from dreis2211
...
* pr/18378:
Add Mustache to 'Customize ViewResolvers' docs section
Closes gh-18378
2019-09-29 16:22:40 +02:00
dreis2211
208fb8f1ef
Add Mustache to 'Customize ViewResolvers' docs section
...
See gh-18378
2019-09-29 16:21:49 +02:00
Stephane Nicoll
deb098738c
Merge pull request #18435 from dreis2211
...
* pr/18435:
Fix default values in metadata for HiddenHttpMethodFilter
Closes gh-18435
2019-09-29 16:20:52 +02:00
dreis2211
bafc10f2c4
Fix default values in metadata for HiddenHttpMethodFilter
...
See gh-18435
2019-09-29 16:18:41 +02:00
Stephane Nicoll
c9838f2509
Upgrade to Maven Invoker Plugin 3.2.1
...
Closes gh-18429
2019-09-29 12:39:00 +02:00
Stephane Nicoll
167207e98c
Upgrade to Lombok 1.18.10
...
Closes gh-18428
2019-09-29 12:39:00 +02:00
Stephane Nicoll
fc5e28f038
Upgrade to Postgresql 42.2.8
...
Closes gh-18427
2019-09-29 12:38:50 +02:00
Stephane Nicoll
9e2b231435
Upgrade to Neo4j Ogm 3.2.1
...
Closes gh-18426
2019-09-29 12:38:27 +02:00
Stephane Nicoll
8291a00985
Upgrade to Mariadb 2.4.4
...
Closes gh-18425
2019-09-29 12:38:27 +02:00
Stephane Nicoll
4f7deb998c
Upgrade to Kotlin Coroutines 1.3.2
...
Closes gh-18424
2019-09-29 12:38:27 +02:00
Stephane Nicoll
686afd444c
Upgrade to Hibernate 5.4.5.Final
...
Closes gh-18423
2019-09-29 12:38:27 +02:00
Stephane Nicoll
67de7b694d
Upgrade to Flyway 6.0.4
...
Closes gh-18422
2019-09-29 12:38:27 +02:00
Stephane Nicoll
4a2bad3c4c
Upgrade to Artemis 2.10.1
...
Closes gh-18421
2019-09-29 12:38:26 +02:00
Stephane Nicoll
2f25780b66
Upgrade to Jakarta Jms 2.0.3
...
Closes gh-18420
2019-09-29 12:38:26 +02:00
Stephane Nicoll
02eea3c915
Upgrade to Lettuce 5.2.0.RELEASE
...
Closes gh-18418
2019-09-29 12:19:32 +02:00
Stephane Nicoll
5317895e70
Upgrade to Hikaricp 3.4.1
...
Closes gh-18417
2019-09-29 12:19:31 +02:00
Stephane Nicoll
f6bce8be42
Upgrade to Okhttp3 3.14.3
...
Closes gh-18416
2019-09-29 12:19:29 +02:00
Stephane Nicoll
9b90861540
Merge branch '2.1.x'
2019-09-29 10:30:51 +02:00
Stephane Nicoll
17df6ab044
Start building against Spring Data Lovelace-SR11 snapshots
...
See gh-18414
2019-09-29 10:30:03 +02:00
Phillip Webb
869a8c2691
Merge branch '2.1.x'
...
Closes gh-18411
2019-09-28 22:45:56 -07:00
Phillip Webb
a1fb1bcff3
Merge pull request #18339 from dreis2211
...
* pr/18339:
Polish 'Apply TTL invocation caching on reactor types'
Apply TTL invocation caching on reactor types
Closes gh-18339
2019-09-28 22:44:44 -07:00
Stephane Nicoll
fab80d6974
Avoid duplicate activation-api with Jersey starter
...
Closes gh-18398
2019-09-28 22:31:42 -07:00
Phillip Webb
1f9c9fedb4
Merge branch '2.1.x'
...
Closes gh-18409
2019-09-28 22:31:17 -07:00
Phillip Webb
3c4fef8acb
Revert "Don't publish spring-boot-docs jar files"
...
This reverts commit 8d9e447965 .
2019-09-28 22:28:23 -07:00
Phillip Webb
1528b6c2f8
Polish
2019-09-28 22:28:23 -07:00
Phillip Webb
9568777d7d
Fix devtools package tangle
...
Fix package tangle in devtools by relocating `DevToolsEnablementDeducer`
to a new `system` package.
Closes gh-18393
2019-09-28 22:05:07 -07:00
Phillip Webb
062163b52f
Fix package tangle with configuration properties
...
Fix a package tangle that was introduced when we added cache bypass to
`SpringIterableConfigurationPropertySource`. Ideally we should have
been able to depend on `env` from `context` but unfortunately the
`EnvironmentPostProcessor` interface references `SpringApplication`
which needs to use the Binder.
The `isImmutable` method has now been moved to `OriginLookup` which
removes the immediate tangle.
Closes gh-18393
2019-09-28 22:04:44 -07:00
Phillip Webb
615c6d4e86
Restructure RSocket packages and polish
...
Polish code and relocate `RSocketServerBootstrap` from `server` to
`context` since it's really an `ApplicationContext` concern.
Closes gh-18391
2019-09-28 22:04:30 -07:00
Phillip Webb
de393aba8b
Upgrade deployment test to TomEE 8.0.0
...
Closes gh-18395
2019-09-28 22:04:16 -07:00
Phillip Webb
3e243d6a1e
Merge pull request #18287 from veronicavasq
...
* pr/18287:
Polish 'Add @LocalRSocketServerPort support'
Add @LocalRSocketServerPort support
Closes gh-18287
2019-09-28 22:03:57 -07:00
Phillip Webb
4b0fb8ff24
Polish 'Add @LocalRSocketServerPort support'
...
See gh-18287
2019-09-28 22:03:36 -07:00
Verónica Vásquez
3c8fa3bbd0
Add @LocalRSocketServerPort support
...
Add an appication context initializer to detect and store the
active RSocket port in the Environment under
`local.rsocket.server.port`.
Additionally add a `@LocalServerPort` that provides a convenient
alternative to `@Value`.
See gh-18287
Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com >
2019-09-28 22:03:36 -07:00
Phillip Webb
ec747d6b2e
Merge pull request #18374 from dreis2211
...
* pr/18374:
Simplify pipe escaping for reference doc tables
Avoid need to escape pipe character in reference tables
Closes gh-18374
2019-09-28 22:03:05 -07:00
dreis2211
370998e91e
Simplify pipe escaping for reference doc tables
...
Replace `{vbar}` with an escaped pipe character. Unfortunately
`{vbar}` does not render correctly with PDF generation.
See gh-18374
2019-09-28 22:02:27 -07:00
dreis2211
8a6e254465
Avoid need to escape pipe character in reference tables
2019-09-28 22:02:27 -07:00
Phillip Webb
664cd15cfd
Merge pull request #18384 from dreis2211
...
* pr/18384:
Polish some external documentation links
Closes gh-18384
2019-09-28 22:01:49 -07:00
dreis2211
37dbe647f2
Polish some external documentation links
...
See gh-18384
2019-09-28 22:01:05 -07:00
Phillip Webb
b649e183f6
Merge pull request #18383 from dreis2211
...
* pr/18383:
Mention Java 13 in system requirements docs
Closes gh-18383
2019-09-28 22:00:33 -07:00
dreis2211
edefbfde42
Mention Java 13 in system requirements docs
...
See gh-18383
2019-09-28 21:59:50 -07:00
Phillip Webb
228901a5ca
Polish
2019-09-28 21:59:20 -07:00
Phillip Webb
68f410b7dc
Upgrade to Jackson 2.10.0
...
Closes gh-17999
2019-09-28 21:56:19 -07:00