{"id":25144438,"url":"https://github.com/openmf/ph-ee-connector-common","last_synced_at":"2025-04-28T11:20:27.912Z","repository":{"id":40413179,"uuid":"243860266","full_name":"openMF/ph-ee-connector-common","owner":"openMF","description":"Shared artifacts/ common code between Java-based connectors. ","archived":false,"fork":false,"pushed_at":"2025-03-04T06:10:19.000Z","size":332,"stargazers_count":5,"open_issues_count":3,"forks_count":24,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-30T09:04:56.597Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openMF.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2020-02-28T21:48:11.000Z","updated_at":"2024-06-21T04:55:34.000Z","dependencies_parsed_at":"2023-02-15T05:50:46.684Z","dependency_job_id":"d53b8eb6-e006-46bf-a247-90f678b16cb1","html_url":"https://github.com/openMF/ph-ee-connector-common","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":"openMF/ph-ee-start-here","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fph-ee-connector-common","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fph-ee-connector-common/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fph-ee-connector-common/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openMF%2Fph-ee-connector-common/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openMF","download_url":"https://codeload.github.com/openMF/ph-ee-connector-common/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251302769,"owners_count":21567601,"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":[],"created_at":"2025-02-08T19:46:18.881Z","updated_at":"2025-04-28T11:20:27.891Z","avatar_url":"https://github.com/openMF.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# payment-hub-ee\nPayment Hub Enterprise Edition middleware for integration to real-time payment systems.\n\n# How to enable JWSWebInterceptor\nStep1: Add `@EnableJsonWebSignature` annotation to the main application class of your microservice.\nStep2: Use below mention configuration in application.yaml to disable or enable the JsonWebSignatureInterceptor.\n\n```yaml\nsecurity:\n  jws:\n    enable: true\n    response:\n      enable: true\n```\n\n# How to generate signature\n\n```java\nJsonWebSignature jwsSignature = new JsonWebSignature.JsonWebSignatureBuilder()\n.setClientCorrelationId(UUID.randomUUID().toString())\n.setTenantId(\"rhino\").setData(\"/src/main/resources/demo.csv\").build();\n\nString signature = jwsSignature.getSignature(\"\u003cprivate-key\u003e\");\n```\n\n\n# Checkstyle\nUse below command to execute the checkstyle test.\n```shell\n./gradlew checkstyleMain\n```\n\n## Spotless\nUse below command to execute the spotless apply.\n```shell\n./gradlew spotlessApply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmf%2Fph-ee-connector-common","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenmf%2Fph-ee-connector-common","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenmf%2Fph-ee-connector-common/lists"}