E5E4 Comparing 9.6.0...9.6.1 · bazelbuild/rules_java · GitHub
[go: up one dir, main page]

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: 9.6.0
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: 9.6.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 23, 2026

  1. Fix publish workflow

    Secrets are not passed to reusable workflows by default.
    
    Ref: https://docs.github.com/en/actions/how-tos/reuse-automations/reuse-workflows#passing-inputs-and-secrets-to-a-reusable-workflow
    PiperOrigin-RevId: 874040719
    Change-Id: Icca60ffc830c576b165d389eaaab3b49a17f137c
    hvadehra authored and rules_java Copybara committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    ddcdff8 View commit details
    Browse the repository at this point in the history
  2. Starlarkify JavaToolchainTest.javac_getsOptionsFromToolchain()

    PiperOrigin-RevId: 874081635
    Change-Id: Ie56e4c40878e781e130a229b60bf2e7bdf0386c3
    Googler committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    f31c1a8 View commit details
    Browse the repository at this point in the history
  3. Migrate JavaPluginConfiguredTargetTest to Starlark.

    This deletes and does not replace TestNoConstraintsAttribute, because it checks for a loading phase error.
    
    PiperOrigin-RevId: 874134416
    Change-Id: I8e18dc44c391fd7ec4832adf4576778af5bb333a
    susinmotion authored and rules_java Copybara committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    737f145 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2026

  1. Internal change

    PiperOrigin-RevId: 874441487
    Change-Id: Id054a171e3f5f2e8a477353c16bf2cc1ff8b8c3a
    hvadehra authored and rules_java Copybara committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    7ba5fec View commit details
    Browse the repository at this point in the history
  2. Get the last tag at HEAD~1 for generating release notes

    Now that we're relying on a tag push for making releases, the latest tag at HEAD is the release we're currently making, and we want the previous tag.
    
    (in the earlier release process, we generated the release notes *before* creating the tag)
    
    (ignore-relnotes)
    
    PiperOrigin-RevId: 874468315
    Change-Id: I1deb413ff6db4803f6c2eaf51da80c287ca78183
    hvadehra authored and rules_java Copybara committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    c4133ab View commit details
    Browse the repository at this point in the history
  3. Fix build with Bazel@HEAD

    Broken by bazelbuild/bazel#27674
    
    (ignore-relnotes)
    
    PiperOrigin-RevId: 874542646
    Change-Id: I4f1e8c9baae8330d703d6f7eb145e5a3ee2923fc
    hvadehra authored and rules_java Copybara committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    3d5ea24 View commit details
    Browse the repository at this point in the history
  4. Work around the shallow checkout behavior of release_ruleset.yaml[^1]

    We need the full history of commits and tags to generate release notes.
    
    [^1]: While https://github.com/actions/checkout/blob/main/action.yml supports deep checkouts, we can't pass parameters to it unless https://github.com/bazel-contrib/.github/blob/master/.github/workflows/release_ruleset.yaml exposes a parameter for it.
    
    (ignore-relnotes)
    
    PiperOrigin-RevId: 874550299
    Change-Id: I498f09063adaebb0d0709f1cebdfc9b0067215ae
    hvadehra authored and rules_java Copybara committed Feb 24, 2026
    Configuration menu
    Copy the full SHA
    28e7687 View commit details
    Browse the repository at this point in the history
Loading
0