Andy Wilkinson
3c1b9ea8bd
Upgrade to Lettuce 5.0.0.RC2
...
Closes gh-10243
2017-09-11 11:07:17 +01:00
Stephane Nicoll
50b2c479e6
Merge branch '1.5.x'
2017-09-11 11:56:35 +02:00
Stephane Nicoll
fb5a3effb7
Upgrade to Spring Framework 4.3.11.RELEASE
...
Closes gh-9956
2017-09-11 11:55:52 +02:00
Stephane Nicoll
46470b5196
Remove outdated additional metadata
2017-09-10 18:59:49 +02:00
Stephane Nicoll
2b2eb73cb0
Remove security properties
2017-09-10 18:57:41 +02:00
Stephane Nicoll
9e366f0fde
Fix typo
2017-09-10 18:51:02 +02:00
Stephane Nicoll
a4a19e1e01
Polish
...
This commit makes sure that the defaultValue has to be provided in
assertions. If not present, no defaultValue should be generated.
2017-09-08 18:33:13 +02:00
Andy Wilkinson
674170a393
Merge branch 'gh-9366'
2017-09-08 13:57:54 +01:00
Andy Wilkinson
5d67ae4d81
Ignore duplicate javax.annotation classes from tomcat-embed-core
...
See gh-9366
2017-09-08 13:57:04 +01:00
Andy Wilkinson
c082e31d10
Add javax.annotation-api dependency to spring-boot-starter
...
Closes gh-9366
2017-09-08 13:56:31 +01:00
Andy Wilkinson
db0c41851b
Upgrade to Jackson 2.9.1
...
Closes gh-10231
2017-09-08 09:41:03 +01:00
Andy Wilkinson
c06de245d9
Allow endpoints to be mapped to /
...
This commit removes the restriction that was added in 4a61e45
to
prevent / from being used as the management context path when the
management context was not using a different port
The management context path can now be set to / irrespective of the
configuration of the management port. To avoid a possible clash
with the application's welcome page or similar, the links "endpoint"
that is mapping to the management context path is disabled when
the management context path is /.
As part of allowing / to be used as the management context path again,
the handling of endpoint mappings and the creation of paths for
individual operations has been consolidated into a new EndpointMapping
class that is used across the three (MVC, WebFlux, and Jersey)
implementations.
See gh-9898
2017-09-08 09:38:41 +01:00
Stephane Nicoll
4c0a70ced6
Merge pull request #10229 from izeye:broken-links-20170908
...
* pr/10229:
Fix broken links
2017-09-08 10:07:03 +02:00
Johnny Lim
024c23cedb
Fix broken links
...
Closes gh-10229
2017-09-08 10:06:49 +02:00
Stephane Nicoll
a1aec67c11
Merge pull request #10228 from izeye:unused-20170908
...
* pr/10228:
Remove EndpointServletWebAutoConfigurationTests
2017-09-08 10:04:19 +02:00
Johnny Lim
fd1b460027
Remove EndpointServletWebAutoConfigurationTests
...
Closes gh-10228
2017-09-08 10:04:03 +02:00
Stephane Nicoll
d74ebda897
Merge pull request #10225 from shakuzen:patch-14
...
* pr/10225:
Upgrade to HikariCP 2.7.1
2017-09-08 10:01:36 +02:00
Tommy Ludwig
1e72c713b2
Upgrade to HikariCP 2.7.1
...
Closes gh-10225
2017-09-08 10:01:20 +02:00
Andy Wilkinson
fb79684ddd
Merge branch '1.5.x'
2017-09-07 20:47:45 +01:00
Andy Wilkinson
8761ef547c
Log single message per jar with faulty Class-Path manifest attribute
...
Previously, when DevTools encountered a jar with a Class-Path manifest
attribute that referenced non-existent files, it would log one
message per entry in the attribute that did not exist. While useful
information, this has proven to be too verbose.
This commit aims to strike a better balances by logging a single
message for an entire jar. The message is a single line that
includes the path to the jar with the faulty Class-Path manifest
attribute and the paths of all of the files that do not exist that are
referenced by the attribute.
Closes gh-10111
2017-09-07 20:43:09 +01:00
Andy Wilkinson
cda8204944
Upgrade to Thymeleaf Extras Java8time 3.0.1.RELEASE
...
Closes gh-10224
2017-09-07 20:09:25 +01:00
Andy Wilkinson
86c188793b
Upgrade to Sqlite Jdbc 3.20.0
...
Closes gh-10223
2017-09-07 20:09:25 +01:00
Andy Wilkinson
6d43bfb089
Upgrade to Spring Security Oauth 2.2.0.RELEASE
...
Closes gh-10222
2017-09-07 20:09:25 +01:00
Andy Wilkinson
e1350565e8
Upgrade to Selenium 3.5.3
...
Closes gh-10221
2017-09-07 20:09:25 +01:00
Andy Wilkinson
736ff1028f
Upgrade to Postgresql 42.1.4
...
Closes gh-10220
2017-09-07 20:09:25 +01:00
Andy Wilkinson
e69990bbe1
Upgrade to Mockito 2.9.0
...
Closes gh-10219
2017-09-07 20:09:24 +01:00
Andy Wilkinson
39e33d37b7
Upgrade to Mariadb 2.1.1
...
Closes gh-10218
2017-09-07 20:09:24 +01:00
Andy Wilkinson
2e19f0b3e5
Upgrade to Jersey 2.26
...
Closes gh-10217
2017-09-07 20:09:24 +01:00
Andy Wilkinson
725b0fa3eb
Upgrade to Jaybird 3.0.2
...
Closes gh-10216
2017-09-07 19:15:34 +01:00
Andy Wilkinson
6f3e4ded4f
Upgrade to Elasticsearch 5.5.2
...
Closes gh-10215
2017-09-07 19:15:34 +01:00
Andy Wilkinson
d8b658c049
Upgrade to Ehcache3 3.4.0
...
Closes gh-10214
2017-09-07 19:15:33 +01:00
Andy Wilkinson
a20c479988
Upgrade to Solr 6.6.1
...
Closes gh-10213
2017-09-07 19:15:33 +01:00
Andy Wilkinson
80804ad921
Upgrade to Log4j2 2.9.0
...
Closes gh-10212
2017-09-07 19:15:33 +01:00
Andy Wilkinson
f411cdaf72
Upgrade to Artemis 2.2.0
...
Closes gh-10211
2017-09-07 19:15:33 +01:00
Andy Wilkinson
4db8ebbd75
Upgrade to Byte Buddy 1.7.5
...
Closes gh-10210
2017-09-07 19:15:33 +01:00
Andy Wilkinson
60a4567bc4
Upgrade to Rxjava2 2.1.3
...
Closes gh-10209
2017-09-07 19:15:33 +01:00
Andy Wilkinson
aee2efe2f3
Upgrade to Netty 4.1.15.Final
...
Closes gh-10208
2017-09-07 19:15:33 +01:00
Andy Wilkinson
d440d09e53
Upgrade to Dropwizard Metrics 3.2.4
...
Closes gh-10207
2017-09-07 19:15:33 +01:00
Andy Wilkinson
e16f0e3ad0
Upgrade to Hikaricp 2.7.0
...
Closes gh-10206
2017-09-07 19:15:32 +01:00
Andy Wilkinson
9b946ce768
Upgrade to Sendgrid 4.1.0
...
Closes gh-10205
2017-09-07 19:15:32 +01:00
Andy Wilkinson
5876b9d481
Upgrade to Hazelcast Hibernate5 1.2.2
...
Closes gh-10204
2017-09-07 19:15:32 +01:00
Andy Wilkinson
39fa308edd
Upgrade to Hazelcast 3.8.5
...
Closes gh-10203
2017-09-07 19:15:32 +01:00
Andy Wilkinson
21678d9b09
Upgrade to Caffeine 2.5.5
...
Closes gh-10202
2017-09-07 19:15:32 +01:00
Andy Wilkinson
719ac5fc21
Upgrade to Couchbase Client 2.5.0
...
Closes gh-10201
2017-09-07 19:15:32 +01:00
Stephane Nicoll
518cafe1e3
Merge pull request #10198 from mkopylec:master
...
* pr/10198:
Add ErroREST Spring Boot starter entry
2017-09-07 16:57:34 +02:00
Mariusz Kopylec
91decda19f
Add ErroREST Spring Boot starter entry
...
Closes gh-10198
2017-09-07 16:57:10 +02:00
Andy Wilkinson
fc0d842216
Merge branch '1.5.x'
2017-09-07 10:08:43 +01:00
Andy Wilkinson
9f1d435b8d
Upgrade to Spring Loaded 1.2.8.RELEASE
...
Closes gh-10197
2017-09-07 10:00:04 +01:00
Andy Wilkinson
7e2446b086
Upgrade to Neo4j Ogm 2.1.5
...
Closes gh-10196
2017-09-07 10:00:03 +01:00
Andy Wilkinson
7e84b726a5
Upgrade to Mongodb 3.4.3
...
Closes gh-10195
2017-09-07 10:00:01 +01:00