-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Enable platform to contribute default config to project and provide global metadata usable in tooling #11256
Comments
advantages:
disadvantages:
caveat:
|
From chat: Figure out A) how the container image will be configurable B) how to represent that somewhere in the platform artifact (platform.json or somewhere else) C) how codestarts hook that into its data D) if/how legacy codegen handles this E) make this wokr in both command line and code.quarkus F) Adjust A - E if one affects the other 😉 |
It seems this issue is also related: #11096 |
Suggestion:
Codegeneration:
Best if we can change default platform fetch #11259 to just fetch latest minor (1.7.x instead of 1.x) |
i'd say
|
example: - metadata:
- application-properties:
- quarkus.native.builder-image: yadydada:234324
- maven:
- repositories:
- id: redhat
- url: https://maven.repository.redhat.com
- plugin-repositories:
- id: redhat
- url https://maven.repository.redhat.com
- gradle:
- repositories:
- id: redhat
- url: https://maven.repository.redhat.com |
@aloubyansky @maxandersen minor detail, will the |
There are no properties here. Just maps. |
application-properties are supposed to be <String,String> though. So, imo, it depends what you prefer @ia3andy |
Outcome from the Zulip conversation:
|
… version As part of quarkusio#11256
… version As part of quarkusio#11256
… version As part of quarkusio#11256
… version As part of quarkusio#11256
… version As part of quarkusio#11256
… version As part of quarkusio#11256
This is done |
Description
It would be interesting to enable the platform descriptor to provide input to the initial setup of a project.
Known items:
Implementation ideas
have metadata in platform to seed project generation.
The text was updated successfully, but these errors were encountered: