Skip to content

fix(core): add missing provider type for CoreExtensionProvider in reference.conf (#693)#694

Merged
fhussonnois merged 1 commit intomainfrom
fix/gh-693
Feb 17, 2026
Merged

fix(core): add missing provider type for CoreExtensionProvider in reference.conf (#693)#694
fhussonnois merged 1 commit intomainfrom
fix/gh-693

Conversation

@fhussonnois
Copy link
Member

The provider.core section in reference.conf was missing the type field. Since v0.37.0's ProviderApiConfigurator matches providers by type (not name).

CoreExtensionProvider was never registered, making ResourceListConverter unavailable and causing KafkaTopicList resources to fail with "Cannot find controller for resource type".

Add unit and e2e tests to cover KafkaTopicList expansion.

Fixes: #693

…erence.conf (#693)

The provider.core section in reference.conf was missing the type field.
Since v0.37.0's ProviderApiConfigurator matches providers by type (not
name).

CoreExtensionProvider was never registered, making ResourceListConverter
unavailable and causing KafkaTopicList resources to fail with
"Cannot find controller for resource type".

Add unit and e2e tests to cover KafkaTopicList expansion.

Fixes: #693
@sonarqubecloud
Copy link

@github-actions
Copy link
Contributor

Security Scan Results

Vulnerabilities detected:


Report Summary

┌───────────────────────────────────────────────────┬───────┬─────────────────┬─────────┐
│                      Target                       │ Type  │ Vulnerabilities │ Secrets │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ cli/pom.xml                                       │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ core/pom.xml                                      │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ docs/go.mod                                       │ gomod │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ extension-rest-client/pom.xml                     │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ pom.xml                                           │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ processor/pom.xml                                 │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-aiven/pom.xml           │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-aws/pom.xml             │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-core/pom.xml            │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-kafka-connect/pom.xml   │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-kafka/pom.xml           │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ providers/jikkou-provider-schema-registry/pom.xml │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ resource-generator/pom.xml                        │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ server/jikkou-api-client/pom.xml                  │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ server/jikkou-api-data/pom.xml                    │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ server/jikkou-api-server/pom.xml                  │  pom  │        0        │    -    │
├───────────────────────────────────────────────────┼───────┼─────────────────┼─────────┤
│ template-jinja/pom.xml                            │  pom  │        0        │    -    │
└───────────────────────────────────────────────────┴───────┴─────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


Scanned by Trivy

@fhussonnois fhussonnois merged commit a4a6daf into main Feb 17, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Jikkou 0.37.0 : Cannot find controller for resource type: group='kafka.jikkou.io', apiVersion='v1' and kind='KafkaTopicList

1 participant