Skip to content
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

Update property names to use kebab-case format and update Spring Boot version #385

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

tschuehly
Copy link
Contributor

Standardize configuration property names in spring-configuration-metadata.json by converting them from camelCase to kebab-case. Also update Spring Boot version

closes #382

… version

Standardize configuration property names in spring-configuration-metadata.json by converting them from camelCase to kebab-case. This change promotes consistency and aligns with common configuration conventions.
Copy link

codecov bot commented Sep 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.33%. Comparing base (bdd2fcc) to head (bbd08ae).
Report is 1 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #385      +/-   ##
============================================
- Coverage     91.39%   91.33%   -0.07%     
+ Complexity     1216     1215       -1     
============================================
  Files            76       76              
  Lines          3161     3161              
  Branches        489      489              
============================================
- Hits           2889     2887       -2     
- Misses          163      164       +1     
- Partials        109      110       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casid
Copy link
Owner

casid commented Oct 1, 2024

Thank you for making the adjustment, @tschuehly

@casid casid merged commit b097448 into casid:main Oct 1, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JTE Spring Boot properties aren't in dash casing
3 participants