-
Notifications
You must be signed in to change notification settings - Fork 364
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MergeYaml should avoid adding query with no result as key at end of f…
…ile (#4297) * avoid adding non-existent query as key in case the jsonpath is a query which yelds no result, avoid merging the yaml at end of file with the query as a key * Fix StackOverflowError in case of circular import deps (#4284) * Fix StackOverflowError in case of circular import deps Check if import dependency was already resolved before * Format test, remove unnecessary paths and add issue link * Replace Streams with for loop as per convention To limit object allocations * Swap argument order for consistency * Verify merged managed dependency version --------- Co-authored-by: Daniil Zhyliaiev <[email protected]> Co-authored-by: Tim te Beek <[email protected]> * Give EffectiveManagedDependencies a unique display name * Fix model updating to properly work with transitive dependencies. * Fix test expectation to not break when new versions of flyway-core are released * Deterministic ordering of new constraints * Further enhancements to UpdateGradleWrapper's ability to operate in contexts where services.gradle.org is unavailable * Also enforce that version numbers are literal, rather than dynamic selectors, when services.gradle.org cannot be reached * Fix typo in comment and apply formatter --------- Co-authored-by: Stef <[email protected]> Co-authored-by: Daniil Zhyliaiev <[email protected]> Co-authored-by: Daniil Zhyliaiev <[email protected]> Co-authored-by: Tim te Beek <[email protected]> Co-authored-by: Sam Snyder <[email protected]>
- Loading branch information
1 parent
29182e4
commit 897f701
Showing
2 changed files
with
127 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters