- 02 Nov, 2017 11 commits
-
-
Jay Bryant authored
Closes gh-10879
-
Stephane Nicoll authored
* pr/10871: Add my name to the author list
-
Jay Bryant authored
I succumbed to a fit of vanity. ;) Clsoes gh-10871
-
Stephane Nicoll authored
* pr/10848: Remove System.out::println
-
Johnny Lim authored
Closes gh-10848
-
Phillip Webb authored
Clean `${revision}` variables when running invoker based integration tests. Prior to this commit some `${revision}` placeholders remained in the invoker local repository preventing the project from being built outside of the reactor. Fixes gh-10667
-
Phillip Webb authored
-
Phillip Webb authored
Move logic from `ParameterNameMapper` into `ReflectiveOperationInvoker` in order to reduce the surface area of the public API. Also rename some classes for consistency.
-
Phillip Webb authored
-
Madhura Bhave authored
-
Madhura Bhave authored
-
- 01 Nov, 2017 14 commits
-
-
Madhura Bhave authored
Instead of looking for the presence of `WebSecurityConfiguration`, this commit checks for the presence of a `Filter` with the name springSecurityFilterChain. This allows users to configure the Filter without adding `WebSecurityConfiguration`, making it more flexible. `springSecurityFilterChain` is somewhat of a contract in Spring Security and it relies on the name being `springSecurityFilterChain`. Closes gh-10849
-
Andy Wilkinson authored
Closes gh-10865
-
Andy Wilkinson authored
* gh-10830: Wrap production-ready-features.adoc at 90 characters Make editorial changes to production-ready-features.adoc
-
Andy Wilkinson authored
Closes gh-10830
-
Jay Bryant authored
See gh-10830
-
Andy Wilkinson authored
Closes gh-10819
-
Andy Wilkinson authored
Closes gh-10847
-
Andy Wilkinson authored
Closes gh-10860
-
Stephane Nicoll authored
Closes gh-10857
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit automatically instruments all available data sources with a configurable metric name. The instrumentation can be disabled in case more control is needed. Closes gh-10295
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
- 31 Oct, 2017 15 commits
-
-
Andy Wilkinson authored
* gh-10797: Wrap spring-boot-features.adoc at 90 characters Make editorial changes to spring-boot-features.adoc
-
Andy Wilkinson authored
Closes gh-10797
-
Jay Bryant authored
See gh-10797
-
Madhura Bhave authored
Closes gh-10837
-
Andy Wilkinson authored
* gh-10833: Wrap deployment.adoc at 90 characters Make editorial changes to deployment.adoc
-
Andy Wilkinson authored
Closes gh-10833
-
Jay Bryant authored
See gh-10833
-
Andy Wilkinson authored
Previously, the configuration metadata annotation processor relied upon an additional metadata file have been copied to an output location. When building with Gradle, it's the processResources task that performs this copy and there is no guarantee that it will have run before the compileJava task unless an explicit dependency betwee the two tasks has been configured. If a project is built using Gradle's parallel build support, the likelihood of this required ordering not occurring increases. This commit updates the configuration metadata annotation processor to consider a new annotation processor option when looking for the additional config metadata file. The Gradle plugin has been updated to provide this option as a compiler argument. The option is only provided when the annotation processor is found on the compilation classpath to avoid a warning from javac's annotation processing about the use of an option that is not supported by any of the available annotation processors. Closes gh-9755
-
Andy Wilkinson authored
* gh-10835: Wrap build-tool-plugins.adoc at 90 characters Edit build-tool-plugins.adoc
-
Andy Wilkinson authored
Closes gh-10835
-
Jay Bryant authored
See gh-10835
-
Andy Wilkinson authored
* gh-10834: Wrap spring-boot-cli.adoc at 90 characters Edit spring-boot-cli.adoc
-
Andy Wilkinson authored
Closes gh-10834
-
Jay Bryant authored
See gh-10834
-
Andy Wilkinson authored
Closes gh-10841
-