Skip to content

Align public API namespaces to score::mw::lifecycle and score::mw::health#212

Open
VukPavicRTRK wants to merge 1 commit into
eclipse-score:mainfrom
VukPavicRTRK:issue-147-align-namespace-public-apis
Open

Align public API namespaces to score::mw::lifecycle and score::mw::health#212
VukPavicRTRK wants to merge 1 commit into
eclipse-score:mainfrom
VukPavicRTRK:issue-147-align-namespace-public-apis

Conversation

@VukPavicRTRK
Copy link
Copy Markdown
Contributor

@VukPavicRTRK VukPavicRTRK commented May 25, 2026

Summary

  • Move lifecycle public API types (ControlClient, LifecycleClient, ExecutionState, ExecErrc, ExecErrorDomain, MakeError) from score::lcm to score::mw::lifecycle
  • Move health monitoring public API types (Monitor<EnumT>, MonitorImplWrapper, Checkpoint, ElementarySupervisionStatus, LocalSupervisionStatus, GlobalSupervisionStatus, HealthMonitor, HealthMonitorBuilder, Error, TimeRange) from score::lcm / score::hm to score::mw::health
  • Move sub-namespaces: score::hm::deadlinescore::mw::health::deadline, score::hm::heartbeatscore::mw::health::heartbeat, score::hm::logicscore::mw::health::logic
  • Internal namespaces (score::lcm::internal, score::lcm::saf) are unchanged

Notes

Breaking change - no backward compatibility aliases. Team decision: limited
existing public API consumers make the added complexity of deprecated aliases
unjustifiable.

Backwards compatibility in this issue discussed here

Closes #147

@VukPavicRTRK VukPavicRTRK self-assigned this May 25, 2026
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 25, 2026

License Check Results

🚀 The license check job ran with the Bazel command:

bazel run --lockfile_mode=error //:license-check

Status: ⚠️ Needs Review

Click to expand output
[License Check Output]
Extracting Bazel installation...
Starting local Bazel server (8.4.2) and connecting to it...
INFO: Invocation ID: 16dc40b6-1ec7-451f-b014-561f476eb218
Computing main repo mapping: 
Computing main repo mapping: 
Loading: 
Loading: 0 packages loaded
Loading: 0 packages loaded
Loading: 0 packages loaded
    currently loading: 
Loading: 0 packages loaded
    currently loading: 
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)
Analyzing: target //:license-check (1 packages loaded, 0 targets configured)

Analyzing: target //:license-check (29 packages loaded, 10 targets configured)

Analyzing: target //:license-check (83 packages loaded, 10 targets configured)

Analyzing: target //:license-check (137 packages loaded, 1172 targets configured)

Analyzing: target //:license-check (145 packages loaded, 4196 targets configured)

Analyzing: target //:license-check (148 packages loaded, 6119 targets configured)

Analyzing: target //:license-check (157 packages loaded, 8094 targets configured)

Analyzing: target //:license-check (157 packages loaded, 8094 targets configured)

Analyzing: target //:license-check (161 packages loaded, 10106 targets configured)

INFO: Analyzed target //:license-check (162 packages loaded, 10232 targets configured).
[12 / 16] JavaToolchainCompileClasses external/rules_java+/toolchains/platformclasspath_classes; 0s disk-cache, processwrapper-sandbox ... (2 actions running)
[14 / 16] JavaToolchainCompileBootClasspath external/rules_java+/toolchains/platformclasspath.jar; 0s disk-cache, processwrapper-sandbox
INFO: Found 1 target...
Target //:license.check.license_check up-to-date:
  bazel-bin/license.check.license_check
  bazel-bin/license.check.license_check.jar
INFO: Elapsed time: 21.434s, Critical Path: 2.65s
INFO: 16 processes: 12 internal, 3 processwrapper-sandbox, 1 worker.
INFO: Build completed successfully, 16 total actions
INFO: Running command line: bazel-bin/license.check.license_check ./formatted.txt <args omitted>
usage: org.eclipse.dash.licenses.cli.Main [-batch <int>] [-cd <url>]
       [-confidence <int>] [-ef <url>] [-excludeSources <sources>] [-help] [-lic
       <url>] [-project <shortname>] [-repo <url>] [-review] [-summary <file>]
       [-timeout <seconds>] [-token <token>]

@github-actions
Copy link
Copy Markdown

The created documentation from the pull request is available at: docu-html

@VukPavicRTRK VukPavicRTRK force-pushed the issue-147-align-namespace-public-apis branch from 9e0f35f to 11fff80 Compare May 25, 2026 10:51
@VukPavicRTRK VukPavicRTRK marked this pull request as ready for review May 25, 2026 10:59
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.

Align namespace of public APIs to score::mw::lifecycle / score::mw::health

1 participant