Details
-
Task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.16.0
-
None
-
None
-
Unknown
Description
There's a lot of inconsistency about whether it's google-secret-manager or google-secrets-manager. Right now this has broken the website build because the spring-boot json file is google-secrets-manager.json but the camel components adoc has
:camel-spring-boot-name: google-secret-manager
Before this gets released I suggest that EVERYTHING be named consistently, either singular or plural but NOT a mixture.
From e.g.
```
import com.google.cloud.secretmanager.v1.SecretManagerServiceClient;
```
it looks like google prefers a singular form, so I'd guess it would be less confusing for camel to adopt the same.
I don't have a great deal of time right now but if there's agreement on what to do I can try to come up with a PR.