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

   # Description
   
   **JIRA:** https://issues.apache.org/jira/browse/CAMEL-23664
   
   The `keycloak-client-version` property was used for both the Keycloak Java 
client libraries and `keycloak-core`. Since Keycloak 26 these are versioned 
separately (client libraries: 26.0.x, core: server versioning), so no single 
version is current for both. This PR splits the property:
   
   - `keycloak-client-version`: 26.0.8 → 26.0.12 (`keycloak-admin-client`, 
`keycloak-authz-client`, used by camel-keycloak, camel-oauth and test-infra)
   - new `keycloak-version`: 26.7.4 (`keycloak-core`, matching the 26.7 
Keycloak test container)
   
   `dependency:tree` shows no overlap between the two lines (the client 
libraries depend on `keycloak-client-common-synced`, not `keycloak-core`). 
camel-keycloak unit tests pass (130). Integration tests were not run locally.
   
   Note: the build shows new deprecation warnings 
(`OrganizationsResource.getAll()`, `OrganizationMembersResource.getAll()`, 
`JWSBuilder.rsa256()`). I've left them untouched to keep this a pure version 
bump and can address them in a follow-up if wanted.
   
   AI assistance: investigation and changes were done with help from Claude 
(Anthropic). I reviewed and verified the changes, build and tests locally.
   
   # Target
   
   - [x] I checked that the commit is targeting the correct branch (Camel 4 
uses the `main` branch)
   
   # Tracking
   - [x] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   <!--
   # *Note*: trivial changes like, typos, minor documentation fixes and other 
small items do not require a JIRA issue. In this case your pull request should 
address just this issue, without pulling in other changes.
   -->
   
   # Apache Camel coding standards and style
   
   - [x] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   <!--
   If you're unsure, you can format the pull request title like `[CAMEL-XXX] 
Fixes bug in camel-file component`, where you replace `CAMEL-XXX` with the 
appropriate JIRA issue.
   -->
   
   - [x] I have run `mvn clean install -DskipTests` locally from root folder 
and I have committed all auto-generated changes.
   
   Built the affected modules; no generated changes resulted.
   
   # AI-assisted contributions
   
   - [x] If this PR includes AI-generated code, commits have proper 
co-authorship attribution (e.g., `Co-authored-by` trailers) and the PR 
description identifies the AI tool used.
   
   


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