davsclaus opened a new pull request, #24193:
URL: https://github.com/apache/camel/pull/24193

   ## Summary
   
   - Adds explicit `username` and `password` options to 
`MiloClientConfiguration` so credentials no longer need to be embedded in the 
endpoint URI
   - Fixes issues with special characters in passwords (e.g. `@`, `$`, `?`, 
`%`) that broke URI parsing and `replaceFirst()` regex matching
   - Rebuilds discovery URI from parsed URI parts instead of string manipulation
   - Includes regenerated metadata files (configurers, URI factories, JSON) 
that were missing from the original PR
   
   Based on the work from @robMate in #24185, with regenerated metadata and 
formatting fixes added on top.
   
   ## Test plan
   
   - [x] `ExplicitCredentialsTest` added to verify explicit username/password 
handling
   - [ ] Build camel-milo module: `cd components/camel-milo && mvn verify`
   
   _Claude Code on behalf of Claus Ibsen_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to