oracle / oracle/spring-cloud-oracle
Rename OCI properties name
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 56
- Forks
- 21
- Avg merge
- 14h 53m
- Merged PRs (30d)
- 16
Description
Create new spring.cloud.oci.region.region-id property. Deprecate the spring.cloud.oci.region.static property. The region provider should first attempt to use spring.cloud.oci.region.region-id for the region, then fall back to spring.cloud.oci.region.static for backwards compatibility.
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
Locate the region provider and the existing configuration binding for spring.cloud.oci.region.static. Trace how the provider selects a region, then update the property handling so the new region-id setting takes precedence while the old setting remains supported and deprecated. Verify the property binding and region-selection tests, if present.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- cloud
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100