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: google/dagger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dagger-2.53
Choose a base ref
...
head repository: google/dagger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dagger-2.53.1
Choose a head ref
  • 6 commits
  • 32 files changed
  • 4 contributors

Commits on Dec 4, 2024

  1. Update Dagger yml and README with new latest version number.

    RELNOTES=N/A
    PiperOrigin-RevId: 702808454
    bcorso authored and Dagger Team committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    384ad08 View commit details
    Browse the repository at this point in the history
  2. Add the originating element in LazyMapKeyProxyGenerator.

    Forgetting the originating element was an oversight. Gradle's incremental processing requires originating elements to determine when to reprocess files. This CL fixes `LazyMapKeyProxyGenerator` by extending `SourceFileGenerator`, which takes care of assigning the originating element. In addition, it removes some duplicate code that's already handled in `SourceFileGenerator` (e.g. adding the generated and suppress annotations).
    
    Fixes #4526
    
    RELNOTES=Fixes #4526: Add the originating element in LazyMapKeyProxyGenerator.
    PiperOrigin-RevId: 702869366
    bcorso authored and Dagger Team committed Dec 4, 2024
    Configuration menu
    Copy the full SHA
    5fd8ec1 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

  1. Nit

    RELNOTES=N/A
    PiperOrigin-RevId: 703289419
    java-team-github-bot authored and Dagger Team committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    09a4246 View commit details
    Browse the repository at this point in the history
  2. Update kotlin (and related dependencies) to 2.0.21.

    This CL:
    
      * Updates KSP to 2.0.21-1.0.28
      * Updates kotlin-metadata-jvm to 2.0.21
      * Note: due to bazel-contrib/rules_kotlin#1176 we can't actually update Kotlin itself to 2.0.21, but somehow that doesn't seem to cause an issue
      * Migrates kotlin-metadata-jvm usages to the new API (the pre-2.0.0 APIs are deprecated).
      * Updates XProcessing and XProcessing Testing jars
      * Adds flags to fall back to Kotlin 1.9 for compiler tests (Working on getting these tests working with K2/KSP2 is in progress).
      * Updated all of our artifact tests to use the same Kotlin and KSP versions.
      * Added `compat_kt_jvm_library` to alias output jars to the expected locations.
    
    Fixes #4525
    
    RELNOTES=Fixes #4525: Update kotlin-jvm-metadata to 2.0.21 to remove dependency on Beta version.
    PiperOrigin-RevId: 703516835
    bcorso authored and Dagger Team committed Dec 6, 2024
    Configuration menu
    Copy the full SHA
    84d3aa5 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2024

  1. Make Hilt copy type-use nullness annotations, too.

    RELNOTES=n/a
    PiperOrigin-RevId: 703804129
    cpovirk authored and Dagger Team committed Dec 7, 2024
    Configuration menu
    Copy the full SHA
    dde28e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2024

  1. 2.53.1 release

    Dagger Team committed Dec 9, 2024
    Configuration menu
    Copy the full SHA
    d33c3e7 View commit details
    Browse the repository at this point in the history
Loading