-
Notifications
You must be signed in to change notification settings - Fork 39
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
Separate spring-boot-starter-connectors
from the actual runtime code
#525
Labels
kind:task
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
Comments
chillleader
added
the
kind:task
Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc.
label
May 3, 2023
chillleader
added a commit
that referenced
this issue
Jul 25, 2023
chillleader
added a commit
that referenced
this issue
Jul 26, 2023
chillleader
added a commit
that referenced
this issue
Jul 26, 2023
chillleader
added a commit
that referenced
this issue
Jul 26, 2023
chillleader
added a commit
that referenced
this issue
Jul 26, 2023
chillleader
added a commit
that referenced
this issue
Jul 27, 2023
chillleader
added a commit
that referenced
this issue
Jul 27, 2023
chillleader
added a commit
that referenced
this issue
Jul 27, 2023
chillleader
added a commit
that referenced
this issue
Jul 28, 2023
chillleader
added a commit
that referenced
this issue
Jul 31, 2023
chillleader
added a commit
that referenced
this issue
Jul 31, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What should we do?
We should deliver the
spring-boot-starter-connectors
as a separate artifact. Currently the runtime code lives in the spring boot starter, but we should extract it.Why should we do it?
It is considered best practice for spring boot starters to be separate thin artifacts.
The text was updated successfully, but these errors were encountered: