{"id":21101548,"url":"https://github.com/appulse-projects/utils-java","last_synced_at":"2025-03-14T08:20:21.942Z","repository":{"id":144590671,"uuid":"119073602","full_name":"appulse-projects/utils-java","owner":"appulse-projects","description":"Different utilities classes for Appulse projects","archived":false,"fork":false,"pushed_at":"2020-02-27T22:11:24.000Z","size":305,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T02:43:29.887Z","etag":null,"topics":["java","utilities"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appulse-projects.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-26T16:13:24.000Z","updated_at":"2020-02-27T22:11:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"e07e6363-cec1-4982-b7f9-467058980fad","html_url":"https://github.com/appulse-projects/utils-java","commit_stats":null,"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appulse-projects%2Futils-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appulse-projects%2Futils-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appulse-projects%2Futils-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appulse-projects%2Futils-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appulse-projects","download_url":"https://codeload.github.com/appulse-projects/utils-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243544532,"owners_count":20308170,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["java","utilities"],"created_at":"2024-11-19T23:46:56.362Z","updated_at":"2025-03-14T08:20:21.917Z","avatar_url":"https://github.com/appulse-projects.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Overview\n\n[![build_status](https://travis-ci.org/appulse-projects/utils-java.svg?branch=master)](https://travis-ci.org/appulse-projects/utils-java)\n[![maven_central](https://maven-badges.herokuapp.com/maven-central/io.appulse/utils-java/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.appulse/utils-java)\n[![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)\n\nCommon utility classes for Appulse projects.\n\n## Development\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes.\n\n### Prerequisites\n\nFor building the project you need only a [Java compiler](http://www.oracle.com/technetwork/java/javase/downloads/index.html).\n\n\u003e **IMPORTANT:** the project requires Java version starting from **8**\n\nAnd, of course, you need to clone the project from GitHub:\n\n```bash\n$\u003e git clone https://github.com/appulse-projects/utils-java\n$\u003e cd utils-java\n```\n\n### Building\n\nFor building routine automation, I am using [maven](https://maven.apache.org).\n\nTo build the project, do the following:\n\n```bash\n$\u003e mvn clean compile\n...\n[INFO] ------------------------------------------------------------------------\n[INFO] BUILD SUCCESS\n[INFO] ------------------------------------------------------------------------\n[INFO] Total time: 10.522 s\n[INFO] Finished at: 2019-05-19T15:31:22+03:00\n[INFO] Final Memory: 43M/512M\n[INFO] ------------------------------------------------------------------------\n```\n\n### Running the tests\n\nTo run the project's test, do the following:\n\n```bash\n$\u003e mvn clean test\n...\n[INFO] -------------------------------------------------------\n[INFO]  T E S T S\n[INFO] -------------------------------------------------------\n...\n[INFO]\n[INFO] Results:\n[INFO]\n[INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0\n[INFO]\n...\n```\n\nAlso, if you do `package` or `install` goals, the tests launch automatically.\n\n## Deploy\n\nTo deploy the project in Maven Central, use the following command:\n\n```bash\n$\u003e ./mvnw \\\n    -DskipTests \\\n    -Dmaven.test.skip=true \\\n    -Dfindbugs.skip=true \\\n    -Dpmd.skip=true \\\n    -Dcheckstyle.skip \\\n    -Dmaven.javadoc.skip=false \\\n    --settings .settings.xml \\\n    deploy -B\n```\n\nIt maybe usefull to import `gpg`'s secret keys and ownertrust from somewhere:\n\n```bash\n$\u003e echo \"${GPG_SECRET_KEYS}\" | base64 --decode | \"${GPG_EXECUTABLE}\" --batch --passphrase \"${GPG_PASSPHRASE}\" --import\n...\n$\u003e echo \"${GPG_OWNERTRUST}\" | base64 --decode | \"${GPG_EXECUTABLE}\" --batch --passphrase \"${GPG_PASSPHRASE}\" --import-ownertrust\n...\n```\n\n## Built With\n\n* [Java](http://www.oracle.com/technetwork/java/javase) - is a systems and applications programming language\n\n* [Lombok](https://projectlombok.org) - is a java library that spicing up your java\n\n* [Junit](http://junit.org/junit4/) - is a simple framework to write repeatable tests\n\n* [AssertJ](http://joel-costigliola.github.io/assertj/) - AssertJ provides a rich set of assertions, truly helpful error messages, improves test code readability\n\n* [Maven](https://maven.apache.org) - is a software project management and comprehension tool\n\n## Changelog\n\nTo see what has changed in recent versions of the project, see the [changelog](./CHANGELOG.md) file.\n\n## Contributing\n\nPlease read [contributing](./CONTRIBUTING.md) file for details on my code of conduct, and the process for submitting pull requests to me.\n\n## Versioning\n\nWe use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/appulse-projects/utils-java/tags).\n\n## Authors\n\n* **[Artem Labazin](https://github.com/xxlabaza)** - creator and the main developer\n\n## License\n\nThis project is licensed under the Apache License 2.0 License - see the [license](./LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappulse-projects%2Futils-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappulse-projects%2Futils-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappulse-projects%2Futils-java/lists"}