Skip to content

Fix usePrecompiledTemplates missing from Spring configuration metadata in starter-4-core#541

Merged
edward3h merged 1 commit intocasid:mainfrom
garvit-joshi:main
Apr 1, 2026
Merged

Fix usePrecompiledTemplates missing from Spring configuration metadata in starter-4-core#541
edward3h merged 1 commit intocasid:mainfrom
garvit-joshi:main

Conversation

@garvit-joshi
Copy link
Copy Markdown
Contributor

Renamed usePreCompiledTemplates() to isUsePrecompiledTemplates() in JteProperties to follow JavaBean naming conventions. The spring-boot-configuration-processor only recognizes boolean getters prefixed with is/get, gg.jte.use-precompiled-templates was silently excluded from the generated metadata, breaking IDE auto-complete.

@edward3h
Copy link
Copy Markdown
Collaborator

edward3h commented Apr 1, 2026

This might need to keep the original named method as well, to avoid breaking existing users.

@garvit-joshi
Copy link
Copy Markdown
Contributor Author

Done

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.17%. Comparing base (dc8c431) to head (262ac82).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main     #541   +/-   ##
=========================================
  Coverage     91.17%   91.17%           
  Complexity     1223     1223           
=========================================
  Files            76       76           
  Lines          3185     3185           
  Branches        489      489           
=========================================
  Hits           2904     2904           
  Misses          173      173           
  Partials        108      108           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@edward3h
Copy link
Copy Markdown
Collaborator

edward3h commented Apr 1, 2026

Thank you for your contribution!

@edward3h edward3h merged commit 2920ac1 into casid:main Apr 1, 2026
14 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.

2 participants