oracle / spring-cloud-oracle

Spring Cloud Oracle, eases the integration with Oracle Database and OCI services, and offers a convenient way to interact with Oracle Database and OCI-provided services using well-known Spring idioms and APIs.

Home Page:https://oracle.github.io/spring-cloud-oracle/latest/reference/html/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] spring.cloud.oci.region.static expects a String, but autoconfiguration suggests a boolean

anders-swanson opened this issue · comments

image

The static region provider code is a bit mixed up, so that it expects a String value, but is written in such a way that Spring hints at you to provide a boolean. This should be fixed so Spring suggests a String region.