-
Notifications
You must be signed in to change notification settings - Fork 4
603: Replaced properties with yml #656
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Title603: Replaced properties with yml PR TypeEnhancement, Configuration changes Description
Diagram Walkthroughflowchart LR
A["application.properties (legacy)"] -- "removed" --> B["application.yml (hierarchical)"]
C["application-ci.properties (legacy)"] -- "replaced" --> D["application-ci.yml (jedis.url)"]
|
| Relevant files | |||||||
|---|---|---|---|---|---|---|---|
| Configuration changes |
| ||||||
| Enhancement |
|
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
|
|
/deploy |
|
The command to deploy to staging for the commit f1d18e5 has been triggered. View action run |
|
|
/deploy |
|
The command to deploy to staging for the commit c01dbcf has been triggered. View action run |
|
/ai |
|
/review |
|
/describe |
|
/improve |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Title603: Replaced properties with yml PR TypeEnhancement Description
Diagram Walkthroughflowchart LR
props["application.properties (.properties)"] -- "replaced by" --> yml["application.yml (.yml)"]
ciproprops["application-ci.properties (.properties)"] -- "replaced by" --> ciyml["application-ci.yml (.yml)"]
yml -- "structured sections" --> springnode["spring, springdoc, jda, github"]
yml -- "management & security" --> ops["management, security, server, secret, app"]
|
| Relevant files | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| Enhancement |
|
|
/deploy |
|
The command to deploy to staging for the commit ff99cab has been triggered. View action run |
|
|
/deploy |
|
The command to deploy to staging for the commit ff99cab has been triggered. View action run |
|
/deploy |
|
The command to deploy to staging for the commit 4095af8 has been triggered. View action run |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
603
Description of changes
Replaced application.properties & application-ci.properties with application.yml & application-ci.yml
Checklist before review
Screenshots
Dev
Routes Working:
https://github.com/user-attachments/assets/f70b93fd-8821-48f7-801b-6c43c3b80eea
/swagger-ui/index.html Working:

/v3/api-docs Working:

/actuator/prometheus Working:

Staging
Routes Working:
https://github.com/user-attachments/assets/98d44045-ca7d-41a7-be2b-3b8b3a1f9038
/swagger-ui/index.html Working:

/v3/api-docs Working:

/actuator/prometheus Working:

Monitoring Staging:


