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

Maven plugin fixes #274

Merged
merged 3 commits into from Aug 4, 2022

Conversation

lazar-mitrovic
Copy link
Collaborator

Allow running native:build from the command-line #273
NullPointerException fix #270

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jul 24, 2022
Copy link
Collaborator

@snicoll snicoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the quick turnaround!

@alvarosanchez
Copy link
Collaborator

I don't see this working. The default configuration is already binding native:build to the package phase:

<execution>
  <id>build-native</id>
  <goals>
    <goal>build</goal>
  </goals>
  <phase>package</phase>
</execution>

With the above and @Execute(phase = LifecyclePhase.PACKAGE), the package phase will run twice.

@snicoll
Copy link
Collaborator

snicoll commented Jul 26, 2022

Yes. That's exactly what the "no-fork" goal is all about. I am afraid this is a limitation in Maven and nothing we can do about it. If you upgrade that config to "build-no-fork" you will restore the previous behaviour.

@alvarosanchez
Copy link
Collaborator

But then, this is a breaking change. native:build should be left without forking, and then another goal (e.g. native:build-package) should be added with the @Execute annotation.

@snicoll
Copy link
Collaborator

snicoll commented Jul 26, 2022

As I've said in my opening comment that's what core maven plugins do. Yes it's a breaking change but that's ok imo given the benefit.

The obvious goal to use on the command line is "build" not "build-and-package" or something.

This isn't the first time breaking changes were made pre-1.0 for the benefit of the community.

@alvarosanchez
Copy link
Collaborator

Since the version is still 0.9.x, I guess it's ok to break things.

However, documentation needs to reflect this, and the breaking change needs to be made clear in the release notes.

@lazar-mitrovic
Copy link
Collaborator Author

lazar-mitrovic commented Jul 27, 2022

  • Change samples and docs before merging this PR

@lazar-mitrovic lazar-mitrovic removed the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Jul 27, 2022
@snicoll
Copy link
Collaborator

snicoll commented Jul 28, 2022

@lazar-mitrovic I don't think a parity for the test mojo is warranted. Contrary to other core plugins, the surefire plugin does not execute the test phase. This change would mean that users having an execution should move to the no-fork variant.

Can we please consider doing this change for the build goal only?

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Aug 1, 2022
Copy link
Collaborator

@snicoll snicoll left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update!

@oracle-contributor-agreement oracle-contributor-agreement bot added OCA Verified All contributors have signed the Oracle Contributor Agreement. and removed OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. labels Aug 1, 2022
@graalvm graalvm deleted a comment from oracle-contributor-agreement bot Aug 1, 2022
@lazar-mitrovic lazar-mitrovic force-pushed the maven-plugin-changes branch 2 times, most recently from c6b6b52 to 4f205d5 Compare August 4, 2022 14:10
@Execute(phase = LifecyclePhase.PACKAGE)
@SuppressWarnings("unused")
public class NativeCompileMojo extends NativeCompileNoForkMojo {
// no-op
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A bit odd... What does "no-op" mean here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to emulate Maven Source Plugin nomenclature (see https://github.com/apache/maven-source-plugin/blob/37ffefea6f479bbd78e89a2df97b4acd5b57f5b3/src/main/java/org/apache/maven/plugins/source/SourceJarMojo.java#L37).

But yeah, it is a bit odd, so I removed it :)

Allow running native:build from the command-line graalvm#273
NullPointerException fix graalvm#270
Rename Mojos (use native:compile from the command line)

Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
Workaround for a problem with absolute paths on Windows.

Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
@lazar-mitrovic lazar-mitrovic force-pushed the maven-plugin-changes branch 2 times, most recently from 914bcdb to a57117a Compare August 4, 2022 20:09
Silence noisy tests
Fix docs
Make sure that GraalVM java executable gets used when attaching the agent
Add implementation dependency on svm.jar
Add changelog entries

Signed-off-by: Lazar Mitrović <lazar.mitrovic@oracle.com>
@lazar-mitrovic lazar-mitrovic merged commit 45a516e into graalvm:master Aug 4, 2022
@lazar-mitrovic lazar-mitrovic deleted the maven-plugin-changes branch August 4, 2022 22:55
gcf-merge-on-green bot pushed a commit to googleapis/java-secretmanager that referenced this pull request Sep 22, 2022
… v0.9.14 (#847)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-secretmanager).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-shared-config that referenced this pull request Sep 22, 2022
… v0.9.14 (#516)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-config).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-bigtable that referenced this pull request Sep 22, 2022
… v0.9.14 (#1412)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-bigquery that referenced this pull request Sep 22, 2022
…to v0.9.14 (#2288)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-bigtable that referenced this pull request Sep 22, 2022
…to v0.9.14 (#1411)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigtable).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-logging that referenced this pull request Sep 22, 2022
… v0.9.14 (#1080)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-logging that referenced this pull request Sep 22, 2022
…to v0.9.14 (#1079)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-logging).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Sep 23, 2022
… v0.9.14 (#847)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-secretmanager).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-spanner-jdbc that referenced this pull request Sep 27, 2022
…to v0.9.14 (#977)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xOTguMSIsInVwZGF0ZWRJblZlciI6IjMyLjE5OC4xIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-bigquery that referenced this pull request Sep 28, 2022
… v0.9.14 (#2289)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:native-maven-plugin](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-bigquery).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-shared-config that referenced this pull request Sep 28, 2022
…to v0.9.14 (#515)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-shared-config).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-firestore that referenced this pull request Sep 29, 2022
…to v0.9.14 (#1045)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
gcf-merge-on-green bot pushed a commit to googleapis/java-spanner that referenced this pull request Sep 29, 2022
…to v0.9.14 (#2030)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

#### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

#### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwOC4yIn0=-->
cherylEnkidu pushed a commit to googleapis/java-firestore that referenced this pull request Dec 11, 2023
…to v0.9.14 (#1045)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [org.graalvm.buildtools:junit-platform-native](https://togithub.com/graalvm/native-build-tools) | `0.9.13` -> `0.9.14` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/compatibility-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.14/confidence-slim/0.9.13)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>graalvm/native-build-tools</summary>

### [`v0.9.14`](https://togithub.com/graalvm/native-build-tools/releases/tag/0.9.14)

[Compare Source](https://togithub.com/graalvm/native-build-tools/compare/0.9.13...0.9.14)

##### What's Changed

Read what's new in the [documentation](https://graalvm.github.io/native-build-tools/latest/index.html#changelog).

-   Fix how the GRAALVM_QUICK_BUILD env var is read by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#278
-   Make it possible to pass env vars to the builder process by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#280
-   Maven plugin fixes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#274
-   Add support for `test-jar` artifacts by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#281
-   Add Gradle CLI options for quick build and debugging by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#286
-   Add a changelog and docs about build -> compile-no-fork changes by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#290
-   Do not filter out entry values starting with `java.` in the metadata post-processing action by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#289
-   Try to fix snapshot publishing by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#244
-   Fix javadoc and warnings by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#291
-   Bump the default metadata repository version to 0.1.2 by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#294
-   Fix metadata repository crash by [@&#8203;dnestoro](https://togithub.com/dnestoro) in [graalvm/native-build-tools#295
-   Add support for override flag by [@&#8203;sdeleuze](https://togithub.com/sdeleuze) in [graalvm/native-build-tools#296
-   Fix build time initialization error with JUnit 5.9.0 by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#308
-   Fix compatibility with configuration cache by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#304
-   Bump metadata repository version by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#310

##### New Contributors

-   [@&#8203;dnestoro](https://togithub.com/dnestoro) made their first contribution in [graalvm/native-build-tools#295

**Full Changelog**: graalvm/native-build-tools@0.9.13...0.9.14

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMDEuMyIsInVwZGF0ZWRJblZlciI6IjMyLjIwMS4zIn0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NullPointerException when using 0.9.12 and later to run tests with native image compilation
3 participants