Mark Paluch
eeb961075f
Allow customization of MongoClientSettings.Builder
...
MongoClientSettingsBuilderCustomizer allows customization of the
auto-configured `MongoClientSettings.Builder`.
See gh-9341
2017-05-31 15:48:22 +02:00
Andy Wilkinson
4a605f6270
Drop custom software component in favor of just publishing an artifact
...
Previously, Spring Boot's Gradle plugin provided custom software
components (bootJava and bootWeb) for publishing the artifacts created
by the standard bootJar and bootWar tasks respectively. Providing a
custom software component requires the usage of some of Gradle's
internal APIs and this has now proven to be more trouble than it is
worth.
This commit removes the custom software component and documents how
to publish the artifact created by a BootJar or BootWar task directly
instead.
Closes gh-9153
2017-05-31 14:25:25 +01:00
Stephane Nicoll
725a42a67e
Merge pull request #9343 from michael-simons:jooqTest
...
* pr/9343:
Polish "Add @JooqTest"
Add @JooqTest
2017-05-31 15:11:00 +02:00
Stephane Nicoll
d096dcad1d
Polish "Add @JooqTest"
...
Closes gh-9343
2017-05-31 15:10:09 +02:00
Michael J. Simons
00a643f9d8
Add @JooqTest
...
This commit provides test slicing for jOOQ.
See gh-9343
2017-05-31 14:41:28 +02:00
Andy Wilkinson
a685d9ec92
Run Gradle integration tests against multiple versions of Gradle
...
Closes gh-9365
2017-05-31 12:17:12 +01:00
Andy Wilkinson
5f3462f358
Use ObjectFactory rather than Usages to create Usage on Gradle 4.0
...
Usages has been removed in Gradle 4.0 and replaced with the use of
a new ObjectFactory API that can be used to create a Usage. This
commit uses reflection to access the ObjectFactory from the Project
and use it to create a Usage when an attempt to use Usages fails.
Closes gh-9364
2017-05-31 12:17:12 +01:00
Stephane Nicoll
80ee2a8c30
Merge pull request #9355 from michael-simons:jooqAutoconfigurationImprovements
...
* pr/9355:
Polish jOOQ auto-configuration
Polish "Auto-detect jOOQ dialect"
Auto-detect jOOQ dialect
2017-05-31 11:25:59 +02:00
Stephane Nicoll
026682d7e3
Polish jOOQ auto-configuration
2017-05-31 11:25:26 +02:00
Stephane Nicoll
efdf451e6e
Polish "Auto-detect jOOQ dialect"
...
Closes gh-9355
2017-05-31 11:16:12 +02:00
Michael J. Simons
1b4c5dffaf
Auto-detect jOOQ dialect
...
See gh-9355
2017-05-31 10:43:40 +02:00
Stephane Nicoll
a5d51bbeaf
Add entry for sshd-shell-spring-boot
2017-05-31 10:37:19 +02:00
Stephane Nicoll
1403b2195e
Merge branch '1.5.x'
2017-05-31 10:29:58 +02:00
Stephane Nicoll
b311eeb428
Polish
2017-05-31 10:27:43 +02:00
Stephane Nicoll
5b3b8b0c40
Reference Teeid starter
2017-05-31 10:26:54 +02:00
Stephane Nicoll
31868cdb2a
Order this party starters
...
Closes gh-9362
2017-05-31 10:26:25 +02:00
Stephane Nicoll
c5ff21a4d3
Merge pull request #4299 from vpavic:quartz-scheduler-support
...
* pr/4299:
Polish "Add Quartz Scheduler support"
Add Quartz Scheduler support
2017-05-30 18:48:36 +02:00
Stephane Nicoll
59a15b259c
Polish "Add Quartz Scheduler support"
...
Closes gh-4299
2017-05-30 18:48:12 +02:00
Vedran Pavic
9e23206c31
Add Quartz Scheduler support
...
See gh-4299
2017-05-30 18:48:12 +02:00
Andy Wilkinson
da6647c19e
Revert "Start building against Spring AMQP 2.0 snapshots"
...
This reverts commit d6a3238e7d .
See gh-9289
2017-05-30 15:00:22 +01:00
Stephane Nicoll
431a12adea
Merge branch '1.5.x'
2017-05-30 14:28:14 +02:00
Stephane Nicoll
08a8bb0f8b
Revert "Add failure analyzer for BeanCreationException"
...
Closes gh-9220
2017-05-30 14:23:47 +02:00
Stephane Nicoll
1fcb5ec7f5
Merge pull request #9340 from vpavic:improve-webmvc-registrations
...
* pr/9340:
Replace `WebMvcRegistrationsAdapter` with default methods
2017-05-30 14:15:02 +02:00
Vedran Pavic
639641feea
Replace WebMvcRegistrationsAdapter with default methods
...
Closes gh-9340
2017-05-30 14:14:47 +02:00
Stephane Nicoll
3b7c7c2ddc
Merge pull request #9339 from vpavic:gh-7775
...
* pr/9339:
Polish "Add Spring Data Web configuration properties"
Add Spring Data Web configuration properties
2017-05-30 11:19:57 +02:00
Stephane Nicoll
677d52f494
Polish "Add Spring Data Web configuration properties"
...
Closes gh-9339
2017-05-30 11:19:21 +02:00
Vedran Pavic
e9ac41f83f
Add Spring Data Web configuration properties
...
This commit adds support for configuring Spring Data Web
`PageableHandlerMethodArgumentResolver` and
`SortHandlerMethodArgumentResolver` using configuration properties.
See gh-9339
2017-05-30 10:07:14 +02:00
Stephane Nicoll
267014f8a4
Merge pull request #9352 from izeye:doc-20170530
...
* pr/9352:
Add a missing 'io.spring.dependency-management' in doc
2017-05-30 09:34:02 +02:00
Johnny Lim
1ac385c4f6
Add a missing 'io.spring.dependency-management' in doc
...
Closes gh-9352
2017-05-30 09:33:41 +02:00
Stephane Nicoll
f576e90f7a
Upgrade to Spring Security OAuth2 2.1.1.RELEASE
...
Closes gh-9347
2017-05-30 09:21:16 +02:00
Stephane Nicoll
23e188b277
Merge branch '1.5.x'
2017-05-30 09:20:17 +02:00
Stephane Nicoll
07ec13d454
Merge branch '1.4.x' into 1.5.x
2017-05-30 09:19:54 +02:00
Stephane Nicoll
6415828693
Upgrade to Spring Security OAuth2 2.0.14.RELEASE
...
Closes gh-9346
2017-05-30 09:18:38 +02:00
Stephane Nicoll
18a5e15573
Provide thymeleaf-extras-java8time with thymeleaf starter
...
Closes gh-9229
2017-05-29 17:20:34 +02:00
Stephane Nicoll
7aa84cf395
Fix checkstyle violation
2017-05-29 17:09:13 +02:00
Stephane Nicoll
a05dd4a1b3
Polish
2017-05-29 16:23:36 +02:00
Stephane Nicoll
e8aa3a3a8e
Upgrade to Maven War Plugin 3.1.0
...
Closes gh-9344
2017-05-29 16:16:43 +02:00
Stephane Nicoll
0c8893f4e9
Upgrade to Maven Invoker Plugin 3.0.0
...
Closes gh-9298
2017-05-29 15:06:59 +02:00
Stephane Nicoll
294bcbe962
Merge branch '1.5.x'
2017-05-29 14:56:34 +02:00
Stephane Nicoll
9b2ad6100e
Fix reference of custom layout example
...
Closes gh-9342
2017-05-29 14:56:14 +02:00
Stephane Nicoll
a125d604df
Merge branch '1.5.x'
2017-05-29 11:50:20 +02:00
Stephane Nicoll
b8591206d5
Polish
2017-05-29 11:49:46 +02:00
Stephane Nicoll
062dc3cb9a
Upgrade to Neo4J OGM 2.1.3
...
Closes gh-9335
2017-05-29 11:48:55 +02:00
Stephane Nicoll
6664ce19d6
Merge branch '1.5.x'
2017-05-29 10:40:14 +02:00
Stephane Nicoll
544d516563
Merge branch '1.4.x' into 1.5.x
2017-05-29 10:26:52 +02:00
Stephane Nicoll
250d5f9a52
Deprecate Atomikos console logs properties
...
Those properties are no longer honoured with Atomikos 3.8 and we're
using 3.9 by default.
Closes gh-9292
2017-05-29 10:18:35 +02:00
Stephane Nicoll
337e645263
Upgrade to Atomikos 4.0.4
...
Closes gh-5591
2017-05-29 09:44:10 +02:00
Stephane Nicoll
270317728f
Merge pull request #9330 from izeye:polish-20170626
...
* pr/9330:
Polish
2017-05-28 17:47:02 +02:00
Johnny Lim
6939ff1e65
Polish
...
Closes gh-9330
2017-05-28 17:46:43 +02:00
Stephane Nicoll
9332a3a4ae
Merge branch '1.5.x'
2017-05-28 17:46:00 +02:00