- 09 Nov, 2020 4 commits
-
-
Stephane Nicoll authored
Closes gh-24080
-
Stephane Nicoll authored
Closes gh-24079
-
Stephane Nicoll authored
Closes gh-24078
-
Stephane Nicoll authored
Closes gh-24077
-
- 06 Nov, 2020 2 commits
-
-
Stephane Nicoll authored
See gh-24034
-
Brian Clozel authored
Closes gh-24066
-
- 05 Nov, 2020 11 commits
-
-
Andy Wilkinson authored
Closes gh-24060
-
Andy Wilkinson authored
Closes gh-24045
-
Stephane Nicoll authored
Closes gh-24058
-
Stephane Nicoll authored
This commit makes sure to use the most specific getter if more than one candidate exists. Closes gh-24002
-
Andy Wilkinson authored
Closes gh-23955
-
Andy Wilkinson authored
Closes gh-24055
-
Andy Wilkinson authored
See gh-24052
-
Andy Wilkinson authored
See gh-24041
-
Andy Wilkinson authored
Closes gh-24052
-
Andy Wilkinson authored
Fixes gh-24041
-
Andy Wilkinson authored
Closes gh-24046
-
- 04 Nov, 2020 12 commits
-
-
Scott Frederick authored
A previous change intended to prevent temporary directories created as an implementation detail of mounting volumes on kubernetes pods from being used as a source for property files had a side-effect of also preventing other types of hidden directories from being recognized. This commit narrows the criteria for considering a directory as hidden, using the kubernetes `..` prefix convention instead of the Unix `.` prefix. Fixes gh-23983
-
Andy Wilkinson authored
Closes gh-24039
-
Andy Wilkinson authored
See gh-24038
-
Andy Wilkinson authored
Closes gh-24038
-
Andy Wilkinson authored
Closes gh-24032
-
Andy Wilkinson authored
Closes gh-22974
-
Andy Wilkinson authored
Closes gh-24029
-
Andy Wilkinson authored
Closes gh-21121
-
Andy Wilkinson authored
Closes gh-24025
-
Andy Wilkinson authored
Closes gh-22908
-
Andy Wilkinson authored
Closes gh-24023
-
Andy Wilkinson authored
Previously, when an embedded test database was being auto-configured any schema username and password specified by the user would result in a separate embedded test database being created to load the schema. This then left the actual test database without the schema causing test failures. This commit updates the test database auto-configuration to set the schema username to an empty string in a property source that's added first to the environment's property sources. This causes any schema username configured by the user to be ignored, preventing the creation of a separate database for schema.sql processing. Fixes gh-19321
-
- 03 Nov, 2020 11 commits
-
-
Andy Wilkinson authored
Closes gh-24021
-
Andy Wilkinson authored
* gh-24020: Fix typo in Spring Session documentation Closes gh-24020
-
Pascal Schumacher authored
See gh-24020
-
Andy Wilkinson authored
Closes gh-24018
-
Andy Wilkinson authored
Closes gh-23151
-
Andy Wilkinson authored
Fixes gh-23821
-
Andy Wilkinson authored
* gh-23999: Polish "Avoid repeated calls of WebFlux and MVC registrations' getters" Avoid repeated calls of WebFlux and MVC registrations' getters Closes gh-23999
-
Andy Wilkinson authored
See gh-23999
-
Michal Růžička authored
See gh-23999
-
Andy Wilkinson authored
Closes gh-24014
-
Andy Wilkinson authored
Previously, Quartz could be configured with a specific DataSource using `@QuartzDataSource` but it was not possible to configure a Quartz-specific transaction manager. This could result in the different DataSources being used by Quartz itself and Quart'z DataSourceTransactionManager. This commit introduces a new qualifier, `@QuartzTransactionManager`, that can be used to avoid the above-described problem. Any `@QuartzTransactionManager`-annotated bean will be used by the Quartz auto-configure configuration instead of the application's main `TransactionManager`. If no such qualified bean is present, the application's main TransactionManager, if any, will be used as before. Fixes gh-20184
-