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

Add build-time property to disable quarkus-spring-di #35023

Closed
famod opened this issue Jul 26, 2023 · 4 comments · Fixed by #35082
Closed

Add build-time property to disable quarkus-spring-di #35023

famod opened this issue Jul 26, 2023 · 4 comments · Fixed by #35082
Assignees
Labels
area/spring Issues relating to the Spring integration kind/enhancement New feature or request
Milestone

Comments

@famod
Copy link
Member

famod commented Jul 26, 2023

Description

As discussed here (and the subsequent comments), it can make sense to disable quarkus-spring-di, e.g. when you just want spring-data-jpa features without any spring injection support (which might increase the risk of issues/side effects, like #35011).

Implementation ideas

No response

@famod famod added kind/enhancement New feature or request area/spring Issues relating to the Spring integration labels Jul 26, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 26, 2023

/cc @geoand (spring)

@famod
Copy link
Member Author

famod commented Jul 26, 2023

I'll take this issue once I find some time for it.

@geoand
Copy link
Contributor

geoand commented Jul 26, 2023

👌🏼

@geoand
Copy link
Contributor

geoand commented Jul 28, 2023

I had a few minutes to spare, so here it is.

geoand added a commit to geoand/quarkus that referenced this issue Jul 28, 2023
geoand added a commit that referenced this issue Jul 28, 2023
Provide a switch to disable Spring DI bean creation
@quarkus-bot quarkus-bot bot added this to the 3.3 - main milestone Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/spring Issues relating to the Spring integration kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants