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: realityforge/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: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 8 files changed
  • 3 contributors

Commits on Sep 22, 2026

  1. Support multiple test sources, test_classes, and non_test_srcs in…

    … `java_test`
    
    PiperOrigin-RevId: 985918418
    Change-Id: I9600eab4e0221cb6f6ba66be80d7f4d68ccdf160
    cushon authored and rules_java Copybara committed Sep 22, 2026
    Configuration menu
    Copy the full SHA
    c796cef View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2026

  1. Fix native library path separator on Windows (bazelbuild#383)

    On Windows, java.library.path is split by ";" instead of ":".
    
    Regression test added.
    
    Note for Googlers: this fix is in service of b/149162146#comment19
    
    Closes bazelbuild#383
    
    COPYBARA_INTEGRATE_REVIEW=bazelbuild#383 from gharrma:fix-java-native-lib-handling-on-windows b0e4c3e
    PiperOrigin-RevId: 986888472
    Change-Id: I492266c118fba328e651accf005c0ba7945ed0a3
    gharrma authored and rules_java Copybara committed Sep 23, 2026
    Configuration menu
    Copy the full SHA
    92e1079 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2026

  1. Drop deprecated aliases from defs.bzl

    PiperOrigin-RevId: 988125555
    Change-Id: I6a06ab130ec27dbf0e39bae1f4e6100df8539932
    hvadehra authored and rules_java Copybara committed Sep 25, 2026
    Configuration menu
    Copy the full SHA
    fa3e5ac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2026

  1. Add and enforce allowlists for java_test non_test_srcs, `test_cla…

    …sses`, and `test_class`
    
    PiperOrigin-RevId: 988840734
    Change-Id: Icd8b787a487492d87064b7c3b8f3a6fd12cd722e
    cushon authored and rules_java Copybara committed Sep 26, 2026
    Configuration menu
    Copy the full SHA
    b3a5a48 View commit details
    Browse the repository at this point in the history
Loading