Skip to content

feat: add public config schema collection alias - #1038

Closed
AEK2HI wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:feature/AZB-101859-config-alias
Closed

feat: add public config schema collection alias#1038
AEK2HI wants to merge 1 commit into
eclipse-score:mainfrom
etas-contrib:feature/AZB-101859-config-alias

Conversation

@AEK2HI

@AEK2HI AEK2HI commented Sep 2, 2026

Copy link
Copy Markdown

Expose the _config.schema.json files for convenient access to the SOME/IP config schema file.

Comment thread config/BUILD
srcs = [
"//score/mw/com/gateway/gateway_application/configuration:mw_com_gateway_config_schema",
"//score/mw/com/gateway/transport_layer/sample/configuration:mw_com_gateway_sample_transport_config_schema",
"//score/mw/com/impl/configuration:mw_com_config_schema",

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.

Config schema is already exposed in https://github.com/eclipse-score/communication/blob/main/score/mw/com/BUILD#L125
I do not think we should expose a big bundle but just individually. Not everyonen will need the gateway config schema for example.
About location, right now we expose the target in score/mw/com/BUILD. A top level config package as you did does not make sense, it mixes multiple elements together (message passing, mw::com, etc).
For the gateway, we could expose them in score/mw/com/gateway/BUILD, and for tracing we could just have it in score/mw/com/BUILD.

I'm not really comfortable discussing this on the fly within the PR. Can you create a ticket explaining what you need and the motivation? Then we can have the discussion there involving also the other maintainers and once we have an agreement you can update the PR with the agreed changes.

@AEK2HI

AEK2HI commented Sep 7, 2026

Copy link
Copy Markdown
Author

@limdor We re-evaluated the topic and came to the conclusion that we do not require this extension to the readme. Hence, we close this PR

@AEK2HI AEK2HI closed this Sep 7, 2026
@github-project-automation github-project-automation Bot moved this from Backlog to Done in COM - Communication FT Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants