- 25 Jul, 2017 33 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-9758: Polish "Locate additional metadata when using Gradle 4" Locate additional metadata when using Gradle 4
-
Andy Wilkinson authored
Closes gh-9732
-
Misagh Moayyed authored
Closes gh-9758
-
Andy Wilkinson authored
Closes gh-9569
-
Andy Wilkinson authored
See gh-9857
-
Andy Wilkinson authored
Closes gh-9569
-
Andy Wilkinson authored
Closes gh-9858
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-9857
-
Andy Wilkinson authored
Closes gh-9727
-
Andy Wilkinson authored
Closes gh-8301
-
Phillip Webb authored
* pr/9781: Simplify comparator implementation Use lambdas when possible Replace try with try-with-resources Collapse catch clauses Replace Collections.sort() with direct sort call Replace explicit generics with diamond operator
-
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 7 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
-