- 21 Jun, 2021 14 commits
-
-
Andy Wilkinson authored
Closes gh-26997
-
Andy Wilkinson authored
Previously, a project with a dependency on Spring Boot's configuration processor would fail to build when the configuration cache is enabled due to it accessing the Project during task execution. Instead of accessing the project during task execution, this commit updates the code to retrieve the resource locations from the matching source set in advance. The locations are then stored in the action that configures the compile task when needed. Closes gh-26880
-
Stephane Nicoll authored
See gh-26974
-
Stephane Nicoll authored
See gh-26973
-
Stephane Nicoll authored
See gh-26971
-
Stephane Nicoll authored
See gh-26970
-
Stephane Nicoll authored
See gh-26969
-
Andy Wilkinson authored
Fixes gh-26988
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-26987
-
Stephane Nicoll authored
Closes gh-26986
-
Stephane Nicoll authored
Closes gh-26985
-
Stephane Nicoll authored
Closes gh-26984
-
Stephane Nicoll authored
Closes gh-26983
-
- 19 Jun, 2021 1 commit
-
-
Stephane Nicoll authored
-
- 18 Jun, 2021 8 commits
-
-
Stephane Nicoll authored
See gh-26967
-
Stephane Nicoll authored
See gh-26966
-
Stephane Nicoll authored
See gh-26965
-
Stephane Nicoll authored
See gh-26964
-
Stephane Nicoll authored
See gh-26963
-
Stephane Nicoll authored
See gh-26962
-
Stephane Nicoll authored
* pr/26955: Add missing space for asciidoc ordered list Closes gh-26955
-
Yanming Zhou authored
See gh-26955
-
- 17 Jun, 2021 10 commits
-
-
Andy Wilkinson authored
Fixes gh-26899
-
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 7 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
-