gnodet opened a new pull request, #22145:
URL: https://github.com/apache/camel/pull/22145
## Summary
- Fix compilation failure on main caused by `AvailablePort` being made
package-private in #22130
while `camel-ldap`, `camel-ldif`, and `camel-salesforce` tests still
reference it (introduced by #22102)
- Replace `AvailablePort.probePort(null, 0)` with the public API
`AvailablePortFinder.getNextAvailable()`
--
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]