- 25 Jul, 2017 20 commits
-
-
Emanuel Campolo authored
See gh-9781
-
Emanuel Campolo authored
Replace anonymous inner classes with lambda declarations (when possible using method references). See gh-9781
-
Emanuel Campolo authored
Update existing try/finally/close blocks to use "try with resources" See gh-9781
-
Emanuel Campolo authored
Use multi-catch for exceptions whenever possible. See gh-9781
-
Emanuel Campolo authored
Replace existing `Collections.sort(...)` calls with `.sort(...)` directly on the collection instance. See gh-9781
-
Emanuel Campolo authored
Where possible, explicit generic declarations to use the Java 8 diamond operator. See gh-9781
-
Stephane Nicoll authored
* pr/8048: Polish "Add JUnit Jupiter sample application" Add JUnit Jupiter sample application
-
Stephane Nicoll authored
Closes gh-8048
-
Eddú Meléndez authored
See gh-8048
-
Andy Wilkinson authored
Closes gh-9854
-
Andy Wilkinson authored
Closes gh-9825
-
Phillip Webb authored
Fix imports that were accidentally broken in commit 3a01f4a6.
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9834
-
Stephane Nicoll authored
Closes gh-9669
-
Stephane Nicoll authored
* pr/9669: Polish Polish "Allow to customize OkHttpClient.Builder" Allow to customize OkHttpClient.Builder
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9669
-
Eddú Meléndez authored
This commit enables to auto-configure OkHttpClient.Builder in InfluxDbAutoConfiguration if it is available. See gh-9669
-
jnizet authored
-
- 24 Jul, 2017 20 commits
-
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update nested JAR support to only obtain JUL loggers when absolutely necessary and to defensively deal with failures. Prior to this commit it was not possible to override `java.util.logging.manager` to use a nested JAR as the logger implementation. Fixes gh-9848
-
Phillip Webb authored
Update `@ImportAutoConfiguration` so that it is no longer annotated with `@AutoConfigurationPackage` and as such isn't a marker for `AutoConfigurationPackages`. Having `@ImportAutoConfiguration` marked as an auto-configuration package is particularly problematic in tests since it frequently breaks context caching. Fixes gh-9282
-
Andy Wilkinson authored
Closes gh-8682
-
Andy Wilkinson authored
-
Andy Wilkinson authored
This reverts commit 8b2f09d3. It's not in Maven Central.
-
Andy Wilkinson authored
Closes gh-9824
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9834
-
Andy Wilkinson authored
Closes gh-9603
-
Andy Wilkinson authored
Closes gh-9237
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-5550
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit exposes additional properties and a callback interface to further tune the auto-configured ActiveMQConnectionFactory. Closes gh-9667
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit expands the support of PooledConnectionFactory so that binding the third party object is no longer necessary. All 3rd party properties are now deprecated in favour of our explicit support. The main reason behind this change is that a `connection-factory` and `properties` property were exposed. The former is used to set the `ConnectionFactory` and makes no sense as a key. The latter is rebuilding the underlying `ActiveMQConnectionFactory` at each call without reusing any existing settings. Closes gh-9837
-