Skip to content

Conversation

dmitry-timofeev
Copy link
Contributor

Overview

It might be used by some clients (e.g., the Java service launcher)
to parse the SAID.


See: https://jira.bf.local/browse/ECR-4279

Definition of Done

  • There are no TODOs left in the code
  • Change is covered by automated tests
  • The coding guidelines are followed
  • Public API has Javadoc
  • Method preconditions are checked and documented in the Javadoc of the method
  • Changelog is updated if needed (in case of notable or breaking changes)
  • The continuous integration build passes

It might be used by some clients (e.g., the Java service launcher)
to parse the SAID.
return new AutoValue_ServiceArtifactId(runtimeId, name, version);
}

private static boolean isNotBlank(String s) {
Copy link
Contributor

Choose a reason for hiding this comment

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

why do we need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

... to enforce the said invariant?

@dmitry-timofeev dmitry-timofeev merged commit d6b3b21 into exonum:master Feb 28, 2020
@dmitry-timofeev dmitry-timofeev deleted the move-service-artifact-idECR-4279 branch February 28, 2020 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants