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

QuarkusDevModeTest - make it possible to add a build chain customizer #45811

Open
mkouba opened this issue Jan 23, 2025 · 1 comment
Open

QuarkusDevModeTest - make it possible to add a build chain customizer #45811

mkouba opened this issue Jan 23, 2025 · 1 comment

Comments

@mkouba
Copy link
Contributor

mkouba commented Jan 23, 2025

Description

Similarly to io.quarkus.test.QuarkusProdModeTest.addBuildChainCustomizerEntries(BuildChainCustomizerEntry).

I'm not quite sure it's even feasible and how complicated it could be but it would help us to write a test for the use case mentioned in #45771 - we ended up with a workaround where a conditional build step is part of deployment module.

Implementation ideas

No response

@FroMage
Copy link
Member

FroMage commented Jan 23, 2025

In general, I think there's a good case to be made for prodmode and devmode tests to share a common deployment interface, including being able to customise build steps. From a user's perspective, it makes sense. Probably it makes it easier to maintain them too if they can share some code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants