- 22 Jun, 2017 14 commits
-
-
Andy Wilkinson authored
Previously, both Repackager and the Grade plugin used the JRE's standard ZipOutputStream when creating a fat jar or war file. This resulted in entry names that needed UTF-8 encoding to become corrupted. This commit updates both to use Commons Compress' ZipArchiveOutputStream and to configure the stream's encoding and each entry's Unix mode. This ensures that names are encoded using UTF-8 and can be read back in correctly by common zip tools. Closes gh-9405
-
Stephane Nicoll authored
This commit makes sure that each test runs with the proper datasource auto-configuration and with an isolated embedded database. This allows to restrict each test to only what it is supposed to do (rather than disabling initialization to work around the fact that database is not in a proper state because it is shared). Closes gh-9579
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-9574
-
Stephane Nicoll authored
* pr/9561: Improve sample to use fragment expression by thymeleaf 3
-
Eddú Meléndez authored
Avoid repeated title text making use of capabilities in thymeleaf 3. Closes gh-9561
-
Stephane Nicoll authored
Closes gh-9570
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9570: Polish
-
Johnny Lim authored
See gh-9570
-
Stephane Nicoll authored
* pr/9567: Polish "Add prefix to all properties in maven plugin" Add prefix to all properties in maven plugin
-
Stephane Nicoll authored
Closes gh-9567
-
Eddú Meléndez authored
This commit add prefix `spring-boot` to all Mojo's properties. See gh-9567
-
- 21 Jun, 2017 8 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Previously, HealthMvcEndpoint stored the cached Health and its last access time in two separate fields. Neither field was volatile and no synchronization was used. This meant that there were potential visibility problems. In a possible worst case scenario one field may see the updated access time but an old health so it would incorrectly believe that the old health was up-to-date and return it. This commit reworks the endpoint to store the cached health and the time at which it was created in a single, volatile field. This ensures that the cached health and its creation time will be visible across threads. Note that a race between threads when the cache is stale is still possible. This race may result in multiple calls to the delegate but these should be harmless. Closes gh-9454
-
Andy Wilkinson authored
-
Andy Wilkinson authored
In Gradle 4.x, SourceSetOutput now has multiple classes directories and getClassesDir() has been deprecated. This commit introduces the use of reflection to use getClassesDirs() when it's available rather than getClassesDir(). Closes gh-9559
-
Andy Wilkinson authored
Closes gh-9563
-
Andy Wilkinson authored
See gh-9569
-
Stephane Nicoll authored
Closes gh-9564
-
Stephane Nicoll authored
See gh-9564
-
- 20 Jun, 2017 8 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9544: Polish "Use getUsableSpace() in DiskSpaceHealthIndicator" Use getUsableSpace() in DiskSpaceHealthIndicator
-
Stephane Nicoll authored
Closes gh-9544
-
Huang YunKun authored
See gh-9544
-
Stephane Nicoll authored
Closes gh-9547
-
Stephane Nicoll authored
-
Stephane Nicoll authored
This commit makes sure that if the `register-mbeans` property of the Hikary datasource config is set, Spring Boot doesn't attempt to expose the mbean again. Closes gh-5114
-
Brian Clozel authored
-
- 19 Jun, 2017 5 commits
-
-
Andy Wilkinson authored
Closes gh-9550
-
Stephane Nicoll authored
* pr/8534: Polish Polish "Add support for CustomConversions with Cassandra" Add support for CustomConversions with Cassandra
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-8534
-
Eddú Meléndez authored
This commit add the support for CustomConversions in spring-data-cassandra. To customize, bean just need to be declared and it will be auto-configured. See gh-8534
-
- 17 Jun, 2017 3 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
* pr/9539: Upgrade to Spring Retry 1.2.1
-
Dave Syer authored
Closes gh-9539
-
- 16 Jun, 2017 2 commits
-
-
Madhura Bhave authored
-
Madhura Bhave authored
Fixes gh-9435
-