Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport redirects from 7.x.x to 6.x.x #209

Open
wants to merge 13 commits into
base: release-6.x
Choose a base branch
from

Commits on Sep 2, 2024

  1. Rollforward of https://github.com/rules_java/bazel/commit/befbd4f6b4b…

    …b258c07eddf8009b2fcf93ca5e943: Restructure rules_java
    
    BEGIN_PUBLIC
    Restructure rules_java
    
    Design doc: https://docs.google.com/document/d/1L1JFgjpZ7SrBinb24DC_5nTIELeYDacikcme-YcA7xs/edit
    
    NEW: fixed bzl_libraries
    END_PUBLIC
    
    Automated rollback of commit ddaf864.
    
    *** Reason for rollback ***
    
    rollforward
    
    *** Original change description ***
    
    Automated rollback of commit befbd4f.
    
    *** Reason for rollback ***
    
    postsubmit breakage: []
    
    *** Original change description ***
    
    Restructure rules_java
    
    BEGIN_PUBLIC
    Restructure rules_java
    
    Design doc: https://docs.google.com/document/d/1L1JFgjpZ7SrBinb24DC_5nTIELeYDacikcme-YcA7xs/edit
    
    END_
    
    ***
    
    PiperOrigin-RevId: 605710436
    Change-Id: I4e5f2c3fe0343cf2c77dc532b97049f2686907a5
    comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a0f8007 View commit details
    Browse the repository at this point in the history
  2. Remove migration tags pollution in the java_* rules

    Given the alternative mechanism of inspecting the callstack for the invocation location, this is no longer needed.
    
    PiperOrigin-RevId: 610399903
    Change-Id: I29a2c222c58b13e2f09b00e9a4741a32110fa9ab
    hvadehra authored and comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fbb1c26 View commit details
    Browse the repository at this point in the history
  3. Remove Java proto libraries from rules_java

    Following the decision to have those in protobuf repository.
    
    PiperOrigin-RevId: 613577920
    Change-Id: Iaec46ca2eee449c63a5634dec583b7791cb10d6a
    comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    39f731d View commit details
    Browse the repository at this point in the history
  4. Rename java/modules to java/common

    Copybara Import from bazelbuild#174
    
    BEGIN_PUBLIC
    
    Rename `java/modules` to `java/common` (bazelbuild#174)
    
    The term "modules" is easily confused with "Bazel modules" from Bzlmod.
    
    Closes bazelbuild#174
    
    END_PUBLIC
    
    COPYBARA_INTEGRATE_REVIEW=bazelbuild#174 from fmeum:master 5a9babe
    PiperOrigin-RevId: 615070661
    Change-Id: I0731edb4f8ce3e6a19a742fe7fd51dbde05bd53b
    fmeum authored and comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    90cca22 View commit details
    Browse the repository at this point in the history
  5. Stop returning legacy struct providers from java_toolchain_alias

    PiperOrigin-RevId: 622121174
    Change-Id: I4a0c6129e7529714bed9800e90831b66777170d5
    comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    88ffe89 View commit details
    Browse the repository at this point in the history
  6. Revert bazelbuild@18e8c3b

    PiperOrigin-RevId: 666698763
    Change-Id: Ied733f052b47f6e869353c4126307576e4155598
    hvadehra authored and comius committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    796075b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Remove missing references

    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9779028 View commit details
    Browse the repository at this point in the history
  2. Format MODULE.bazel

    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8ddbe0d View commit details
    Browse the repository at this point in the history
  3. Fix print_rel_notes load

    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    57e9801 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0d0b71 View commit details
    Browse the repository at this point in the history
  5. Add back platforms

    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3994acf View commit details
    Browse the repository at this point in the history
  6. Add redirects for proto_registry

    BEGIN_PUBLIC
    Internal change
    END_PUBLIC
    
    PiperOrigin-RevId: 649624213
    Change-Id: If2a33be64e989df7126b9ebc80670ed74bb50591
    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    b24480a View commit details
    Browse the repository at this point in the history
  7. Revert "Fix print_rel_notes load"

    This reverts commit 57e9801.
    comius committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    52ebbbb View commit details
    Browse the repository at this point in the history