-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Support org.junit.jupiter.api.condition.EnabledOnOs
in NativeTest
#504
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
oracle-contributor-agreement
bot
added
the
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
label
Sep 11, 2023
7 tasks
…nnot be used in NativeTest
linghengqian
force-pushed
the
fix-elasticjob-test-error
branch
from
September 13, 2023 13:08
06f192c
to
6e9931c
Compare
melix
approved these changes
Oct 10, 2023
sbrannen
changed the title
Fixes the problem that
Support Oct 22, 2023
org.junit.jupiter.api.condition.EnabledOnOs
cannot be used in NativeTestorg.junit.jupiter.api.condition.EnabledOnOs
in NativeTest
apereocas-bot
referenced
this pull request
in apereo/cas
Oct 24, 2023
…adle-plugin to v0.9.28 [![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-gradle-plugin](https://github.com/graalvm/native-build-tools) | `0.9.27` -> `0.9.28` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.graalvm.buildtools:native-gradle-plugin/0.9.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.graalvm.buildtools:native-gradle-plugin/0.9.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/org.graalvm.buildtools:native-gradle-plugin/0.9.27/0.9.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/org.graalvm.buildtools:native-gradle-plugin/0.9.27/0.9.28?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>graalvm/native-build-tools (org.graalvm.buildtools:native-gradle-plugin)</summary> ### [`v0.9.28`](https://github.com/graalvm/native-build-tools/releases/tag/0.9.28) [Compare Source](https://github.com/graalvm/native-build-tools/compare/0.9.27...0.9.28) #### What's Changed - Revert to previous version of `escapeArg()`. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/515](https://github.com/graalvm/native-build-tools/pull/515) - Document test binary configuration by [@​abelsromero](https://github.com/abelsromero) in [https://github.com/graalvm/native-build-tools/pull/509](https://github.com/graalvm/native-build-tools/pull/509) - Fixes the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest by [@​linghengqian](https://github.com/linghengqian) in [https://github.com/graalvm/native-build-tools/pull/504](https://github.com/graalvm/native-build-tools/pull/504) - Remove deprecated use of `getConvention` by [@​melix](https://github.com/melix) in [https://github.com/graalvm/native-build-tools/pull/522](https://github.com/graalvm/native-build-tools/pull/522) - Fix and improve major JDK version detection. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/523](https://github.com/graalvm/native-build-tools/pull/523) - Bump com.h2database:h2 from 2.1.210 to 2.2.220 in /samples/metadata-repo-integration by [@​dependabot](https://github.com/dependabot) in [https://github.com/graalvm/native-build-tools/pull/499](https://github.com/graalvm/native-build-tools/pull/499) - Fix toolchain documentation by [@​dnestoro](https://github.com/dnestoro) in [https://github.com/graalvm/native-build-tools/pull/525](https://github.com/graalvm/native-build-tools/pull/525) - Re-enable Windows builds. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/524](https://github.com/graalvm/native-build-tools/pull/524) - Fix h2-related tests. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/526](https://github.com/graalvm/native-build-tools/pull/526) - Make metadata repo test version-agnostic. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/527](https://github.com/graalvm/native-build-tools/pull/527) - Make metadata repo Gradle test version-agnostic. by [@​fniephaus](https://github.com/fniephaus) in [https://github.com/graalvm/native-build-tools/pull/528](https://github.com/graalvm/native-build-tools/pull/528) #### New Contributors - [@​dependabot](https://github.com/dependabot) made their first contribution in [https://github.com/graalvm/native-build-tools/pull/499](https://github.com/graalvm/native-build-tools/pull/499) **Full Changelog**: graalvm/native-build-tools@0.9.27...0.9.28 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 10pm every weekday,before 6am every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/apereo/cas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOS4yIiwidXBkYXRlZEluVmVyIjoiMzcuMTkuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
melix
pushed a commit
to melix/native-build-tools
that referenced
this pull request
Sep 10, 2024
…cannot be used in NativeTest (graalvm#504) Fix the problem that `org.junit.jupiter.api.condition.EnabledOnOs` cannot be used in NativeTest
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
junit-support
Related to JUnit Support project
OCA Verified
All contributors have signed the Oracle Contributor Agreement.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
org.apache.shardingsphere.elasticjob:elasticjob-lite-core:3.0.2
oracle/graalvm-reachability-metadata#206 .org.junit.jupiter.api.condition.EnabledOnOs
cannot be used in NativeTest.