- 02 Jun, 2017 17 commits
-
-
Andy Wilkinson authored
See gh-9066 See gh-4299
-
Andy Wilkinson authored
Closes gh-9386
-
Andy Wilkinson authored
Closes gh-6299
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9073
-
Andy Wilkinson authored
Glassfish bundles an old and incomplete version of Glassfish. By default, this leads to some of Jackson's classes being loaded from inside the war file and others being loaded from Glassfish itself. This mixture of versions does not end well and the application fails to deploy. This commit adds a Glassfish-specific deployment descriptor to invert the web app class loader's delegation model. Rather than preferring classes available from its parent, it will now prefer those packaged inside the war file. Closes gh-9391
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9387
-
Stephane Nicoll authored
This dependency breaks Glassfish integration tests and was not strictly required by #9297.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, BeanCurrentlyInCreationFailureAnalyzer would return a FailureAnalysis for any BeanCurrentlyInCreationException even if it could not determine where the cycle begins. This could lead to an inaccurate diagram of the cycle being output. This commit updates BeanCurrentlyInCreationFailureAnalyzer so that it abandons its analysis and returns null if it is unable to determine where the cycle begins. Closes gh-8164
-
Stephane Nicoll authored
This commit adds a new json starter that gathers the core bits to read and write json with dedicated Java 8 extensions. The web-related starters have been improved to use the new starter rather than relying on `jackson-databind` directly. Closes gh-9297
-
Stephane Nicoll authored
* pr/9066: Polish "Add influxDB java client auto-configuration" Add influxDB java client auto-configuration
-
Stephane Nicoll authored
Closes gh-9066
-
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 8 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
-