Skip to content

chore(camel-test-infra-keycloak): upgrade keycloak.container to 26.7.4 - #26649

Merged
apupier merged 1 commit into
mainfrom
automated/upgrade-keycloak-container-26.7.4
Sep 21, 2026
Merged

apupier merged 1 commit into
mainfrom
automated/upgrade-keycloak-container-26.7.4

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This PR updates the keycloak.container container image to version 26.7.4.

Update Details

  • Property: keycloak.container
  • Image: mirror.gcr.io/keycloak/keycloak
  • File: /home/runner/work/camel/camel/test-infra/camel-test-infra-keycloak/src/main/resources/org/apache/camel/test/infra/keycloak/services/container.properties
  • Old version: 26.7.3
  • New version: 26.7.4

Verification

Please verify:

  • Container image version is compatible with existing tests
  • No breaking changes in the updated version
  • Tests pass with the new version

Run the following to rebuild the test infra:

mvn clean verify -pl camel-test-infra-keycloak

Then test the impacted components.


This PR was automatically created by the Container Version Upgrade workflow.

Update keycloak.container from 26.7.3 to 26.7.4
@github-actions github-actions Bot added dependencies Pull requests that update a dependency file container-images For check container upgrades automated For Check Container upgrade labels Sep 21, 2026

@oscerd oscerd left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed as a test-infra container image version bump.

This upgrades an already-used test-infra container image to a newer tag on the same registry (container.properties plus the regenerated test-infra metadata.json). Because it is a version bump of an image the suite already runs, the existing architecture handling and skipITs setup carry over unchanged. These github-actions-authored container bumps get no CI by design (the GITHUB_TOKEN does not trigger pull_request workflows), so there is no check to gate on.

LGTM — approving.

This review was generated by an AI agent and may contain inaccuracies. Please verify all suggestions before applying.

Claude Code on behalf of oscerd

@apupier apupier left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.security.�[1mKeycloakSecurityIT�[m
[�[1;33mWARNING�[m] �[1;33mTests �[0;1mrun: �[0;1m17�[m, Failures: 0, Errors: 0, �[1;33mSkipped: �[0;1;33m17�[m, Time elapsed: 0.007 s -- in org.apache.camel.component.keycloak.security.�[1mKeycloakSecurityIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.security.�[1mKeycloakSecurityTestInfraIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m10�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 53.44 s -- in org.apache.camel.component.keycloak.security.�[1mKeycloakSecurityTestInfraIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.security.�[1mKeycloakTokenBindingSecurityIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m11�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.560 s -- in org.apache.camel.component.keycloak.security.�[1mKeycloakTokenBindingSecurityIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.security.�[1mKeycloakTokenIntrospectionIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m16�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s -- in org.apache.camel.component.keycloak.security.�[1mKeycloakTokenIntrospectionIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.�[1mKeycloakConsumerIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m5�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.470 s -- in org.apache.camel.component.keycloak.�[1mKeycloakConsumerIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.�[1mKeycloakProducerIT�[m
[�[1;33mWARNING�[m] �[1;33mTests �[0;1mrun: �[0;1m14�[m, Failures: 0, Errors: 0, �[1;33mSkipped: �[0;1;33m14�[m, Time elapsed: 0 s -- in org.apache.camel.component.keycloak.�[1mKeycloakProducerIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.�[1mKeycloakProducerRevocationIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m4�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.990 s -- in org.apache.camel.component.keycloak.�[1mKeycloakProducerRevocationIT�[m
[�[1;34mINFO�[m] Running org.apache.camel.component.keycloak.�[1mKeycloakTestInfraIT�[m
[�[1;34mINFO�[m] �[1;32mTests run: �[0;1;32m56�[m, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.330 s -- in org.apache.camel.component.keycloak.�[1mKeycloakTestInfraIT�[m
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] Results:
[�[1;34mINFO�[m] 
[�[1;34mINFO�[m] Tests run: 133, Failures: 0, Errors: 0, Skipped: 31

@apupier
apupier merged commit 8f2761e into main Sep 21, 2026
5 checks passed
@github-actions
github-actions Bot deleted the automated/upgrade-keycloak-container-26.7.4 branch September 21, 2026 08:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automated For Check Container upgrade container-images For check container upgrades dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants