{"id":15043408,"url":"https://github.com/sivaosorg/clarify4j","last_synced_at":"2026-01-07T02:10:28.688Z","repository":{"id":255805206,"uuid":"850673091","full_name":"sivaosorg/clarify4j","owner":"sivaosorg","description":"A Java 1.8 library enhancing Spring Boot applications with a comprehensive set of annotations and pointcuts. It simplifies aspect-oriented programming by providing an opinionated framework for cleaner and more maintainable code, enabling developers to leverage the full power of Spring with minimal boilerplate.","archived":false,"fork":false,"pushed_at":"2024-09-15T15:33:32.000Z","size":268,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T19:02:06.091Z","etag":null,"topics":["annotation-processors","annotations","java","pointcuts","spring","spring-annotations","spring-boot"],"latest_commit_sha":null,"homepage":"https://github.com/sivaosorg/clarify4j","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sivaosorg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-01T13:08:44.000Z","updated_at":"2024-09-15T15:33:36.000Z","dependencies_parsed_at":"2024-09-25T01:49:06.973Z","dependency_job_id":"b676df5d-2d0a-4ab5-b078-c9bb4dc68da5","html_url":"https://github.com/sivaosorg/clarify4j","commit_stats":null,"previous_names":["sivaosorg/clarify4j"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fclarify4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fclarify4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fclarify4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sivaosorg%2Fclarify4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sivaosorg","download_url":"https://codeload.github.com/sivaosorg/clarify4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245841760,"owners_count":20681196,"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":["annotation-processors","annotations","java","pointcuts","spring","spring-annotations","spring-boot"],"created_at":"2024-09-24T20:48:58.734Z","updated_at":"2026-01-07T02:10:28.616Z","avatar_url":"https://github.com/sivaosorg.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clarify4j\n\n## Introduction\n\n**clarify4j**: A Java 1.8 library enhancing Spring Boot applications with a comprehensive set of annotations and\npointcuts. It simplifies aspect-oriented programming by providing an opinionated framework for cleaner and more\nmaintainable code, enabling developers to leverage the full power of Spring with minimal boilerplate.\n\n## Features\n\n- Comprehensive set of utility functions.\n- Written in Java 1.8.\n- Well-documented code for easy understanding.\n- Regular updates and maintenance.\n\n## Installation\n\n```bash\ngit clone --depth 1 https://github.com/sivaosorg/clarify4j.git\n```\n\n## Generation Plugin Java\n\n```bash\ncurl https://gradle-initializr.cleverapps.io/starter.zip -d type=groovy-gradle-plugin  -d testFramework=testng -d projectName=clarify4j -o clarify4j.zip\n```\n\n## Modules\n\nExplain how users can interact with the various modules.\n\n### Tidying up\n\nTo tidy up the project's Java modules, use the following command:\n\n```bash\n./gradlew clean\n```\n\nor\n\n```bash\nmake clean\n```\n\n### Building SDK\n\n```bash\n./gradlew jar\n```\n\nor\n\n```bash\nmake jar\n```\n\n### Upgrading version\n\n- file `gradle.yml`\n\n```yaml\nng:\n  name: clarify4j\n  version: v1.0.0\n  enabled_link: false # enable compression and attachment of the external libraries\n  jars:\n    # unify4J: Java 1.8 skeleton library offering a rich toolkit of utility functions\n    # for collections, strings, date/time, JSON, maps, and more.\n    - enabled: false # enable compression and attachment of the external libraries\n      source: \"./../libs/unify4j-v1.0.0.jar\"\n    # alpha4J: is a Java 8 library featuring common data structures and algorithms.\n    # Enhance your projects with efficient and easy-to-use implementations designed for performance and clarity.\n    - enabled: true\n      source: \"./../libs/alpha4j-v1.0.0.jar\"\n```\n\n## Add dependencies\n\n```groovy\n// The \"spring-core\" library, version 5.3.31, is a fundamental component of the Spring Framework,\n// offering essential functionality for dependency injection, bean management, and core utilities to facilitate robust Java application development within the Spring ecosystem.\nimplementation group: 'org.springframework', name: 'spring-core', version: '5.3.31'\n// The \"spring-boot-starter-web\" library, version 2.7.18, is a Spring Boot starter module that facilitates the setup of web applications,\n// providing essential dependencies and configurations for building web-based projects.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-starter-web', version: '2.7.18'\n// The \"spring-boot-configuration-processor\" library, version 2.7.18,\n// is a Spring Boot module that processes configuration metadata annotations to generate metadata files and aid in auto-configuration of Spring applications.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-configuration-processor', version: '2.7.18'\n// The \"spring-boot-starter-test\" module version 2.7.18 provides a comprehensive test framework for Spring Boot applications.\n// It includes JUnit, Mockito, Spring TestContext Framework, and other useful tools for testing Spring applications.\n// The starter integrates these components seamlessly, making it easier to write and execute tests in a Spring Boot environment.\ntestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.18'\n// Mockito JUnit Jupiter version 3.12.4: This library integrates Mockito with JUnit 5,\n// enabling developers to write unit tests using Mockito's powerful mocking features.\n// It's designed to work specifically with the JUnit 5 platform, allowing for advanced testing capabilities.\ntestImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '3.12.4'\n// The \"spring-boot-starter-security\" library, version 2.7.18, is an essential component of Spring Boot applications,\n// offering robust security features to safeguard your application's endpoints, authenticate users, and manage access control effectively.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-starter-security', version: '2.7.18'\n// The \"spring-boot-starter-aop\" library, version 2.7.18, provides support for Aspect-Oriented Programming (AOP) in Spring Boot applications.\n// AOP enables modularization of cross-cutting concerns such as logging, security, and transactions by allowing aspects to be applied to various parts of the application.\n// This starter simplifies the setup and configuration of AOP-related functionality, promoting cleaner and more maintainable code by separating concerns effectively.\nimplementation group: 'org.springframework.boot', name: 'spring-boot-starter-aop', version: '2.7.18'\n```\n\n## Integration\n\n1. Add dependency into file `build.gradle`\n\n```gradle\nimplementation files('libs/clarify4j-v1.0.0.jar') // filename based on ng.name and ng.version\n```\n\n2. Edit file `main Spring Boot application` (optional)\n\n```java\n\n@SpringBootApplication\n@ComponentScan(basePackages = {\"your_package\", \"org.clarify4j\"}) // root name of package clarify4j\npublic class ApiApplication {\n    public static void main(String[] args) {\n        SpringApplication.run(ApiApplication.class, args);\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fclarify4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsivaosorg%2Fclarify4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsivaosorg%2Fclarify4j/lists"}