- 12 Mar, 2019 25 commits
-
-
Andy Wilkinson authored
* gh-16106: Drop AnyEdit from Eclipse setup as it is not available over HTTPS Update build and setup configuration to use HTTPS Closes gh-16106
-
Andy Wilkinson authored
See gh-16106
-
Spring Operator authored
See gh-16106
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16178: Add dependency management for micrometer-registry-stackdriver
-
Johnny Lim authored
Closes gh-16178
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16193: Polish
-
Johnny Lim authored
Closes gh-16193
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-16205
-
Andy Wilkinson authored
Closes gh-16201
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/16203: Add more indentation settings to .editorconfig
-
Johnny Lim authored
Closes gh-16203
-
Phillip Webb authored
Closes gh-16205
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update the `CustomEndpointConfiguration` class in `ScheduledTasksEndpointAutoConfigurationTests` to be package private so that it can be enhanced by cglib. Prior to merge commit 361437f4 the class was a lite configuration so it didn't matter that it was a private class.
-
Phillip Webb authored
-
Phillip Webb authored
-
Phillip Webb authored
Update the `BaseConfiguration` class in `ScheduledTasksEndpointTests` to be package private so that it can be enhanced by cglib. Prior to merge commit 361437f4 the class was a lite configuration so it didn't matter that it was a private class.
-
- 11 Mar, 2019 15 commits
-
-
Madhura Bhave authored
Fixes gh-15445
-
Andy Wilkinson authored
See gh-16195
-
Stephane Nicoll authored
Closes gh-9486
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit detects a Kotlin constructor so that it is not required to transmit the parameter names information to the Java side. See gh-8762
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-16190
-
Stephane Nicoll authored
Closes gh-16195
-
Stephane Nicoll authored
See gh-16173
-
Stephane Nicoll authored
Previously, the import selector wrongly assumed that we should not use constructor injection with Kotlin. Rather than looking up for the primary constructor, we retrieve available constructors on the Java counter-part. This commit applies the same logic as in the constructor parameter binder and checks for the primary constructor for Kotlin types. See gh-8762
-
Andy Wilkinson authored
-