Skip to content

Conversation

skletsun
Copy link
Contributor

Overview

App's version and build mode are logged with level INFO at the app start.


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

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

// Returns the exact value of the `version` field from the library's Cargo.toml configuration file.
fn get_lib_version() -> &'static str {
/// Returns the exact value of the `version` field from the library's Cargo.toml configuration file.
pub fn get_lib_version() -> &'static str {
Copy link
Contributor

Choose a reason for hiding this comment

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

Shall it be moved to utils for exonum-java to depend on it 🤔 ?

Copy link
Contributor Author

@skletsun skletsun May 24, 2019

Choose a reason for hiding this comment

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

I was also thinking about this but didn't end up with a name for a module except "misc", "common", "other" etc 🙃

@dmitry-timofeev dmitry-timofeev merged commit 88565b1 into exonum:master May 27, 2019
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.

3 participants