-
Notifications
You must be signed in to change notification settings - Fork 3k
Experiment with generating config files for the IDEs #42677
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
Draft
gsmet
wants to merge
3
commits into
quarkusio:main
Choose a base branch
from
gsmet:ide-experiment
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
🎊 PR Preview d138192 has been successfully built and deployed to https://quarkus-pr-main-42677-preview.surge.sh/version/main/guides/
|
3dc7def to
7df1e97
Compare
This was referenced Sep 10, 2024
7df1e97 to
1f3b5b1
Compare
This was referenced Sep 11, 2024
0216181 to
10ffdcb
Compare
10ffdcb to
1bcc0a1
Compare
2bb5f3b to
7211424
Compare
7211424 to
fc5eb61
Compare
This plugin is used to generate the configuration metadata for each extension. This metadata follows the Spring config metadata format: The plugin is installed at the package phase and assembles everything that is in the classpath. The metadata is augmented with some additional Quarkus metadata.
It is far from being perfect and typically doesn't handle tables. But it's a good first step. (cherry picked from commit 4abee41)
fc5eb61 to
6aa35ef
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/agroal
area/amazon-lambda
area/arc
Issue related to ARC (dependency injection)
area/cache
area/config
area/container-image
area/context-propagation
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/elasticsearch
area/fault-tolerance
area/flyway
area/funqy
area/google-cloud-functions
area/graphics
area/graphql
area/grpc
gRPC
area/health
area/hibernate-orm
Hibernate ORM
area/hibernate-reactive
Hibernate Reactive
area/hibernate-search
Hibernate Search
area/hibernate-validator
Hibernate Validator
area/infinispan
Infinispan
area/jackson
Issues related to Jackson (JSON library)
area/jaxb
area/jdbc
Issues related to the JDBC extensions
area/kafka
area/kafka-streams
area/keycloak
area/kotlin
area/kubernetes
area/liquibase
area/logging
area/lra
area/mailer
area/metrics
area/mongodb
area/mutiny
area/narayana
Transactions / Narayana
area/netty
area/oidc
area/openapi
area/panache
area/picocli
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/reactive-messaging
area/reactive-sql-clients
area/reactive-streams-operators
area/redis
area/rest
area/rest-client
area/resteasy-classic
area/scala
area/scheduler
area/security
area/smallrye
area/spring
Issues relating to the Spring integration
area/stork
area/swagger-ui
area/testing
area/tracing
area/undertow
area/vertx
area/websockets
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.

This shouldn't be merged.
It is a quick experiment to show what we can do to generate files containing the configuration properties for the IDEs. It can be used to experiment and adjust the format.
This is part of the work in the working group: #42671 .
A command similar to:
can be handy to share the output.
(Adapt the command if the file names are changed as we might not publish JSON files and we might follow some other convention)