spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Compile with `parameters` option #739

Closed n12c closed 1 year ago

n12c commented 1 year ago

I tried Spring Vault 3.0.0-RC1 with Spring Boot 3.0.0. It works fine as far as I can tell, but I did see this warning in my logs:

WARN main o.s.c.LocalVariableTableParameterNameDiscoverer  Using deprecated '-debug' fallback for parameter name resolution. Compile the affected code with '-parameters' instead or avoid its introspection: org.springframework.vault.config.AbstractVaultConfiguration

Perhaps something to tweak for GA.