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: Netflix/dgs-codegen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.3
Choose a base ref
...
head repository: Netflix/dgs-codegen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref
  • 10 commits
  • 28 files changed
  • 3 contributors

Commits on Nov 24, 2025

  1. Bump actions/checkout from 4 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Nov 24, 2025
    Configuration menu
    Copy the full SHA
    4919379 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2025

  1. Migrate to com.palantir.javapoet

    - Replace `com.squareup:javapoet` dependency with the latest version
    (0.9.x) of `com.palantir.javapoet:javapoet`.
    - Update imports to use the new package names.
    - Use the accessor methods to get the field values from JavaPoet
    objects, rather than accessing those fields directly, as the fields are
    now marked as private in the respective Palantir's JavaPoet classes.
    - Use the builder wrapper object to access the current state of
    `TypeSpec.Builder`, as the builder classes no longer expose their
    internal state via public methods.
    - Use Object class name constant from `ClassName` class, as the similar
    constant in `TypeName` class no longer exists.
    - Make minor refactoring changes suggested by IntelliJ IDEA's code
    inspector tool.
    illegal committed Dec 10, 2025
    Configuration menu
    Copy the full SHA
    93d8f9f View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2025

  1. Merge pull request #902 from illegal/migrate-javapoet

    Migrate to com.palantir.javapoet
    iuliiasobolevska authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    8d15daf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #895 from Netflix/dependabot/github_actions/action…

    …s/checkout-6
    
    Bump actions/checkout from 4 to 6
    iuliiasobolevska authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    27bb2ba View commit details
    Browse the repository at this point in the history
  3. Bump com.squareup:kotlinpoet from 1.17.+ to 2.2.0

    Bumps [com.squareup:kotlinpoet](https://github.com/square/kotlinpoet) from 1.17.+ to 2.2.0.
    - [Release notes](https://github.com/square/kotlinpoet/releases)
    - [Changelog](https://github.com/square/kotlinpoet/blob/main/docs/changelog.md)
    - [Commits](https://github.com/square/kotlinpoet/commits/2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.squareup:kotlinpoet
      dependency-version: 2.2.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    6a379f9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #841 from Netflix/dependabot/gradle/com.squareup-k…

    …otlinpoet-2.2.0
    
    Bump com.squareup:kotlinpoet from 1.17.+ to 2.2.0
    iuliiasobolevska authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    ddd9593 View commit details
    Browse the repository at this point in the history
  5. Bump com.github.ajalt.clikt:clikt from 4.4.+ to 5.0.3

    Bumps [com.github.ajalt.clikt:clikt](https://github.com/ajalt/clikt) from 4.4.+ to 5.0.3.
    - [Release notes](https://github.com/ajalt/clikt/releases)
    - [Changelog](https://github.com/ajalt/clikt/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/ajalt/clikt/commits/5.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ajalt.clikt:clikt
      dependency-version: 5.0.3
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    a42ac2b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #823 from Netflix/dependabot/gradle/com.github.aja…

    …lt.clikt-clikt-5.0.3
    
    Bump com.github.ajalt.clikt:clikt from 4.4.+ to 5.0.3
    iuliiasobolevska authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    98a70d5 View commit details
    Browse the repository at this point in the history
  7. Bump actions/setup-java from 4 to 5

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    9f2c281 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #872 from Netflix/dependabot/github_actions/action…

    …s/setup-java-5
    
    Bump actions/setup-java from 4 to 5
    iuliiasobolevska authored Dec 11, 2025
    Configuration menu
    Copy the full SHA
    abcabc2 View commit details
    Browse the repository at this point in the history
Loading