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.3
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.14.4
Choose a head ref
  • 4 commits
  • 9 files changed
  • 3 contributors

Commits on Feb 24, 2025

  1. chore: update graalvm-b version (#991)

    * chore: update graalvm-b version
    
    * fix test
    JoeWang1127 authored Feb 24, 2025
    Copy the full SHA
    7b8ddf0 View commit details
  2. deps: update dependency org.graalvm.buildtools:native-maven-plugin to…

    … v0.10.5 (#979)
    renovate-bot authored Feb 24, 2025
    Copy the full SHA
    06c8547 View commit details
  3. chore(main): release 1.14.4-SNAPSHOT (#986)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 24, 2025
    Copy the full SHA
    bba479e View commit details
  4. chore(main): release 1.14.4 (#992)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Feb 24, 2025
    Copy the full SHA
    cfe4cb5 View commit details
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-a.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.3' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM A build
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild-test-b.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.3' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {x-version-update:google-cloud-shared-config:current}

steps:
# GraalVM B build
2 changes: 1 addition & 1 deletion .cloudbuild/cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@

timeout: 7200s # 2 hours
substitutions:
_JAVA_SHARED_CONFIG_VERSION: '1.14.3' # {x-version-update:google-cloud-shared-config:current}
_JAVA_SHARED_CONFIG_VERSION: '1.14.4' # {x-version-update:google-cloud-shared-config:current}
steps:
# GraalVM A build
- name: gcr.io/cloud-builders/docker
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-b.Dockerfile
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ghcr.io/graalvm/graalvm-community:23.0.1-ol9-20241015
FROM ghcr.io/graalvm/graalvm-community:23.0.2-ol9-20250121

# native-image comes out of the box
RUN native-image --version
2 changes: 1 addition & 1 deletion .cloudbuild/graalvm-b.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ commandTests:
- name: "version"
command: ["java", "-version"]
# java -version outputs to stderr...
expectedError: ["openjdk version \"23.0.1\"", "GraalVM CE 23.0.1"]
expectedError: ["openjdk version \"23.0.2\"", "GraalVM CE 23.0.2"]
- name: "maven"
command: ["mvn", "-version"]
expectedOutput: ["Apache Maven 3.9.4"]
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.14.4](https://github.com/googleapis/java-shared-config/compare/v1.14.3...v1.14.4) (2025-02-24)


### Dependencies

* Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.5 ([#979](https://github.com/googleapis/java-shared-config/issues/979)) ([06c8547](https://github.com/googleapis/java-shared-config/commit/06c854718c39e658cdead0584cfb1cc698143ffd))

## [1.14.3](https://github.com/googleapis/java-shared-config/compare/v1.14.2...v1.14.3) (2025-02-18)


4 changes: 2 additions & 2 deletions java-shared-config/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.14.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.4</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
@@ -16,7 +16,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<version>1.14.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.4</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<relativePath>../native-image-shared-config</relativePath>
</parent>

4 changes: 2 additions & 2 deletions native-image-shared-config/pom.xml
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>native-image-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.14.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.14.4</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Native Image Shared Config</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
@@ -61,7 +61,7 @@
<graal-sdk.version>24.1.2</graal-sdk.version>
<surefire.version>3.5.2</surefire.version>
<graal-sdk-nativeimage.version>24.1.2</graal-sdk-nativeimage.version>
<native-maven-plugin.version>0.10.4</native-maven-plugin.version>
<native-maven-plugin.version>0.10.5</native-maven-plugin.version>
<junit-vintage-engine.version>5.11.4</junit-vintage-engine.version>
<opentest4j.version>1.3.0</opentest4j.version>
<ignoredDependencies>org.graalvm.sdk:nativeimage</ignoredDependencies>
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:1.14.3:1.14.3
google-cloud-shared-config:1.14.4:1.14.4