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

   ## Summary
   
   Supersedes #25545 (blocked on a compile failure). This bumps 
`jolokia-version` from 2.6.0 to 2.6.1 and adapts `camel-platform-http-jolokia` 
to the Jolokia `HttpRequestHandler` API changes introduced in that release:
   
   - The constructor now requires a `Restrictor` and an `authenticationEnabled` 
flag in addition to the `JolokiaContext`.
   - `checkAccess()` now takes a `String[]` of addresses and an (optional) 
`FetchMetadata` parameter instead of a single address `String`.
   
   `checkAccess()` is now called directly instead of through reflection, since 
none of its parameter types are affected by the JSON-shading concern that the 
reflective dispatch in this class exists for.
   
   ## Test plan
   
   - [x] `mvn -DskipTests install` in `components/camel-platform-http-jolokia`
   - [x] `mvn test` in `components/camel-platform-http-jolokia` (existing test 
+ new regression test for `checkAccess`)
   
   ---
   
   _Claude Code on behalf of davsclaus_


-- 
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