- 02 Jun, 2017 1 commit
-
-
Sergey Kuptsov authored
See gh-9066
-
- 01 Jun, 2017 15 commits
-
-
Andy Wilkinson authored
See gh-9374
-
Stephane Nicoll authored
* pr/7946: Polish "Add PoolingOptions to CasandraProperties" Add PoolingOptions to CasandraProperties
-
Stephane Nicoll authored
Closes gh-7946
-
Vladimir Tsanev authored
This change allows users to configure some basic pooling options for cassandra driver via configuration properties. See gh-7946
-
Stephane Nicoll authored
This commit ensures that `setLogLevel` on the `LoggingSystem` accepts a `null` level. A `null` level means any customization sets on that level should be removed and the default configuration should be used instead. Effectively, the level of the parent logger is going to be used when `setLevel` is called with `null` for a given logger. Most JMX clients do not accept to pass `null` for an argument so an empty String is translated to null in that specific case. Closes gh-8776
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Calling launch of PropertiesLauncherTests sets the thread context class loader to an instance of LaunchedURLClassLoader. To avoid this class loader being used beyond the scope of the test and launcher that created it, this commit updates PropertiesLauncherTests to capture the TCCL before each test and restore it after each test. Closes gh-9378
-
Stephane Nicoll authored
* pr/7960: Polish "Allow to customize the JdbcTemplate" Allow to customize the JdbcTemplate
-
Stephane Nicoll authored
Closes gh-7960
-
Kazuki Shimizu authored
See gh-7960
-
Stephane Nicoll authored
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
-
Phillip Webb authored
Upgrade to Elasticsearch 5.4.0 and fix auto-configuration to account for API changes. See gh-9374
-
- 31 May, 2017 24 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
- 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
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9370
-
Stephane Nicoll authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9368
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9367
-
Stephane Nicoll authored
* pr/9341: Polish "Allow customization of MongoClientSettings.Builder" Allow customization of MongoClientSettings.Builder
-
Stephane Nicoll authored
Closes gh-9341
-
Mark Paluch authored
MongoClientSettingsBuilderCustomizer allows customization of the auto-configured `MongoClientSettings.Builder`. See gh-9341
-
Andy Wilkinson authored
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
-
Stephane Nicoll authored
* pr/9343: Polish "Add @JooqTest" Add @JooqTest
-
Stephane Nicoll authored
Closes gh-9343
-
Michael J. Simons authored
This commit provides test slicing for jOOQ. See gh-9343
-
Andy Wilkinson authored
Closes gh-9365
-
Andy Wilkinson authored
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
-
Stephane Nicoll authored
* pr/9355: Polish jOOQ auto-configuration Polish "Auto-detect jOOQ dialect" Auto-detect jOOQ dialect
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9355
-