Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bazelbuild/rules_java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: bazelbuild/rules_java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release-7.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 14 files changed
  • 4 contributors

Commits on Oct 17, 2024

  1. [7.x] Update CI config (#234)

    - Fix Bazel@HEAD to the bazel version at time of branch cut
     - Use Bazel 7.3.2 for Bazel 7.x
    hvadehra authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    000585f View commit details
    Browse the repository at this point in the history
  2. [7.x] Fix auto_create_deploy_jars in java_binary for IntelliJ (#235)

    See #230
    
    PiperOrigin-RevId: 683574444
    Change-Id: I4d1fe8e90392c37cc873ad97f079c9f3d9b401d5 (cherry picked from
    commit 071069d)
    hvadehra authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8b35164 View commit details
    Browse the repository at this point in the history
  3. [7.x] Backport ProguardSpecInfo (#232)

    Starlark implementation makes it possible to use the provider without
    enabling `--experimental_google_legacy_api`.
    
    Tested:  protocolbuffers/protobuf#18861
    comius authored Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8043af0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a9bd74 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. [7.x] Revert bootstrap_runtime_toolchain_type changes (#247)

    Copybara Import from #246
    
    BEGIN_PUBLIC
    Revert `bootstrap_runtime_toolchain_type` changes (#246)
    
    This reverts the relevant bits from
    bcc5062 and 30ecf3f. The minimum
    supported Bazel version is now 6.4.0 which includes the type in
    `@bazel_tools`.
    
    Closes #246
    END_PUBLIC
    
    
    COPYBARA_INTEGRATE_REVIEW=#246
    from bazelbuild:hvd_tests_for_bootclasspath
    b666dc2 PiperOrigin-RevId: 702260069
    Change-Id: Ie64994873a7b5609d4fb8b12a2472c82eb71493b
    
    (cherry picked from commit 4206c53)
    
    Conflicts:
      .bazelci/presubmit.yml
      MODULE.bazel
      test/repo/WORKSPACE
    hvadehra authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    b64eb7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0344771 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. [7.x] Remove load()s of //java:defs.bzl (#252)

    This should make it possible to pin `@rules_java` to `7.x` with Bazel 8
    in projects that don't actually require/use `@rules_java`.
    
    Otherwise, the `register_toolchains()` call in `MODULE.bazel` fails with
    Bazel 8 due to `native.java_proto_library` and
    `native.java_lite_proto_library` in `defs.bzl`
    hvadehra authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    0199be5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac918f3 View commit details
    Browse the repository at this point in the history
  3. [7.x] Pin bazel version to 7.4.1 (#254)

    We can't build `@rules_java` `7.x` with Bazel 8 since `native.java_*`
    are all gone
    hvadehra authored Dec 11, 2024
    Configuration menu
    Copy the full SHA
    d40a177 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. [7.x] Add JDK 21 toolchain for linux_riscv64 (#282)

    This is a cherry-pick of #258 into 7.x.
    
    A new release would be appreciated as building bazel 7.x on riscv64
    would require this.
    
    ---------
    
    Co-authored-by: Jack Wolfard <31635014+JackWolfard@users.noreply.github.com>
    kxxt and JackWolfard authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    5bc7c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b24456 View commit details
    Browse the repository at this point in the history
Loading