Commit Graph

12670 Commits

Author SHA1 Message Date
Brian Clozel
330aa704bb Clean HTTP Resources when NettyWebServer stops
This commit is a temporary workaround for gh-9146; it cleans the HTTP
resources associated with the Netty server.
2017-07-18 17:07:21 +02:00
Brian Clozel
20943238c2 Clean NettyWebServer tests
Remove ununsed tests after gh-9698
2017-07-18 17:06:50 +02:00
Stephane Nicoll
e56798f347 Align to API change of Spring Data Cassandra 2017-07-18 15:09:09 +02:00
Madhura Bhave
ecaa6340e2 Update path in actuator sample tests 2017-07-17 19:22:33 -07:00
Madhura Bhave
c8951ae938 Fix javadoc 2017-07-17 17:38:06 -07:00
Madhura Bhave
39ec335d41 Merge branch '1.5.x' 2017-07-17 17:03:26 -07:00
Madhura Bhave
6381b88736 Create Jwk and Jwt token store beans conditionally
Closes gh-9777
2017-07-17 16:51:16 -07:00
Madhura Bhave
eb4fc16ee5 Add customizers for Reactive Web Servers
Closes gh-9572
2017-07-17 15:55:52 -07:00
Madhura Bhave
1a0f21983f Fix tests
Fixes gh-3832
2017-07-17 15:25:31 -07:00
Madhura Bhave
00430ac216 Ignore unbound env variables and system props
Closes gh-3832
2017-07-17 15:09:47 -07:00
Madhura Bhave
b58923a42d Merge branch '1.5.x' 2017-07-17 11:27:08 -07:00
Madhura Bhave
0f8a819af9 Enable cors in default management security config
Fixes gh-9548
2017-07-17 10:49:48 -07:00
Stephane Nicoll
033442094b Merge branch '1.5.x' 2017-07-17 18:00:26 +02:00
Stephane Nicoll
2aa4ed2dec Merge pull request #9772 from rajadilipkolli:patch-3
* pr/9772:
  Remove duplicate entry in .gitignore
2017-07-17 18:00:14 +02:00
Raja Kolli
d2ed8d6344 Remove duplicate entry in .gitignore
Closes gh-9772
2017-07-17 17:59:42 +02:00
Madhura Bhave
93caad5556 Polish 2017-07-14 15:25:40 -07:00
Madhura Bhave
4e8592ffc5 Update documentation with new relaxed rules
Closes gh-9025
2017-07-14 12:07:55 -07:00
Stephane Nicoll
e844c92465 Expose AssertionErrors as is
Closes gh-9760
2017-07-14 18:19:03 +02:00
Phillip Webb
51c2b049c2 Fix CodecsAutoConfiguration following API change
Update CodecsAutoConfiguration to align with the latest Spring Framework
changes.
2017-07-13 13:43:50 -07:00
Phillip Webb
c1101e7eb2 Formatting 2017-07-13 13:41:18 -07:00
Andy Wilkinson
3fb1bdef85 Add support to ContextLoader for configuring context's parent
Closes gh-9749
2017-07-13 11:30:26 +01:00
Stephane Nicoll
192d9ee18f Merge pull request #9734 from mp911de:redis-cache
* pr/9734:
  Polish "Align with breaking API changes in RedisCacheManager"
  Align with breaking API changes in RedisCacheManager
2017-07-13 10:59:32 +02:00
Stephane Nicoll
9df0992bd9 Polish "Align with breaking API changes in RedisCacheManager"
Closes gh-9734
2017-07-13 10:59:16 +02:00
Mark Paluch
d22cd0cc9e Align with breaking API changes in RedisCacheManager
See gh-9734
2017-07-13 10:54:47 +02:00
Stephane Nicoll
5416eac620 Merge pull request #9747 from ihrigb:dev/hcp-rename
* pr/9747:
  Polish "Rename HCP to SAP"
  Rename HCP to SAP
2017-07-13 10:51:32 +02:00
Stephane Nicoll
27aee689e7 Polish "Rename HCP to SAP"
Closes gh-9747
2017-07-13 10:51:17 +02:00
Benjamin Ihrig
c02d5d52c6 Rename HCP to SAP
See gh-9747
2017-07-13 10:49:34 +02:00
Stephane Nicoll
884e3ecb4b Merge pull request #9738 from dreis2211:typo-bind-result
* pr/9738:
  Remove duplicate 'the' in BindResult.isBound() javadoc
2017-07-13 10:46:32 +02:00
dreis2211
d6cebf64d8 Remove duplicate 'the' in BindResult.isBound() javadoc
Closes gh-9738
2017-07-13 10:45:59 +02:00
Stephane Nicoll
e0a1fe99a4 Merge branch '1.5.x' 2017-07-13 09:22:06 +02:00
Stephane Nicoll
54a13cb33a Merge pull request #9740 from thombergs:exit-docs-gh5038
* pr/9740:
  Polish "Improve ExitCodeGenerator doc"
  Improve ExitCodeGenerator doc
2017-07-13 09:21:53 +02:00
Stephane Nicoll
e2880ee2c3 Polish "Improve ExitCodeGenerator doc"
Closes gh-9740
2017-07-13 09:21:36 +02:00
Tom Hombergs
cf2ebbcb25 Improve ExitCodeGenerator doc
See gh-9740
2017-07-13 09:12:48 +02:00
Andy Wilkinson
f4d3e49562 Upgrade to Dropwizard Metrics 3.2.3
Closes gh-9745
2017-07-13 06:19:30 +01:00
Andy Wilkinson
d7f85a8f97 Upgrade to Hikaricp 2.6.3
Closes gh-9744
2017-07-13 06:19:30 +01:00
Andy Wilkinson
03c76f53a8 Upgrade to Json Path 2.4.0
Closes gh-9743
2017-07-13 06:19:30 +01:00
Andy Wilkinson
58278dbd02 Upgrade to Caffeine 2.5.3
Closes gh-9742
2017-07-13 06:19:29 +01:00
Brian Clozel
9f7f5c209b Refactor NettyWebServer with BlockingNettyContext
This commit leverages the new `BlockingNettyContext` in reactor-netty
and simplifies the server lifecycle management.

Closes gh-9698
2017-07-12 15:26:05 +02:00
Stephane Nicoll
8eebb37f2b Merge pull request #9729 from izeye:polish-20170711
* pr/9729:
  Polish
2017-07-12 13:25:42 +02:00
Johnny Lim
360e3a492c Polish
closes gh-9729
2017-07-12 13:25:19 +02:00
Phillip Webb
8e3baf3130 Polish 2017-07-11 13:57:21 -07:00
Andy Wilkinson
03f74e96b0 Upgrade to Neo4j Ogm 3.0.0-RC1
Closes gh-9719
2017-07-11 07:13:01 +01:00
Andy Wilkinson
000fcf6dd0 Upgrade to Mariadb 2.0.3
Closes gh-9718
2017-07-11 07:13:01 +01:00
Andy Wilkinson
2efa0489dc Upgrade to Narayana 5.6.2.Final
Closes gh-9717
2017-07-11 07:13:00 +01:00
Andy Wilkinson
181a7842ee Upgrade to Netty 4.1.13.Final
Closes gh-9716
2017-07-11 07:13:00 +01:00
Andy Wilkinson
2785b43265 Polish spring-boot's pom 2017-07-10 07:30:16 +01:00
Andy Wilkinson
76c21eab8c Polish spring-boot's pom 2017-07-10 07:27:41 +01:00
Stephane Nicoll
3ba6954b02 Merge branch '1.5.x' 2017-07-09 14:43:41 +02:00
Stephane Nicoll
11fb792e88 Fix source repository links in maven plugin site
Closes gh-9671
2017-07-09 14:43:32 +02:00
Stephane Nicoll
cb13c98649 Polish 2017-07-08 15:36:18 +02:00