Andy Wilkinson
846f264da8
Merge branch '1.4.x' into 1.5.x
2016-10-05 14:57:51 +01:00
Andy Wilkinson
77f1da871f
Add a second, portal-compatible ID to the Gradle plugin
...
To be compatible with Gradle's plugin portal, plugins must have an
ID that uses a reverse domain name. This means that spring-boot is
not compatible.
This commit introduces a new ID, org.springframework.boot, and
deprecates the old ID.
Closes gh-6997
2016-10-05 14:54:23 +01:00
Stephane Nicoll
8b61d15120
Remove deprecated support for commons-dbcp 1
...
See gh-6787
2016-10-05 15:51:14 +02:00
Stephane Nicoll
543498f040
Merge branch '1.5.x'
2016-10-05 15:21:23 +02:00
Stephane Nicoll
cf28663cd7
Deprecate commons-dbcp 1
...
Closes gh-6787
2016-10-05 15:21:09 +02:00
Stephane Nicoll
4119da1d9e
Merge branch '1.5.x'
2016-10-05 13:48:51 +02:00
Stephane Nicoll
0b9283c3cd
Merge pull request #6367 from henrikerola:gh-6351
...
* pr/6367:
Polish contribution
"spring war" should copy resources to WEB-INF/classes
2016-10-05 13:48:37 +02:00
Stephane Nicoll
2d75cc79c0
Polish contribution
...
Closes gh-6367
2016-10-05 13:47:50 +02:00
Henri Kerola
d07f689446
"spring war" should copy resources to WEB-INF/classes
...
Closes gh-6351
2016-10-05 13:36:25 +02:00
Stephane Nicoll
0d5985b8dd
Merge branch '1.5.x'
2016-10-04 15:01:04 +02:00
Stephane Nicoll
07690bab25
Allow customization of the auto-configured JmsTemplate
...
Closes gh-6825
2016-10-04 15:00:42 +02:00
Stephane Nicoll
fc1a700d4c
Merge branch '1.5.x'
...
# Conflicts:
# spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
2016-10-04 13:39:33 +02:00
Stephane Nicoll
4b2970606e
Merge branch '1.4.x' into 1.5.x
2016-10-04 13:37:57 +02:00
Stephane Nicoll
7019894f0e
Clarify the role of spring-boot-starter-cache
...
The cache abstraction is a core feature of the Spring Framework. Basic
features such as `@EnableCaching` are therefore available by default with
no extra dependencies necessary.
However, the actual cache adapters for JCache, Ehcache 2.x, Caffeine and
Guava are located in a separated module, `spring-context-support`. Spring
Boot provides that artifact via the `spring-boot-starter-cache` starter.
It is quite easy to "only" add the cache library dependencies and forget
about this extra dependencies since `@EnableCaching` is available by
default. This commit clarifies the role of the starer in each section so
that it is more obvious. We're already explaining this at the beginning
of the section but it seems that's not enough.
Closes gh-7071
2016-10-04 13:37:29 +02:00
Stephane Nicoll
fff4376f3d
Merge branch '1.5.x'
2016-10-04 13:05:34 +02:00
Stephane Nicoll
d0e49cc413
Merge branch '1.4.x' into 1.5.x
2016-10-04 13:05:18 +02:00
Stephane Nicoll
8d2aedc5a8
Merge branch '1.3.x' into 1.4.x
2016-10-04 13:05:01 +02:00
Stephane Nicoll
7f1118b87a
Merge pull request #7073 from garyrussell:si4210
...
* pr/7073:
Upgrade to Spring Integration 4.2.11
2016-10-04 13:04:39 +02:00
Gary Russell
0ffc7dc13f
Upgrade to Spring Integration 4.2.11
...
Closes gh-7073
2016-10-04 13:04:15 +02:00
Stephane Nicoll
39534aea6b
Merge branch '1.5.x'
...
# Conflicts:
# spring-boot-dependencies/pom.xml
2016-10-04 13:02:53 +02:00
Stephane Nicoll
58050fb72f
Merge branch '1.4.x' into 1.5.x
...
# Conflicts:
# spring-boot-dependencies/pom.xml
2016-10-04 13:01:46 +02:00
Stephane Nicoll
dcb3f31901
Merge pull request #7074 from garyrussell:si433-14
...
* pr/7074:
Upgrade to Spring Integration 4.3.4, AMQP 1.6.3
2016-10-04 13:00:05 +02:00
Gary Russell
ad3179b9ee
Upgrade to Spring Integration 4.3.4, AMQP 1.6.3
...
Closes gh-7074
2016-10-04 12:59:41 +02:00
Stephane Nicoll
dfb3675937
Merge pull request #7085 from dstine:docs-typos
...
* pr/7085:
Fix a typo
2016-10-04 12:59:02 +02:00
Dan Stine
0926b66123
Fix a typo
...
Closes gh-7085
2016-10-04 12:58:37 +02:00
Phillip Webb
d0d01b92b9
Fixup parent POM version
2016-10-03 22:54:06 -07:00
Phillip Webb
17bb3b51df
Merge branch '1.5.x'
2016-10-03 22:53:10 -07:00
Phillip Webb
8fe755d281
Fixup parent POM version
2016-10-03 22:52:43 -07:00
Phillip Webb
6d11931421
Merge branch '1.4.x' into 1.5.x
2016-10-03 22:51:49 -07:00
Phillip Webb
bd341cbac8
Polish
2016-10-03 22:51:21 -07:00
Phillip Webb
53f50eda39
Merge branch '1.5.x'
2016-10-03 22:47:11 -07:00
Phillip Webb
a2315378d4
Formatting
2016-10-03 22:44:36 -07:00
Phillip Webb
f2b0fa284e
Merge branch '1.4.x' into 1.5.x
2016-10-03 22:38:22 -07:00
Phillip Webb
cdeed8e934
Merge pull request #7089 from mbhave/gh-7065
...
* pr/7089:
Fix NoClassDefFoundError when Mockito is missing
2016-10-03 22:27:42 -07:00
Madhura Bhave
16fe332f51
Fix NoClassDefFoundError when Mockito is missing
...
Update MockReset class to check for the presence of the MockUtil class
before attempting to use it.
Fixes gh-7065
2016-10-03 22:27:20 -07:00
Phillip Webb
3326841a97
Formatting
2016-10-03 22:19:35 -07:00
Phillip Webb
39ed0d4dfb
Polish
2016-10-03 21:58:13 -07:00
Phillip Webb
f59cc25e2b
Fix eclipse warnings
2016-10-03 21:51:16 -07:00
Stephane Nicoll
e6ab3cef73
Merge branch '1.5.x'
2016-10-03 12:29:14 +02:00
Stephane Nicoll
6977dcaf44
Merge branch '1.4.x' into 1.5.x
2016-10-03 12:28:58 +02:00
Stephane Nicoll
9f7e97b23f
Improve war to executable app documentation
...
Closes gh-7040
2016-10-03 12:28:25 +02:00
Stephane Nicoll
58005542cf
Merge branch '1.5.x'
2016-10-03 11:44:13 +02:00
Stephane Nicoll
e5bac8dadf
Merge branch '1.4.x' into 1.5.x
2016-10-03 11:43:57 +02:00
Stephane Nicoll
a9b610c4fc
Deprecate ResourceLoaderAware callback
...
Closes gh-6986
2016-10-03 11:42:46 +02:00
Stephane Nicoll
f181421f67
Merge branch '1.5.x'
2016-10-03 11:29:56 +02:00
Stephane Nicoll
8ad477537e
Fail fast if both uri and client attributes are set
...
Previously, an URI and individual client attributes can be set to
configure the mongo client. In such a scenario, the URI is ignored.
This commit changes the URI to be "null" and the creation of the client
to fail if both the uri and client attributes are set. If no client
attributes are set, the uri is used as before.
Closes gh-6739
2016-10-03 11:29:20 +02:00
Stephane Nicoll
4c5c3c6d1b
Merge branch '1.5.x'
2016-10-03 11:04:25 +02:00
Stephane Nicoll
42adeda6a3
Merge branch '1.4.x' into 1.5.x
2016-10-03 11:04:06 +02:00
Stephane Nicoll
dc067b0fc4
Update Ant sample’s spring-boot-antlib dependency during prepare
...
Closes gh-6978
2016-10-03 11:03:45 +02:00
Stephane Nicoll
669b09cbde
Merge branch '1.5.x'
2016-10-03 10:42:18 +02:00