- 09 Nov, 2020 18 commits
-
-
Stephane Nicoll authored
-
Stephane Nicoll authored
-
Andy Wilkinson authored
When a Configuration is copied, any before and after resolve actions that are registered with its ResolvableDependencies are also copied over. This means that, when a copied configuration is resolved the resolution actions may be called on a ResolvableDependencies instances that isn't the one to which they were added. Previously, the above-described Gradle behaviour would result in BootJar accessed the ResolvedConfiguration of a Configuration that may not have yet been resolved. At best this would trigger Configuration resolution and at worst it would fail. A failure could occur if the configuration had been copied so that it could be made resolvable. The afterResolve action would then try to access the ResolvedConfiguration of the original Configuration. This would trigger a resolution attempt that fails due to the original configuration being marked as unresolvable. This commit updates the afterResolve action in BootJar to check that the ResolvableDependencies with which it is called matches the ResolvableDependencies with which it was original registered. Only when the two match, and therefore the configuration has actually been resolved, does processing proceed. Fixes gh-24072
-
Stephane Nicoll authored
Closes gh-24090
-
Stephane Nicoll authored
Closes gh-24089
-
Stephane Nicoll authored
Closes gh-24088
-
Stephane Nicoll authored
Closes gh-24087
-
Stephane Nicoll authored
Closes gh-24086
-
Stephane Nicoll authored
Closes gh-24085
-
Stephane Nicoll authored
Closes gh-24084
-
Stephane Nicoll authored
Closes gh-24083
-
Stephane Nicoll authored
Closes gh-24082
-
Stephane Nicoll authored
-
Stephane Nicoll authored
Closes gh-24081
-
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 6 commits
-
-
Andy Wilkinson authored
Closes gh-24069
-
Stephane Nicoll authored
See gh-24035
-
Stephane Nicoll authored
-
Stephane Nicoll authored
See gh-24034
-
Brian Clozel authored
Closes gh-24067
-
Brian Clozel authored
Closes gh-24066
-
- 05 Nov, 2020 16 commits
-
-
Andy Wilkinson authored
Closes gh-24062
-
Andy Wilkinson authored
Closes gh-24060
-
Andy Wilkinson authored
Closes gh-24045
-
Stephane Nicoll authored
Closes gh-24059
-
Stephane Nicoll authored
Closes gh-24058
-
Andy Wilkinson authored
Closes gh-24057
-
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-24056
-
Andy Wilkinson authored
Closes gh-24055
-
Andy Wilkinson authored
See gh-24053
-
Andy Wilkinson authored
See gh-24052
-
Andy Wilkinson authored
See gh-24041
-
Andy Wilkinson authored
Closes gh-24053
-
Andy Wilkinson authored
Closes gh-24052
-
Andy Wilkinson authored
Fixes gh-24041
-