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: googleapis/java-shared-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.4
Choose a base ref
...
head repository: googleapis/java-shared-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 3 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 25, 2025

  1. chore(main): release 1.14.5-SNAPSHOT (#993)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    f4daddb View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. feat: google-java-format version as a property (#997)

    Once we declare this version as a property, then the hermetic
    build script can use the property value to determine the version
    of the google-java-format to download when it builds the container
    image.
    
    ```
    $ JAVA_FORMAT_VERSION=$(mvn -pl java-shared-config help:evaluate -Dexpression='google-java-format.version' -q -DforceStdout)
    $ echo $JAVA_FORMAT_VERSION
    1.7
    ```
    
    This uses https://maven.apache.org/plugins/maven-help-plugin/evaluate-mojo.html
    suztomo authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    6838220 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. chore(main): release 1.15.0 (#999)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    a315cf1 View commit details
    Browse the repository at this point in the history
Loading