aws / aws/aws-secretsmanager-jdbc
Add metadata for native build
- Dominant language
- Java
- Stars
- 196
- Forks
- 87
- PR merge metrics
- No merged PRs in 30d
Description
When I try to use AWSSecretsManagerPostgreSQLDriver with spring boot native I'm getting the following exception:
`java.lang.NoSuchMethodException: com.amazonaws.secretsmanager.sql.AWSSecretsManagerPostgreSQLDriver.()`
Details: https://stackoverflow.com/questions/79372356/unable-to-run-spring-boot-native-application-with-awssecretsmanagerpostgresqldri
Thanks
Contributor guide
Research direction
Start at the AWSSecretsManagerPostgreSQLDriver entry point and reproduce the Spring Boot native failure described in the issue, using the linked Stack Overflow details for context. Trace how native builds discover this JDBC driver; done means the native application can instantiate the driver without the reported NoSuchMethodException.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- aws, java, postgresql, spring-boot
- Domain
- backend, build-system, cloud, databases
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100