- 27 Jul, 2016 3 commits
-
-
Phillip Webb authored
* patch-1: Unescape quotation marks in JavaDoc
-
Chad authored
Closes gh-6482
-
Phillip Webb authored
Switch `@AutoConfigureJsonTesters` to use regular `@Autowired` injection for JSON testers. Prior to this commit JSON Tester fields were initialized directly which caused IDE issues and was also a little confusing. Fixes gh-6451
-
- 26 Jul, 2016 29 commits
-
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6480
-
Andy Wilkinson authored
Closes gh-6481
-
Andy Wilkinson authored
Closes gh-6479
-
Andy Wilkinson authored
Closes gh-6478
-
Andy Wilkinson authored
Closes gh-6477
-
Andy Wilkinson authored
Closes gh-6476
-
Andy Wilkinson authored
Closes gh-6475
-
Andy Wilkinson authored
Closes gh-6474
-
Andy Wilkinson authored
Closes gh-6473
-
Andy Wilkinson authored
Closes gh-6472
-
Andy Wilkinson authored
Closes gh-6471
-
Andy Wilkinson authored
Closes gh-6470
-
Andy Wilkinson authored
Closes gh-6469
-
Andy Wilkinson authored
* gh-6459: Upgrade to Lombok 1.16.10
-
Kazuki Shimizu authored
Closes gh-6459
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-6468
-
Andy Wilkinson authored
Closes gh-6467
-
Andy Wilkinson authored
Closes gh-6466
-
Andy Wilkinson authored
-
Andy Wilkinson authored
* gh-6458: Upgrade to Spring Integration 4.2.9.RELEASE
-
Artem Bilan authored
Closes gh-6458
-
Brian Clozel authored
This commit adds a new configuration key: spring.http.encoding.mapping.<locale>=<charset> This allows to specify which default charset should be used for any given Locale, if none has been provided already in the response itself. This applies to all supported embedded servlet containers. Fixes gh-6453
-
Stephane Nicoll authored
* pr/6462: Move "Using jOOQ" section under "Working with SQL databases" section
-
Vedran Pavic authored
Closes gh-6462
-
Phillip Webb authored
* SI-4.3.1: Upgrade to Spring Integration 4.3.1
-
Artem Bilan authored
Closes gh-6456
-
Phillip Webb authored
* multi-datasource: Add JdbcTemplate only on single DataSource Add TransactionManager only on single DataSource
-
- 25 Jul, 2016 8 commits
-
-
Kazuki Shimizu authored
Update auto-configuration logic so that a `JdbcTemplate` is only added when there is a single candidate DataSource bean. Closes gh-6449
-
Kazuki Shimizu authored
Update auto-configuration logic so that a `DataSourceTransactionManager` is only added when there is a single candidate DataSource bean. See gh-6449
-
Phillip Webb authored
Move ApplicationPidFileWriter and EmbeddedServerPortFileWriter to the core spring-boot project since they're not really tied to the actuator. Fixes gh-6398
-
Phillip Webb authored
Update @AutoConfigureMockMvc to support extended print options including `System.err` and `log.debug`. In addition the "default" print option can now be overridden by adding `spring.test.mockmvc.print=...` to `src/test/resources/application.properties`. Fixes gh-6455
-
Phillip Webb authored
Update @PropertyMapping support to allow single enum values to be marked as an @UnmappedPropertyValue. This change is primarily so that users can replace "default" values globally for across all tests. See gh-6455
-
Phillip Webb authored
* checkstyle: Remove severity elements from checkstyle.xml
-
Johnny Lim authored
Remove `error` severity elements from `checkstyle.xml` and rely on the default setting instead. Closes gh-6442
-
Phillip Webb authored
-