- 17 Jun, 2021 9 commits
-
-
Andy Wilkinson authored
Closes gh-26947
-
Andy Wilkinson authored
Fixes gh-26946
-
Andy Wilkinson authored
See gh-26935
-
Andy Wilkinson authored
See gh-26821
-
Andy Wilkinson authored
Fixes gh-26926
-
Andy Wilkinson authored
Fixes gh-26925
-
Phillip Webb authored
See gh-26939
-
Phillip Webb authored
Closes gh-26939
-
Phillip Webb authored
Effectively revert commit d1b256a1 so that profile-specific imports can again be used with or without a parent import. Fixes gh-26858
-
- 16 Jun, 2021 13 commits
-
-
Scott Frederick authored
Closes gh-26935
-
Scott Frederick authored
This commit modifies the output of BeanNotOfRequiredTypeFailureAnalyzer to include type information for both the actual and the required types and to remove ambiguity. Fixes gh-26821
-
Andy Wilkinson authored
See gh-26933
-
Andy Wilkinson authored
See gh-26932
-
Andy Wilkinson authored
See gh-26847
-
Andy Wilkinson authored
Closes gh-26933
-
Andy Wilkinson authored
Previously, our conventions configured the source and target compatibility on the project's JavaCompile tasks. This causes the settings to be missed when importing the projects into Eclipse [1]. This commit updates the conventions to set the source and target compatibility on the project-wide JavaPluginExtension. This allows the Eclipse import to correctly detect and honour the settings. Closes gh-26932 [1] https://github.com/eclipse/buildship/issues/978
-
Andy Wilkinson authored
Fixes gh-26847
-
Andy Wilkinson authored
Closes gh-26923
-
Andy Wilkinson authored
Previously, the URI template handler installed by the client metrics interceptor would always capture the URI template and push it onto the deque, irrespective of whether auto timing was enabled. When auto-timing is disabled the deque is never polled so this led to its unrestricted growth. This commit updates the URI template handler so that a URI template is only pushed onto the deque when the auto timing configuration enables the interceptor. Fixes gh-26915
-
Phillip Webb authored
Closes gh-26919
-
Phillip Webb authored
* pr/26813: Polish 'Make livereload websocket headers case insensitive' Make livereload websocket headers case insensitive Closes gh-26813
-
Phillip Webb authored
See gh-26813 Closes gh-26813
-
- 15 Jun, 2021 10 commits
-
-
Francis Lavoie authored
Update livereload `Connection` handling code so that websocket headers are no longer case sensitive. See gh-26813
-
Andy Wilkinson authored
Closes gh-26917
-
Andy Wilkinson authored
The auto-config requires Spring JDBC for DataSource creation from spring.flyway.url or spring.liquibase.url, checking Flyway migrations exist, etc. Without it, the application fails to start due to missing spring-jdbc classes. This commit updates the auto-config so that it backs off in the absence of spring-jdbc. Closes gh-26849
-
Andy Wilkinson authored
See gh-26901
-
Andy Wilkinson authored
See gh-26900
-
Stephane Nicoll authored
* pr/26910: Polish "Add Azure info to the cloud deployment docs" Add Azure info to the cloud deployment docs Closes gh-26910
-
Stephane Nicoll authored
See gh-26910
-
Andy Clement authored
See gh-26910
-
Stephane Nicoll authored
* pr/26907: Fix Javadoc deprecated since Closes gh-26907
-
izeye authored
See gh-26907
-
- 14 Jun, 2021 8 commits
-
-
Andy Wilkinson authored
Closes gh-26904
-
Andy Wilkinson authored
Closes gh-26901
-
Andy Wilkinson authored
Closes gh-26900
-
Madhura Bhave authored
The documentation overview sections is supposed to provide a map for the rest of the reference document. The getting help and upgrading sections were moved to align with that.
-
Andy Wilkinson authored
-
Andy Wilkinson authored
-
Andy Wilkinson authored
Closes gh-26891
-
Andy Wilkinson authored
Using the revision line means that the revision number is automatically set. The revision number is then included by the HTML and PDF backends in the standard location. In the HTML backend that's alongside the list of authors. In the PDF backend that's on the title page. Closes gh-26851
-