Skip to content

Fix mail-ms-exchange-oauth2: stray brace in IMAP URI, stale docs - #202

Open
Croway wants to merge 1 commit into
apache:mainfrom
Croway:fix-mail-ms-exchange-oauth2
Open

Fix mail-ms-exchange-oauth2: stray brace in IMAP URI, stale docs#202
Croway wants to merge 1 commit into
apache:mainfrom
Croway:fix-mail-ms-exchange-oauth2

Conversation

@Croway

@Croway Croway commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • CamelApplication.java built the IMAP endpoint URI with a stray } appended to the delay parameter, breaking the URI for every poll interval — removed it.
  • Refreshed the README's stale sample startup log (Spring Boot 2.7.5 -> 4.1.1, matching the actual runtime).
  • Bumped the hardcoded msal4j-version property from 1.15.1 to the current stable 1.26.0.

Test plan

  • mvn -o compile succeeds in mail-ms-exchange-oauth2
  • Not fully runnable/testable end-to-end — requires real Azure AD app registration and Exchange Online credentials

CamelApplication.java built the IMAP endpoint URI with a stray "}"
after the delay parameter, breaking the URI for every poll interval.
Also refreshed the README's stale sample log (Spring Boot 2.7.5 ->
4.1.1, matching the actual runtime) and bumped the hardcoded
msal4j-version property from 1.15.1 to the current 1.26.0.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EbjZemqMg395XFGDRekLBM
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