Skip to content

Make spring-pulsar optional in autoconfigure module #171

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

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Oct 20, 2022

No description provided.

api 'org.springframework.boot:spring-boot-autoconfigure'
api 'org.springframework.boot:spring-boot-starter'
api 'org.springframework.boot:spring-boot-starter-validation'
optional project (':spring-pulsar')
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional allows direct consumers to pull in only the autoconfigure module and then only when they add spring-pulsar will auto-config kick in.

@sobychacko sobychacko merged commit 979cb11 into spring-projects:main Oct 20, 2022
@onobc onobc deleted the cbono-opt-dep-in-starter branch October 30, 2022 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants