Emanuel Campolo
2626a3a795
Use lambdas when possible
...
Replace anonymous inner classes with lambda declarations (when possible
using method references).
See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo
d16af43664
Replace try with try-with-resources
...
Update existing try/finally/close blocks to use "try with resources"
See gh-9781
2017-07-25 00:53:38 -07:00
Emanuel Campolo
798fe5ed53
Collapse catch clauses
...
Use multi-catch for exceptions whenever possible.
See gh-9781
2017-07-25 00:53:37 -07:00
Emanuel Campolo
04fdec6f8b
Replace explicit generics with diamond operator
...
Where possible, explicit generic declarations to use the Java 8 diamond
operator.
See gh-9781
2017-07-25 00:53:37 -07:00
Stephane Nicoll
8cae031441
Remove Devtools remote debugging support
...
Closes gh-9489
2017-07-22 15:23:52 +02:00
Andy Wilkinson
0b11fb7ce0
Merge branch '1.5.x'
2017-07-20 10:39:43 +01:00
Andy Wilkinson
f3b26525f7
Use System.out rather than err for ignored Class-Path entry message
...
Closes gh-9802
2017-07-20 10:37:49 +01:00
Phillip Webb
eb17aa06f9
Merge branch '1.5.x'
2017-07-06 18:38:52 -07:00
Phillip Webb
aa57ca7e18
Polish
2017-07-06 16:53:04 -07:00
Stephane Nicoll
1b62f664e4
Merge branch '1.5.x'
2017-06-26 08:49:32 +02:00
Misagh Moayyed
07d09f3f18
Add missing whitespace in log
...
Closes gh-9597
2017-06-26 08:48:37 +02:00
Andy Wilkinson
f26f8176b6
Start building against Spring Session 2.0 snapshots
...
See gh-9541
2017-06-23 10:00:05 +02:00
Andy Wilkinson
991314c63d
Merge branch '1.5.x'
2017-06-16 09:13:42 +01:00
Andy Wilkinson
59122358d3
Clean up and format code
2017-06-16 08:58:14 +01:00
Andy Wilkinson
73b114860c
Configure Derby to write its log in the target directory
2017-06-14 17:34:51 +01:00
Phillip Webb
b94bb00fa1
Remove need for attached test-jar artifacts
...
Remove test-jar artifacts from Maven projects and relocate classes. The
majority of utilities now live in the `spring-boot-testsupport` module.
This update will help us to deploy artifacts using the standard Maven
deploy plugin in the future (which doesn't support the filtering of
individual artifacts).
Fixes gh-9493
2017-06-12 21:11:35 -07:00
Andy Wilkinson
f7e9ec5f42
Minimise our usage of SocketUtils.findAvailableTcpPort
...
Closes gh-9382
2017-06-09 14:45:09 +01:00
Andy Wilkinson
06eb24557e
Fix HttpTunnelConnectionTests following changes for null handling
2017-06-08 14:38:59 +01:00
Andy Wilkinson
776933a1be
Adapt to MockClientHttpResponse no longer accepting a null body
2017-06-08 14:11:37 +01:00
Spring Buildmaster
05d4d0281c
Next Development Version
2017-06-08 12:47:16 +00:00
Phillip Webb
de66621905
Fix unsupported null argument
...
Update `MockClientHttpRequestFactory` following upstream Spring
Framework changes that mean `null` is not a valid payload.
2017-06-07 20:37:37 -07:00
Stephane Nicoll
05fbd5dc46
Merge branch '1.5.x'
2017-06-06 16:04:29 +02:00
Stephane Nicoll
cbdab9edb3
Add support for custom ProtocolResolver with Devtools
...
Prior to this commit, custom `ProtocolResolvers` set on the
`ApplicationContext` were lost when Devtools is used as the customized
`ResourceLoader` did not copy any customization made to the default
resource loader.
This commit makes sure to copy any `ProtocolResolver` set on the context.
Closes gh-9331
2017-06-06 16:04:12 +02:00
Phillip Webb
2c7dd9f519
Polish
2017-06-02 16:00:39 -07:00
Phillip Webb
8f7004738b
Merge branch '1.5.x'
2017-06-02 13:48:27 -07:00
Phillip Webb
b9fd99e268
Polish
2017-06-02 13:47:28 -07:00
Stephane Nicoll
9624bf14c4
Merge branch '1.5.x'
2017-06-02 17:58:18 +02:00
Oleg Vyukov
ff3b6b09bd
Fix OptionalLiveReloadServer create bean
...
Closes gh-8595
2017-06-02 17:35:14 +02:00
Stephane Nicoll
d48c414a64
Use HikariCP is jdbc and jpa starters
...
This commit is a companion of what was done in #6013 . As HikariCP is
now the default connection pool, the jdbc and jpa starters no longer
provide `tomcat-jdbc`, but rather `HikariCP`.
Closes gh-9392
2017-06-02 16:35:44 +02:00
Madhura Bhave
d745b69630
Replace usages of EnvironmentTestUtils
2017-05-24 14:59:04 -07:00
Andy Wilkinson
d5438c299c
Polish "Use try-with-resources to close resources automatically"
...
- Apply code formatting
- Use try-with-resources in many other places that were missed in the
pull request
Closes gh-8045
2017-05-23 19:38:48 +01:00
Andy Wilkinson
b71daac58a
Remove redundant logic for uninstalling Tomcat's URL stream handler factory
...
Closes gh-8622
2017-05-11 17:22:15 +01:00
Madhura Bhave
7efbedc0dc
Use new configuration properties in devtools
...
Update `spring-boot-devtools` to use the new configuration properties
support.
See gh-9000
2017-04-27 13:59:25 -07:00
Spring Buildmaster
9768b0a8c2
Next Development Version
2017-04-21 08:32:01 +00:00
dreis
f3bbbc4530
Use JDK hashCode() variants for primitives
...
See gh-8768
2017-04-12 15:22:14 +02:00
Stephane Nicoll
5b92a0278b
Merge branch '1.5.x'
2017-04-11 09:41:08 +02:00
Stephane Nicoll
934d33685a
Polish
...
See gh-8879
2017-04-11 09:40:54 +02:00
Stephane Nicoll
dbe388756a
Merge branch '1.5.x'
2017-04-10 14:18:48 +02:00
Stephane Nicoll
16afb8a973
Polish "Add support for HotSwapAgent to devtools"
...
Closes gh-8683
2017-04-10 14:18:23 +02:00
Bretislav Wajtr
b368693d80
Add support for HotSwapAgent to devtools
...
HotSwapAgent is an open source competition to JRebel. This commit adds
"org.hotswap.agent.HotswapAgent" to the list of known Java agent based
class reloaders. This causes same behavior as when JRebel is used: a full
restart is NOT triggered when any class changes, however LiveReload event
is still triggered.
See gh-8683
2017-04-10 14:18:23 +02:00
Andy Wilkinson
9d642a69b3
Merge branch '1.5.x'
2017-04-07 14:17:23 +01:00
Andy Wilkinson
ac3071670f
Merge branch '1.4.x' into 1.5.x
2017-04-07 14:17:08 +01:00
Andy Wilkinson
492aee9cea
Remove unused optional dependency
...
It should have been removed in 2522a5f9ef6e3dc0
2017-04-07 14:16:44 +01:00
Andy Wilkinson
ceb80614e5
Polishing
2017-04-07 14:13:55 +01:00
Andy Wilkinson
8c785b214b
Merge branch '1.5.x'
2017-04-07 13:55:17 +01:00
Andy Wilkinson
bccbbc145e
Merge branch '1.4.x' into 1.5.x
2017-04-07 13:49:19 +01:00
Andy Wilkinson
60505a4fae
Don't shut down "in-memory" DB running as a server on DevTools restart
...
Closes gh-8702
2017-04-07 13:47:40 +01:00
Andy Wilkinson
f892363c0f
Merge branch '1.5.x'
2017-04-04 12:30:34 +01:00
Andy Wilkinson
155d55097f
Merge branch '1.4.x' into 1.5.x
2017-04-04 12:21:43 +01:00
Andy Wilkinson
47de05b52c
Update Devtools to ignore manifest Class-Path entries that do not exist
...
Closes gh-8623
2017-04-04 12:15:51 +01:00