-
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
ArC: add ability to initialize synthetic beans eagerly #41159
Labels
Milestone
Comments
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip This message is automatically generated by a bot. |
mkouba
changed the title
Add ability to create synthetic observer methods to beans
ArC: add ability to initialize synthetic beans eagerly
Jun 12, 2024
Something like this would be great! SyntheticBeanBuildItem.configure(SOME_BEAN)
.defaultBean()
.scope(ApplicationScoped.class)
...
.makeStartup()
...
.done() Maybe synthetic bean is the wrong word/term, but some way to produce some kind of build item which is marked as |
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Jun 12, 2024
- using a configurator method - resolves quarkusio#41159
mkouba
added a commit
to mkouba/quarkus
that referenced
this issue
Jun 12, 2024
- using a configurator method - resolves quarkusio#41159
holly-cummins
pushed a commit
to holly-cummins/quarkus
that referenced
this issue
Jul 31, 2024
- using a configurator method - resolves quarkusio#41159
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
- using a configurator method - resolves quarkusio#41159
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
Currently when creating a bean via
SyntheticBeanBuildItem.ExtendedBeanConfigurator
there is no way to mark that bean as@Startup
. This would be a good idea.This idea came from this conversation: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Way.20to.20mark.20bean.20as.20Startup.3F
Implementation ideas
No response
The text was updated successfully, but these errors were encountered: