Build & Docs: Quality and Maintenance Enhancements#164
Merged
hajk1 merged 5 commits intoarturmkrtchyan:masterfrom Jul 28, 2025
Merged
Build & Docs: Quality and Maintenance Enhancements#164hajk1 merged 5 commits intoarturmkrtchyan:masterfrom
hajk1 merged 5 commits intoarturmkrtchyan:masterfrom
Conversation
Extracted all hardcoded plugin and dependency versions into properties within 'pom.xml' for improved maintainability and easier updates. Also added 'junit-bom' to 'dependencyManagement'.
Updated several Maven plugin versions and test dependency versions to their latest stable releases. This includes updates for: - Maven Compiler Plugin - Maven Surefire Plugin - JaCoCo Plugin - Maven Source Plugin - Maven Javadoc Plugin - Maven GPG Plugin - Maven Release Plugin - Nexus Staging Maven Plugin - JUnit Jupiter BOM - Hamcrest - FindBugs Plugin - JDepend Plugin
Introduced the Sortpom Maven Plugin to standardize POM formatting, ensuring consistent indentation, line endings, and element ordering.
Apply reformattings from Sortpom Maven Plugin.
Enhanced and added Javadoc documentation for classes, enums, fields, constructors, and public methods: - Improved class-level descriptions for clarity. - Detailed Javadoc for getters, factory methods, and constructors. - One-line Javadoc for 'CountryCode' enum constants. - Added a private constructor to 'BicUtil' to prevent instantiation.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Streamlined Build: Centralized all Maven plugin and dependency versions in pom.xml properties for easier management and applied key plugin updates for better stability and security.
Updated plugins and dependencies to latest releases.
Standardized POM: Integrated Sortpom plugin to ensure consistent pom.xml formatting.
Enhanced Javadoc: Added extensive Javadoc throughout the codebase, successfully resolving all Javadoc warnings and improving API documentation overall.
These changes make the build more robust and the codebase easier to understand and maintain.