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

Fix JUnit annotation scanning during the image build #258

Merged
merged 4 commits into from Jun 29, 2022

Conversation

gradinac
Copy link
Collaborator

No description provided.

@melix
Copy link
Collaborator

melix commented Jun 28, 2022

Is it compatible with older GraalVM releases? Would you mind adding something to the changelog?

@gradinac
Copy link
Collaborator Author

That's a good question - it should be compatible with older GraalVM versions as well. It seems like annotations are still allowed to be initialized at build time without explicitly marking them as such. However, if the annotations then initialize enums, these have to be marked as build time initialized manually. Initializing them at build-time manually is a no-op for older versions (as it would happen there as well)

@@ -61,7 +61,7 @@
<micronaut.version>3.3.4</micronaut.version>
<exec.mainClass>org.graalvm.demo.Application</exec.mainClass>
<micronaut.runtime>netty</micronaut.runtime>
<maven.native.plugin.version>0.9.12-SNAPSHOT</maven.native.plugin.version>
<maven.native.plugin.version>0.9.13-SNAPSHOT</maven.native.plugin.version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can run ./gradlew updateSamples to automatically upgrade all those version numbers.

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 think they were all updated, but this one was skipped

@gradinac gradinac closed this Jun 29, 2022
@gradinac gradinac reopened this Jun 29, 2022
@gradinac gradinac merged commit 9f85a67 into master Jun 29, 2022
@melix melix added this to the 0.9.13 milestone Jul 7, 2022
gcf-merge-on-green bot pushed a commit to googleapis/java-trace that referenced this pull request Jul 15, 2022
… v0.9.13 (#825)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-trace).
gcf-merge-on-green bot pushed a commit to googleapis/java-secretmanager that referenced this pull request Jul 15, 2022
…to v0.9.13 (#802)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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).
gcf-merge-on-green bot pushed a commit to googleapis/java-tasks that referenced this pull request Jul 15, 2022
…to v0.9.13 (#711)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
gcf-merge-on-green bot pushed a commit to googleapis/java-trace that referenced this pull request Jul 15, 2022
…to v0.9.13 (#824)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-trace).
gcf-merge-on-green bot pushed a commit to googleapis/java-secretmanager that referenced this pull request Jul 15, 2022
… v0.9.13 (#803)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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).
gcf-merge-on-green bot pushed a commit to googleapis/java-tasks that referenced this pull request Jul 15, 2022
… v0.9.13 (#712)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
… v0.9.13 (#825)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-trace).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
…to v0.9.13 (#802)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
…to v0.9.13 (#711)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
… v0.9.13 (#803)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
… v0.9.13 (#712)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request Jul 16, 2022
…to v0.9.13 (#824)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-trace).
gcf-merge-on-green bot pushed a commit to googleapis/java-spanner-jdbc that referenced this pull request Aug 3, 2022
…to v0.9.13 (#922)

[![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.11` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.11)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.11)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

#### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

#### New Contributors

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

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

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

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

#### What's Changed

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

-   Add Mockito / Byte Buddy support documentation by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#236
-   Prevent builds from failing if no test list is present by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#239
-   Support different agent modes in the native-image Gradle plugin by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#230
-   JVM Reachability Metadata support for Maven by [@&#8203;alvarosanchez](https://togithub.com/alvarosanchez) in [graalvm/native-build-tools#240
-   Warn about deprecated agent DSL by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#242
-   Rework Maven plugin by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#247
-   Add Gradle rich output support, configure default metadata URL on Maven by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#249
-   Fix wrong scope for test dependencies by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#251
-   Add documentation for alternative build systems. by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#248

**Full Changelog**: graalvm/native-build-tools@0.9.11...0.9.12

</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:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMzUuMSIsInVwZGF0ZWRJblZlciI6IjMyLjEzNS4xIn0=-->
@sbrannen sbrannen added the junit-support Related to JUnit Support project label Sep 19, 2022
averikitsch pushed a commit to GoogleCloudPlatform/java-docs-samples that referenced this pull request Oct 27, 2022
…to v0.9.13 (#711)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:junit-platform-native/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
averikitsch pushed a commit to GoogleCloudPlatform/java-docs-samples that referenced this pull request Oct 27, 2022
… v0.9.13 (#712)

[![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.12` -> `0.9.13` | [![age](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/compatibility-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.graalvm.buildtools:native-maven-plugin/0.9.13/confidence-slim/0.9.12)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

##### What's Changed

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

-   Restore `NativeImagePlugin.NATIVE_TEST_EXTENSION` by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#256
-   Fix JUnit annotation scanning during the image build by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#258
-   Change reachability metadata fallback path by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#257
-   Add a DSL option that enables the native-image agent by [@&#8203;gradinac](https://togithub.com/gradinac) in [graalvm/native-build-tools#263
-   Bump dependency versions by [@&#8203;lazar-mitrovic](https://togithub.com/lazar-mitrovic) in [graalvm/native-build-tools#264
-   Rename `jvm-reachability-metadata` -> `graalvm-reachability-metadata` by [@&#8203;melix](https://togithub.com/melix) in [graalvm/native-build-tools#265
-   Final PR for the metadata repo by [@&#8203;vjovanov](https://togithub.com/vjovanov) in [graalvm/native-build-tools#266

##### New Contributors

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

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

</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-tasks).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
junit-support Related to JUnit Support project oracle-emp
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants