spring-projects / spring-projects/spring-data-couchbase
Make AbstractCouchbaseConfiguration.authenticator an @Bean
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 284
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Make AbstractCouchbaseConfiguration.authenticator an @Bean so that CouchbaseAutoConfiguration.couchbaseAuthenticator() does not get used instead. Also make consuming authenticator() in AbstractCouchbaseConfiguration a parameter so it gets the @Bean.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with AbstractCouchbaseConfiguration and its authenticator() method, then compare it with CouchbaseAutoConfiguration.couchbaseAuthenticator() at the linked Spring Boot entry point. Make the configuration authenticator available as a bean and ensure its consumer receives that bean as a parameter; done means the auto-configuration authenticator is not used instead.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100