Skip to content

Fix broken JavaApplicationFunctionalTest due to using a removed feature#850

Merged
jormundur00 merged 1 commit intomasterfrom
jormundur00/gh-849
Mar 17, 2026
Merged

Fix broken JavaApplicationFunctionalTest due to using a removed feature#850
jormundur00 merged 1 commit intomasterfrom
jormundur00/gh-849

Conversation

@jormundur00
Copy link
Copy Markdown
Member

In this PR we fix the broken JavaApplicationFunctionalTest by removing the old, automatic, way of registering features using @AutomaticFeature, and moving to using the --features argument.

The test previously failed on latest-ea graalvm builds due to the @AutomaticFeature being removed in the latest JDK (see CHANGELOG).

Fixes: #849

@jormundur00 jormundur00 requested a review from vjovanov March 17, 2026 07:45
@jormundur00 jormundur00 self-assigned this Mar 17, 2026
@jormundur00 jormundur00 added the bug Something isn't working label Mar 17, 2026
@oracle-contributor-agreement oracle-contributor-agreement Bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 17, 2026
@jormundur00 jormundur00 merged commit 9302115 into master Mar 17, 2026
799 of 803 checks passed
@jormundur00 jormundur00 deleted the jormundur00/gh-849 branch March 17, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

JavaApplicationFunctionalTest fails on latest GraalVM JDKs due to using a removed feature

2 participants