| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Due to the shortcomings of WORKSPACE, Bzlmod is replacing the legacy
WORKSPACE system. The WORKSPACE file is already disabled in Bazel
8 (late 2024) and will be removed in Bazel 9 (late 2025) [1].
Update
- rules_java to 8.11.0
- rules_jvm_external to 6.7
- add dependency com.google.errorprone:error_prone_type_annotations
needed for update to gson 2.13.0
- enable bzlmod for all commands [2]
- add some options for maven.install
- warn about duplicate dependencies [3]
- fail if checksum is missing [4]
- fetch sources [5]
- hide transitive dependencies [6]
[1] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#with-bzlmod-bazel-7-and-above
[2] https://bazel.build/external/migration
[3] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#duplicate-artifact-warning
[4] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#checksum-verification
[5] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#fetch-source-jars
[6] https://github.com/bazel-contrib/rules_jvm_external?tab=readme-ov-file#hiding-transitive-dependencies
Change-Id: Iaae0dfa5fcb333a07a9ff1d006e887d1ae49a3e7
|
|
|
|
| |
Change-Id: I330cbdbe7fdd2e3523cfc555adb15b577e858083
|
|
|
|
|
|
|
|
| |
add missing dependency to
- javaewah
- slf4j-api
Change-Id: I28dc982791b32f10d20b2fd0671aa8d2514a0fb3
|
|
|
|
|
| |
Change-Id: I11afc45141da988e28382898246995f6b45eb09c
Signed-off-by: David Pursehouse <david.pursehouse@gmail.com>
|
|
The benchmarks can be built and run using bazel by running:
$ bazel run //org.eclipse.jgit.benchmarks:benchmarks
Change-Id: I6679750eaa0f2be30ed9d45036e013b0ea4fcc86
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
|