Skip to content

fix: escape <String> in Java changelog MDX to fix docs validation#4372

Closed
davidkonigsberg wants to merge 2 commits into
mainfrom
devin/1773927527-fix-mdx-string-tag
Closed

fix: escape <String> in Java changelog MDX to fix docs validation#4372
davidkonigsberg wants to merge 2 commits into
mainfrom
devin/1773927527-fix-mdx-string-tag

Conversation

@davidkonigsberg

Copy link
Copy Markdown
Contributor

Summary

The docs build was failing because <String> in the Java SDK changelog entry (2026-03-18.mdx, line 44) was being parsed as an unclosed HTML/JSX tag by the MDX compiler.

Fixed by wrapping onMessage(Consumer<String>) in backticks, which is also more consistent with how other code references in the same file are formatted.

CI error: Failed to parse products/sdks/overview/java/changelog/2026-03-18.mdx: Expected a closing tag for <String> (44:29-44:37) before the end of strong

Review & Testing Checklist for Human

  • Verify the docs build passes (CI should confirm this)
  • Confirm the rendered changelog entry looks correct on the preview site

Link to Devin session: https://app.devin.ai/sessions/cfc4d746f9814cd9944225c7ede073da
Requested by: @davidkonigsberg

Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
@devin-ai-integration

Copy link
Copy Markdown
Contributor

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@github-actions

Copy link
Copy Markdown
Contributor

Co-Authored-By: David Konigsberg <davidakonigsberg@gmail.com>
@davidkonigsberg

Copy link
Copy Markdown
Contributor Author

fixed a different way

@davidkonigsberg davidkonigsberg deleted the devin/1773927527-fix-mdx-string-tag branch March 19, 2026 14:40
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