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

Merge extension catalog metadata properties when merging catalogs from different registries #43236

Open
aloubyansky opened this issue Sep 12, 2024 · 2 comments
Assignees
Labels
kind/enhancement New feature or request

Comments

@aloubyansky
Copy link
Member

aloubyansky commented Sep 12, 2024

Description

The issue was discovered trying to setup an extension registry with a custom Quarkus platform.
The idea was to provide overrides for certain properties present in the Quarkus upstream platform catalogs for custom project creation.

Original discussion happened in https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/custom.20create.20app.20scaffolding/near/469586566

FYI @vsevel

@aloubyansky aloubyansky added the kind/enhancement New feature or request label Sep 12, 2024
@aloubyansky aloubyansky self-assigned this Sep 12, 2024
@maxandersen
Copy link
Contributor

what are the "certain properties"?

@vsevel
Copy link
Contributor

vsevel commented Sep 12, 2024

new properties to add, allowing to configure the way the pom should be generated (see also #42574):

  • add a parent pom
  • avoid generating properties
  • avoid the dep mgmt section
  • avoid the plugins except the quarkus maven plugin
  • avoid adding a few dependencies that are fetched from our main extension: rest, config-yaml, ... => property

properties to change the FROM in dockerfiles (see also #42601):

  • existing property dockerfile.native-micro.from
  • new proposed property dockerfile.jvm.from

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants