Andy Wilkinson
64939008fc
Update to Reactor Bismuth-SR2
...
Closes gh-10679
2017-10-23 09:35:35 +01:00
Andy Wilkinson
616bac0d4f
Upgrade to Reactor Bismuth-SR1
...
Closes gh-10679
2017-10-21 17:39:53 +01:00
Andy Wilkinson
b7ce3e00a1
Revert Reactor Bismuth-SR1 work arounds as it is now in Central
...
This commit reverts:
- 362735c
- a6a8195
Closes gh-10738
2017-10-21 11:35:31 +01:00
Andy Wilkinson
a6a8195ea8
Update CLI to work around Framework's early adoption of Bismuth-SR1
2017-10-21 09:57:08 +01:00
Andy Wilkinson
e561b969bf
Remove dependency management for s-b-s-security-reactive
...
See gh-10704
2017-10-21 09:25:03 +01:00
Andy Wilkinson
362735c5b9
Work around Framework adopting Reactor Bismuth-SR1 that's not in Central
2017-10-21 09:18:17 +01:00
Andy Wilkinson
34205d189a
Upgrade to Jetty El 8.5.23
...
Closes gh-10737
2017-10-21 08:18:54 +01:00
Andy Wilkinson
8d861053ad
Upgrade to Narayana 5.7.1.Final
...
Closes gh-10736
2017-10-21 08:18:54 +01:00
Andy Wilkinson
a86b7e3fdb
Upgrade to Hibernate Validator 6.0.3.Final
...
Closes gh-10735
2017-10-21 08:18:53 +01:00
Andy Wilkinson
f47d158e97
Upgrade to Hibernate 5.2.12.Final
...
Closes gh-10734
2017-10-21 08:18:53 +01:00
Andy Wilkinson
a08ee4660b
Upgrade to Derby 10.14.1.0
...
Closes gh-10733
2017-10-21 08:18:52 +01:00
Andy Wilkinson
680311cdc2
Upgrade to Rxjava 1.3.3
...
Closes gh-10732
2017-10-21 08:18:52 +01:00
Andy Wilkinson
a46284a7eb
Upgrade to Commons Codec 1.11
...
Closes gh-10731
2017-10-21 08:18:51 +01:00
Andy Wilkinson
0bca0dd6d0
Merge branch '1.5.x'
2017-10-21 08:13:17 +01:00
Andy Wilkinson
8df5833b2a
Upgrade to Spring Ws 2.4.1.RELEASE
...
Closes gh-10730
2017-10-21 08:11:17 +01:00
Andy Wilkinson
46237c97fa
Upgrade to Hibernate Validator 5.3.6.Final
...
Closes gh-10729
2017-10-21 08:11:16 +01:00
Andy Wilkinson
fa5085f355
Upgrade to Aspectj 1.8.12
...
Closes gh-10728
2017-10-21 08:11:16 +01:00
Madhura Bhave
64b9451e2f
Fix OAuth2 client tests following upstream changes
2017-10-20 11:57:13 -07:00
Stephane Nicoll
ef80772b92
Merge branch '1.5.x'
2017-10-20 17:31:44 +02:00
Stephane Nicoll
e7097844dc
Polish
2017-10-20 17:31:28 +02:00
Andy Wilkinson
fa1eceda8d
Merge branch '1.5.x'
2017-10-20 10:30:46 +01:00
Andy Wilkinson
9e6e200d8d
Describe how to handle application events from descendant contexts
...
Closes gh-8899
2017-10-20 10:29:06 +01:00
Stephane Nicoll
61f16fe68f
Merge branch '1.5.x'
2017-10-20 11:04:53 +02:00
Stephane Nicoll
c88559e073
Add a section on user configuration and slicing
...
Closes gh-7999
2017-10-20 11:03:35 +02:00
Stephane Nicoll
a8e0b0dd4e
Merge branch '1.5.x'
2017-10-20 08:42:17 +02:00
Stephane Nicoll
42fe8c1f38
Document effect of user configuration on slicing
...
Closes gh-10709
2017-10-20 08:41:47 +02:00
Stephane Nicoll
0dc6ca5b08
Merge pull request #10700 from izeye:polish-20171020
...
* pr/10700:
Polish
2017-10-20 08:16:13 +02:00
Johnny Lim
44ae148ecd
Polish
...
Closes gh-10700
2017-10-20 08:15:57 +02:00
Stephane Nicoll
ef9b9d9a3e
Polish
...
See gh-10671
2017-10-20 08:13:40 +02:00
Madhura Bhave
80b5da78a1
Fix test failures
2017-10-19 18:23:01 -07:00
Madhura Bhave
8600bd7294
Upgrade to Spring Security 5.0.0.BUILD-SNAPSHOT
...
Following some changes in the latest snapshot this includes:
- Some updates to oauth2 client auto-config
- Security auto-config no longer relies on GlobalAuthenticationConfigurerAdapter
- Remove reactive security starter
Closes gh-10704
2017-10-19 15:39:01 -07:00
Madhura Bhave
eb446d07d9
Default provider to registration-id if not present
...
Closes gh-10671
2017-10-19 13:03:57 -07:00
Madhura Bhave
df30d2fc10
Expose all endpoints under /cloudfoundryapplication
...
Regardless of whether the web endpoints have been enabled or not,
all endpoints for which beans are created need to be exposed in a
CF environment under /cloudfoundryapplication.
Closes gh-10673
2017-10-19 11:26:38 -07:00
Stephane Nicoll
c2f649df54
Add support for JPA mapping resources
...
Closes gh-10684
2017-10-19 17:35:38 +02:00
Stephane Nicoll
c4026806a6
Polish
2017-10-19 17:14:49 +02:00
Andy Wilkinson
ccca943e33
Add mainClassName to springBoot DSL in Gradle plugin
...
This commit introduces a new mainClassName property on the springBoot
DSL provided by the Gradle plugin. It can be used to explicitly
configure the mainClassName of the default bootRun, bootJar, and
bootWar tasks in a single place. Previously, the only mechanism
provided to do so was the mainClassName property that's only available
when the application plugin has been applied.
Closes gh-10623
2017-10-19 13:55:13 +01:00
Andy Wilkinson
5502aaafd1
Use mainClassName consistently across BootRun, BootJar, and BootWar
...
Previously, BootRun used the main property to configure the name of
the main class to run while BootJar and BootWar used the mainClass
property. Both were different to the application plugin which provides
a mainClassName project property.
This commit updates BootRun, BootJar, and BootWar to change the name
of the property used to configure the name of the main class to be
mainClassName. This makes the three Boot-specific tasks consistent
with each other, and also aligns them with Gradle's own application
plugin.
Closes gh-10622
2017-10-19 12:16:35 +01:00
Stephane Nicoll
671bff2d6f
Polish
2017-10-19 09:01:42 +02:00
Stephane Nicoll
02be86ddca
Remove unnecessary exclusion on aopalliance
...
Closes gh-10691
2017-10-19 08:57:47 +02:00
Stephane Nicoll
b2839e2210
Merge branch '1.5.x'
2017-10-18 21:12:15 +02:00
Stephane Nicoll
53335c069c
Fix typo
...
Closes gh-10687
2017-10-18 21:11:00 +02:00
Madhura Bhave
948a86e4eb
Build PRs as part of concourse pipeline
...
Closes gh-10526
2017-10-18 09:32:39 -07:00
Brian Clozel
14081c8557
Update to Bismuth-BUILD-SNAPSHOT
...
See gh-10679
2017-10-18 12:06:03 +02:00
Andy Wilkinson
a5a9fc5186
Upgrade to Snakeyaml 1.19
...
Closes gh-10678
2017-10-18 08:49:48 +01:00
Andy Wilkinson
a1843a378f
Upgrade to Jooq 3.10.1
...
Closes gh-10677
2017-10-18 08:49:48 +01:00
Andy Wilkinson
5e70714b30
Upgrade to Solr 6.6.2
...
Closes gh-10676
2017-10-18 08:49:48 +01:00
Andy Wilkinson
ec2e3e53bb
Upgrade to Sendgrid 4.1.1
...
Closes gh-10675
2017-10-18 08:49:48 +01:00
Andy Wilkinson
06939023e3
Upgrade to Jackson 2.9.2
...
Closes gh-10674
2017-10-18 08:49:48 +01:00
Stephane Nicoll
293f2b1eaa
Merge pull request #10670 from dreis2211:polishing-http-header-interceptor
...
* pr/10670:
Polish HttpHeaderInterceptor
2017-10-18 08:57:34 +02:00
dreis2211
ed213ec462
Polish HttpHeaderInterceptor
...
Closes gh-10670
2017-10-18 08:57:09 +02:00