Skip to content

misc fixes for v0.6.8#1342

Draft
eschultink wants to merge 3 commits into
rc-v0.6.8from
v0.6.8-fixes
Draft

misc fixes for v0.6.8#1342
eschultink wants to merge 3 commits into
rc-v0.6.8from
v0.6.8-fixes

Conversation

@eschultink

@eschultink eschultink commented Jul 1, 2026

Copy link
Copy Markdown
Member

Summary

  • Fix String.format placeholders in CachingConfigServiceDecorator transient retry warning log
  • Replaces MessageFormat-style {0} placeholders with %d/%s so attempt number, max retries, and config property name are actually logged
  • inc node deps
  • inc Jackson to avoid some vulnerabilities

Test plan

  • Verified compile-time fix only; no behavior change beyond correct log interpolation
  • CI passes

Made with Cursor

MessageFormat-style {0} placeholders were passed to String.format, so retry attempt details were never interpolated.

Co-authored-by: Cursor <cursoragent@cursor.com>
@eschultink eschultink changed the title Fix String.format placeholders in config cache retry log misc fixes for v0.6.8 Jul 1, 2026
eschultink and others added 2 commits July 1, 2026 14:42
Routine maintenance: update Maven property versions and AWS/GCP-adjacent libraries, and confirm npm audit fix reports no vulnerabilities in tool packages.

Co-authored-by: Cursor <cursoragent@cursor.com>
Jackson 2.22 uses patch-less versioning for jackson-annotations; importing the BOM aligns module versions consistently with the main Worklytics codebase.

Co-authored-by: Cursor <cursoragent@cursor.com>
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.

1 participant