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

AWT, Native: Removes a workaround for loading iio-plugin.properties #24588

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

Karm
Copy link
Member

@Karm Karm commented Mar 28, 2022

The iio-plugin.properties is correctly loaded from the JDK that is bundling the native-image toolchain, not from the one running the Maven build. Most importantly, if one runs the build using a builder image container, the properties file is loaded from the JDK bundled in the builder image.

I tested that with a custom JDK build and a custom Mandrel build to have a garbled iio-plugin.properties to compare.

Why removing the workaround now: There likely hasn't been any reason for it to be there in the first place, I just didn't know any better :)

@quarkus-bot
Copy link

quarkus-bot bot commented Mar 28, 2022

/cc @galderz, @zakkak

@Karm Karm requested a review from gsmet March 28, 2022 18:37
@Karm Karm self-assigned this Mar 28, 2022
Copy link
Contributor

@zakkak zakkak left a comment

Choose a reason for hiding this comment

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

LGTM, thanks @Karm

Copy link
Member

@gsmet gsmet left a comment

Choose a reason for hiding this comment

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

Thanks!

@gsmet gsmet merged commit 3e16452 into quarkusio:main Mar 30, 2022
@quarkus-bot quarkus-bot bot added this to the 2.9 - main milestone Mar 30, 2022
@Karm
Copy link
Member Author

Karm commented Apr 11, 2022

@gsmet Would it be possible to have this eventually backported in 2.7 as per https://issues.redhat.com/browse/QUARKUS-1986 ?

@ppalaga ppalaga mentioned this pull request May 3, 2022
@gsmet gsmet modified the milestones: 2.9.0.CR1, 2.7.6.Final May 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants