Skip to content

Latest commit

 

History

History
53 lines (52 loc) · 3.18 KB

File metadata and controls

53 lines (52 loc) · 3.18 KB

Release Notes - Version 11.3.0

  • Updated Maven project file.
    • Updated Maven Dependency plugin version to 3.1.2.
    • Updated Maven Jar plugin version to 3.2.0.
    • Updated Maven JavaDoc plugin version to 3.2.0 (added issue workaround).
    • Updated Maven Resources plugin version to 3.2.0.
    • Added Maven Site plugin version 3.9.1.
    • Added Maven Project Info Reports plugin version 3.1.1.
    • Updated Moditect plugin phase to none.
    • Updated information to reflect GitHub organization profile.
    • Added Maven JavaDoc Plugin execution for checking documentation lint.
    • Removed Maven JavaDoc Plugin execution goals for "main-javadoc-jdk8".
  • Updated Read Me.
    • Updated shields for easier checking.
    • Added information on packaging JavaDoc with various release rules/styles.
    • Updated "bash" code block with "shell script" syntax indicator.
  • Updated JavaDoc.
    • Updated JavaDoc with @author, @version, and @since information.
    • Updated JavaDoc links with fully qualified name.
    • Updated JavaDoc with @inheritDoc where needed.
    • Fixed JavaDoc description for RunnerResult interface (replaced @code with @link)
    • Fixed JavaDoc description for RunnerResult interface.
    • Fixed JavaDoc description for RunnerEncoding interface.
    • Added missing JavaDoc for AbstractRunner class constructor.
    • Added missing JavaDoc for AbstractUnit class constructor.
    • Added missing JavaDoc for BoltExecutor interface.
    • Added missing JavaDoc for BoltLineIterator class constructor.
    • Added missing JavaDoc for BoltProvide interface.
    • Added missing JavaDoc for BoltResult class helper methods.
    • Added missing JavaDoc for BoltUtility class constructor.
    • Updated JavaDoc @param order for RunnerProvideProgram.
    • Updated JavaDoc for RunnerException class with closing paragraph on new line.
    • Updated JavaDoc for RunnerException class to match project JavaDoc style.
    • Fixed JavaDoc for Runner class:
      • Changed value for @since tag of #input(Charset, String...) method to "11.0.0".
    • Fixed JavaDoc for RunnerProvideInput interface; Changed description for #input(Charset, String...) method.
    • Fixed BoltProgramOutput class with missing @param JavaDoc for encoding parameter.
    • Fixed BoltProvide interface with missing @param JavaDoc for encoding parameter.
    • Fixed BoltProvideProgram class with missing @param JavaDoc for encoding parameter.
    • Fixed JavaDoc for BoltProvide interface:
      • Changed vale of the @since tag for #buildConsoleExecutor(RunConsoleArgued) method to "10.0.0".
    • Updated JavaDoc to conform to general project style.
  • Updated code style.
    • Updated code style to use fully qualified names for JavaDoc.
  • Fixed code style for files.
    • Updated code style for DelugeDataType test enum with closing enum semi-colon.
    • Updated code style for DelugeProgramType test enum with constructor.
    • Updated code style for BoltResultTest with missing file last new-line.
    • Updated variables as final implicit types where possible.
    • Renamed exception variables for easier classification.
  • Updated run configurations.
    • Added code coverage information to "Runner Test" run configuration.