- 03 Nov, 2017 3 commits
-
-
Phillip Webb authored
* pr/8516: Introduce configurable logging.pattern.dateformat
-
Henrik authored
Add configurable logger dateformat support for Logback and Log4j2. Closes gh-8516
-
Madhura Bhave authored
Closes gh-10780
-
- 02 Nov, 2017 37 commits
-
-
Phillip Webb authored
* pr/6352: Polish SizeAndTimeBasedRollingPolicy changes Use SizeAndTimeBasedRollingPolicy file appender
-
Phillip Webb authored
Closes gh-6352
-
Vedran Pavic authored
Update the logback file appender to use `SizeAndTimeBasedRollingPolicy` rather than `FixedWindowRollingPolicy`. Add two new properties to improve log file configuration capabilities: - `logging.file.max-history` to limit the number of archive log files to keep. - `logging.file.max-size` to limit the log file size. See gh-6352
-
Phillip Webb authored
-
Andy Wilkinson authored
Closes gh-7029
-
Andy Wilkinson authored
Flyway implicitly adds classpath: to locations without a prefix but resource loader fails to find migratons on the classpath without the prefix. Add an explicit classpath: prefix so that both Flyway and the resource loader used to check the locations can find the migration location. See gh-10807
-
Andy Wilkinson authored
* gh-10889: Wrap documentation-overview.adoc at 90 characters and use title case
-
Jay Bryant authored
Closes gh-10889
-
Andy Wilkinson authored
* gh-10854: Make editorial changes to howto.adoc
-
Jay Bryant authored
Closes gh-10854
-
Andy Wilkinson authored
* gh-10807: Align default of flyway.check-location with equivalent Liquibase prop
-
Eddú Meléndez authored
Closes gh-10807
-
Andy Wilkinson authored
Previously, spring.config.name was handled in such a way that its value would replace the defaults. By constrast, spring.config.location would add to the defaults. Update the handling of spring.config.location so that it replaces the defaults. This aligns its behaviour with spring.config.name. To allow users to add additional locations a new property, spring.config.additional-location, has been introduced. It behaves as spring.config.location did prior to this change. Closes gh-10595
-
Stephane Nicoll authored
Closes gh-10858
-
Andy Wilkinson authored
Closes gh-10884
-
Andy Wilkinson authored
-
Andy Wilkinson authored
The Gradle plugin integration tests find their Gradle build scripts using a naming convention of ${ClassName}-${methodName}.gradle. This convention led to two gradle scripts with filenames that were long enough to causes problems on Windows. This commit renames two test methods to reduce the length of their names and, therefore, the names of their corresponding Gradle script files. Closes gh-10868
-
Stephane Nicoll authored
Closes gh-10511
-
Stephane Nicoll authored
* pr/10818: Add support for configuring Spring Session cleanup cron
-
Vedran Pavic authored
This commit adds support for configuring cron expression used for expired session cleanup job in Redis and JDBC session stores. Closes gh-10818
-
Stephane Nicoll authored
* pr/10874: Polish "Make editorial changes to appendix-configuration-metadata.adoc" Make editorial changes to appendix-configuration-metadata.adoc
-
Stephane Nicoll authored
Closes gh-10874
-
Jay Bryant authored
See gh-10874
-
Stephane Nicoll authored
* pr/10875: Make editorial changes to appendix-auto-configuration-classes.adoc
-
Jay Bryant authored
Closes gh-10875
-
Stephane Nicoll authored
* pr/10876: Make editorial changes to appendix-test-auto-configuration.adoc
-
Jay Bryant authored
Closes gh-10876
-
Stephane Nicoll authored
* pr/10878: Polish "Make editorial changes to appendix-executable-jar-format.adoc" Make editorial changes to appendix-executable-jar-format.adoc
-
Stephane Nicoll authored
Closes gh-10878
-
Jay Bryant authored
See gh-10878
-
Stephane Nicoll authored
* pr/10879: Make editorial changes to appendix-dependency-versions.adoc
-
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
-