Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: fixed a problem calculating a service namespace. #13493

Merged
merged 2 commits into from
Jun 28, 2022
Merged

Commits on Jun 27, 2022

  1. core: fixed a problem calculating a service namespace.

    When calculating a services namespace for registration, the code
    assumed the first task within the task array would include a
    service block. This is incorrect as it is possible only a latter
    task within the array contains a service definition.
    
    This change fixes the logic, so we correctly search for a service
    definition before identifying the namespace.
    jrasell committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    0639be0 View commit details
    Browse the repository at this point in the history
  2. changelog: add entry for #13493

    jrasell committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3f2b137 View commit details
    Browse the repository at this point in the history