-
Notifications
You must be signed in to change notification settings - Fork 684
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SOLR-17602: Per-Module Dependency Locking (#2925)
* Introduce platform module The platform module includes all dependencies from the version catalog as constraints and is added to the root modules as API for transitive inheritance of the constraints. * Cleanup version catalog * Fix dependency conflicts when errorprone enabled * Add comment about platform module * Enable per-module dependency lockfiles Removes carrot-search dependencychecks plugin * Update renovate config to use new task * Update documentation * Replace references to versions.props, versions.lock and writeLocks * Add platform module as dependency to include constraints * Update lockfiles
- Loading branch information
1 parent
616a880
commit 7605593
Showing
72 changed files
with
4,924 additions
and
20,352 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# Ignore all differences in line endings for the lock file. | ||
# Ignore all differences in line endings for lock files. | ||
versions.lock text eol=lf | ||
**/*.lockfile text eol=lf | ||
|
||
# Gradle files are always in LF. | ||
*.gradle text eol=lf |
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
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
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
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# This is a Gradle generated file for dependency locking. | ||
# Manual edits can break the build and are not advised. | ||
# This file is expected to be part of source control. | ||
commons-cli:commons-cli:1.5.0=ratDeps | ||
commons-io:commons-io:2.11.0=ratDeps | ||
junit:junit:3.8.1=javacc | ||
net.java.dev.javacc:javacc:7.0.12=javacc | ||
org.apache.commons:commons-collections4:4.4=ratDeps | ||
org.apache.commons:commons-compress:1.21=ratDeps | ||
org.apache.commons:commons-lang3:3.12.0=ratDeps | ||
org.apache.rat:apache-rat-api:0.15=ratDeps | ||
org.apache.rat:apache-rat-core:0.15=ratDeps | ||
org.apache.rat:apache-rat-tasks:0.15=ratDeps | ||
org.apache.rat:apache-rat:0.15=ratDeps | ||
org.eclipse.jdt:ecj:3.39.0=ecjDeps | ||
empty= |
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
Oops, something went wrong.