Commit Graph

12232 Commits (d4665d02b2e1d65edf135d3bf9d995afe2b56035)
 

Author SHA1 Message Date
Stephane Nicoll d4665d02b2 Merge pull request #7960 from kazuki43zoo:jdbc-template-properties
* pr/7960:
  Polish "Allow to customize the JdbcTemplate"
  Allow to customize the JdbcTemplate
8 years ago
Stephane Nicoll 5ea3ab4595 Polish "Allow to customize the JdbcTemplate"
Closes gh-7960
8 years ago
Kazuki Shimizu fa357f0e27 Allow to customize the JdbcTemplate
See gh-7960
8 years ago
Stephane Nicoll ad85902880 Reuse JdbcTemplate in NamedParameterJdbcTemplate
This commit makes sure to reuse an existing or auto-configured
`JdbcTemplate` when auto-configuring a `NamedParameterJdbcTemplate`.

This ensures that whatever customizations have been applied on the
`JdbcTemplate` are properly shared.

Closes gh-4945
8 years ago
Phillip Webb 42762a66b8 Upgrade to Elasticsearch 5.4.0
Upgrade to Elasticsearch 5.4.0 and fix auto-configuration to account for
API changes.

See gh-9374
8 years ago
Andy Wilkinson 2928a31278 Merge branch '1.5.x' 8 years ago
Andy Wilkinson c22230a418 Try making FilePool static to fix the Mockito problem on Bamboo 8 years ago
Andy Wilkinson 0296ff6bb0 Fix dependency management for Byte Buddy
- Manage byte-buddy-agent in addition to byte-buddy
 - Remove dependency management from spring-boot-parent now that
   dependency management for Byte Buddy is provided in
   spring-boot-dependencies

Closes gh-9373
8 years ago
Andy Wilkinson 8e2986c86e Fix call to isSpy to be compatible with Mockito 2 8 years ago
Andy Wilkinson b85eed4b58 Polish 8 years ago
Andy Wilkinson bcd34bca6f Merge branch '1.5.x' 8 years ago
Andy Wilkinson e11b7aff08 Ensure that file is released back to pool when seek fails
Closes gh-9370
8 years ago
Stephane Nicoll 6f25131a1d Polish 8 years ago
Andy Wilkinson 7524e62537 Merge branch '1.5.x' 8 years ago
Andy Wilkinson a9fc18bfbf Upgrade to Spring Security JWT 1.0.8.RELEASE
Closes gh-9368
8 years ago
Andy Wilkinson 5ef29653c7 Polish 8 years ago
Andy Wilkinson a9cecc860c Apply TestPropertyValues to the context under test
Closes gh-9367
8 years ago
Stephane Nicoll 2a3d7611ba Merge pull request #9341 from mp911de:async-mongo-builder-customizer
* pr/9341:
  Polish "Allow customization of MongoClientSettings.Builder"
  Allow customization of MongoClientSettings.Builder
8 years ago
Stephane Nicoll eaa34874e8 Polish "Allow customization of MongoClientSettings.Builder"
Closes gh-9341
8 years ago
Mark Paluch eeb961075f Allow customization of MongoClientSettings.Builder
MongoClientSettingsBuilderCustomizer allows customization of the
auto-configured `MongoClientSettings.Builder`.

See gh-9341
8 years ago
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
8 years ago
Stephane Nicoll 725a42a67e Merge pull request #9343 from michael-simons:jooqTest
* pr/9343:
  Polish "Add @JooqTest"
  Add @JooqTest
8 years ago
Stephane Nicoll d096dcad1d Polish "Add @JooqTest"
Closes gh-9343
8 years ago
Michael J. Simons 00a643f9d8 Add @JooqTest
This commit provides test slicing for jOOQ.

See gh-9343
8 years ago
Andy Wilkinson a685d9ec92 Run Gradle integration tests against multiple versions of Gradle
Closes gh-9365
8 years ago
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
8 years ago
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
8 years ago
Stephane Nicoll 026682d7e3 Polish jOOQ auto-configuration 8 years ago
Stephane Nicoll efdf451e6e Polish "Auto-detect jOOQ dialect"
Closes gh-9355
8 years ago
Michael J. Simons 1b4c5dffaf Auto-detect jOOQ dialect
See gh-9355
8 years ago
Stephane Nicoll a5d51bbeaf Add entry for sshd-shell-spring-boot 8 years ago
Stephane Nicoll 1403b2195e Merge branch '1.5.x' 8 years ago
Stephane Nicoll b311eeb428 Polish 8 years ago
Stephane Nicoll 5b3b8b0c40 Reference Teeid starter 8 years ago
Stephane Nicoll 31868cdb2a Order this party starters
Closes gh-9362
8 years ago
Stephane Nicoll c5ff21a4d3 Merge pull request #4299 from vpavic:quartz-scheduler-support
* pr/4299:
  Polish "Add Quartz Scheduler support"
  Add Quartz Scheduler support
8 years ago
Stephane Nicoll 59a15b259c Polish "Add Quartz Scheduler support"
Closes gh-4299
8 years ago
Vedran Pavic 9e23206c31 Add Quartz Scheduler support
See gh-4299
8 years ago
Andy Wilkinson da6647c19e Revert "Start building against Spring AMQP 2.0 snapshots"
This reverts commit d6a3238e7d.

See gh-9289
8 years ago
Stephane Nicoll 431a12adea Merge branch '1.5.x' 8 years ago
Stephane Nicoll 08a8bb0f8b Revert "Add failure analyzer for BeanCreationException"
Closes gh-9220
8 years ago
Stephane Nicoll 1fcb5ec7f5 Merge pull request #9340 from vpavic:improve-webmvc-registrations
* pr/9340:
  Replace `WebMvcRegistrationsAdapter` with default methods
8 years ago
Vedran Pavic 639641feea Replace `WebMvcRegistrationsAdapter` with default methods
Closes gh-9340
8 years ago
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
8 years ago
Stephane Nicoll 677d52f494 Polish "Add Spring Data Web configuration properties"
Closes gh-9339
8 years ago
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
8 years ago
Stephane Nicoll 267014f8a4 Merge pull request #9352 from izeye:doc-20170530
* pr/9352:
  Add a missing 'io.spring.dependency-management' in doc
8 years ago
Johnny Lim 1ac385c4f6 Add a missing 'io.spring.dependency-management' in doc
Closes gh-9352
8 years ago
Stephane Nicoll f576e90f7a Upgrade to Spring Security OAuth2 2.1.1.RELEASE
Closes gh-9347
8 years ago
Stephane Nicoll 23e188b277 Merge branch '1.5.x' 8 years ago