casid / jte

Secure and speedy templates for Java and Kotlin.
https://jte.gg
Apache License 2.0
848 stars 63 forks source link

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

Closed tschuehly closed 1 month ago

tschuehly commented 1 month ago

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

closes #382

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

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

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

casid commented 1 month ago

Thank you for making the adjustment, @tschuehly