Andy Wilkinson
bff93a67ce
Fix remote DevTools restart when a previously added class is then changed
...
Previously, if a class was added and then changed, a restart would be triggered
and things would behave as if the class had been deleted. This occurred
because, when looking for additional classes that were not on the original
classpath, only files that had been added were considered. The subsequent
change to the class was noticed as a modified rather than an addition,
resulting in the class being skipped.
This commit updates the resource resolver to only ignore deleted files and
consider both added files and modified files when looking for additional
resources.
Closes gh-14205
2018-09-19 18:02:01 +01:00
Stephane Nicoll
6910ee6231
Merge pull request #14505 from marceloverdijk:patch-2
...
* pr/14505:
Fix dependency management for Caffeine
2018-09-19 12:09:16 +02:00
Marcel Overdijk
0870f23902
Fix dependency management for Caffeine
...
Closes gh-14505
2018-09-19 12:04:49 +02:00
Stephane Nicoll
c8bd30c408
Merge pull request #14499 from origoni:fix-typo-webclient-exam
...
* pr/14499:
Fix typo in WebClient example
2018-09-19 11:34:30 +02:00
DK Lee
01cf52447c
Fix typo in WebClient example
...
Closes gh-14499
2018-09-19 11:34:04 +02:00
Andy Wilkinson
6fba477d5e
Remove redundant handling of a null exchange from WebFluxTags.uri()
...
Closes gh-14504
2018-09-18 11:59:19 +01:00
Andy Wilkinson
6020cb67d3
Polish javadoc of status method on WebFluxTags and WebMvcTags
2018-09-18 11:30:35 +01:00
Madhura Bhave
d7d5cbf959
Simplify printing ConditionEvaluationReport when using context runner
...
Closes gh-13119
2018-09-17 14:23:47 -07:00
Andy Wilkinson
fc60d9f6d4
Merge branch '1.5.x' into 2.0.x
2018-09-17 15:50:12 +01:00
Andy Wilkinson
a91f9b6f17
Document that Cassandra policy classes must have a default constructor
...
Closes gh-14461
2018-09-17 15:46:38 +01:00
Madhura Bhave
5708792d82
Merge branch '1.5.x' into 2.0.x
2018-09-14 11:43:33 -07:00
Madhura Bhave
b5815b71d5
Fix formatting
2018-09-14 11:39:30 -07:00
Madhura Bhave
09ccf875b7
Merge branch '1.5.x' into 2.0.x
2018-09-14 11:17:59 -07:00
Madhura Bhave
5a3d3c105b
Fix javadoc
2018-09-14 11:10:16 -07:00
Madhura Bhave
dfda247972
Fix warnings for params defined in pipeline but not in task
...
Closes gh-14445
2018-09-12 16:19:58 -07:00
Andy Wilkinson
ae4e1d0372
Test the Gradle plugin against Gradle 4.10
...
Closes gh-14417
2018-09-12 12:57:27 +01:00
Andy Wilkinson
630e2d0b41
Correct the permissions of scripts in archives of boot distribution
...
Closes gh-14158
2018-09-12 12:57:27 +01:00
Spring Buildmaster
e84d6cd95b
Next development version (v2.0.6.BUILD-SNAPSHOT)
2018-09-12 09:37:32 +00:00
Madhura Bhave
7af6665a0e
Ignore management.server.port for war
...
Fixes gh-14148
2018-09-11 16:56:03 -07:00
Andy Wilkinson
39d383006c
Upgrade to Spring Cloud Connectors 2.0.3.RELEASE
...
Closes gh-14414
2018-09-11 20:04:58 +01:00
Andy Wilkinson
0859133d75
Merge branch '1.5.x' into 2.0.x
2018-09-11 17:23:03 +01:00
Andy Wilkinson
3ab6d12c56
Fix up version numbers following release
2018-09-11 17:11:47 +01:00
Spring Buildmaster
46df506b0a
Next development version
2018-09-11 14:24:40 +00:00
Andy Wilkinson
2e86a6f479
Merge branch '1.5.x' into 2.0.x
2018-09-11 12:31:09 +01:00
Andy Wilkinson
0bd7c8afba
Align server.tomcat.internal-proxies default with RemoteIPValve's default
...
Closes gh-13798
2018-09-11 12:08:03 +01:00
Andy Wilkinson
9b1e74b2f1
Upgrade to Spring Session Apple-SR5
...
Closes gh-14332
2018-09-11 10:13:25 +01:00
Andy Wilkinson
856f9cb0ea
Merge branch '1.5.x' into 2.0.x
2018-09-11 07:45:53 +01:00
Andy Wilkinson
615eeee033
Upgrade to Tomcat 8.5.34
...
Closes gh-14405
2018-09-11 07:44:53 +01:00
Andy Wilkinson
d09436872c
Upgrade to Spring Integration 5.0.8.RELEASE
...
Closes gh-14330
2018-09-10 22:02:21 +01:00
Andy Wilkinson
d7bfd07724
Upgrade to Spring Security 5.0.8.RELEASE
...
Closes gh-14403
2018-09-10 20:19:32 +01:00
Andy Wilkinson
0174417fb0
Upgrade to Spring Kafka 2.1.10.RELEASE
...
Closes gh-14402
2018-09-10 20:19:32 +01:00
Andy Wilkinson
8552d57757
Upgrade to Spring Amqp 2.0.6.RELEASE
...
Closes gh-14401
2018-09-10 20:19:31 +01:00
Andy Wilkinson
837813ac45
Merge branch '1.5.x' into 2.0.x
2018-09-10 20:14:39 +01:00
Andy Wilkinson
881ab9c2b5
Upgrade to Spring AMQP 1.7.10.RELEASE
...
Closes gh-14327
2018-09-10 20:11:20 +01:00
Andy Wilkinson
000ba0fe85
Upgrade to Spring Security 4.2.8.RELEASE
...
Closes gh-14394
2018-09-10 20:10:14 +01:00
Andy Wilkinson
c33eda65c7
Upgrade to Spring Data Kay SR10
...
Closes gh-14328
2018-09-10 15:27:03 +01:00
Andy Wilkinson
9f191661d4
Merge branch '1.5.x' into 2.0.x
2018-09-10 10:18:09 +01:00
Andy Wilkinson
d7233249fe
Start building against Spring Security 4.2.8 snapshots
...
See gh-14394
2018-09-10 10:17:36 +01:00
Andy Wilkinson
fbf6b0a219
Merge branch '1.5.x' into 2.0.x
2018-09-10 10:14:16 +01:00
Andy Wilkinson
a0a9aafec4
Upgrade to Spring Data Ingalls SR15
...
Closes gh-14329
2018-09-10 10:13:51 +01:00
Andy Wilkinson
a6feebb39d
Upgrade to Spring Kafka 2.1.9.RELEASE
...
Closes gh-14372
2018-09-10 08:46:06 +01:00
Andy Wilkinson
be498f945c
Upgrade to Postgresql 42.2.5
...
Closes gh-14371
2018-09-10 08:46:05 +01:00
Andy Wilkinson
54302b9a7b
Upgrade to Jetty El 8.5.33
...
Closes gh-14370
2018-09-10 08:46:04 +01:00
Andy Wilkinson
5010a690e8
Upgrade to Jaybird 3.0.5
...
Closes gh-14369
2018-09-10 08:46:04 +01:00
Andy Wilkinson
e2e8db3876
Upgrade to Elasticsearch 5.6.11
...
Closes gh-14368
2018-09-10 08:46:03 +01:00
Andy Wilkinson
03eda003d0
Upgrade to Janino 3.0.9
...
Closes gh-14367
2018-09-10 08:46:02 +01:00
Andy Wilkinson
cdd819adaa
Upgrade to Johnzon Jsonb 1.1.9
...
Closes gh-14366
2018-09-10 08:46:02 +01:00
Andy Wilkinson
59cb5bf44c
Upgrade to Activemq 5.15.6
...
Closes gh-14365
2018-09-10 08:46:01 +01:00
Andy Wilkinson
5c891f8e1b
Upgrade to Netty 4.1.29.Final
...
Closes gh-14364
2018-09-10 08:46:00 +01:00
Andy Wilkinson
956ef0f785
Upgrade to Javax Mail 1.6.2
...
Closes gh-14363
2018-09-10 08:45:58 +01:00