{"id":44879452,"url":"https://github.com/cap-java/cds-feature-event-hub","last_synced_at":"2026-03-09T11:09:10.536Z","repository":{"id":281166448,"uuid":"938005664","full_name":"cap-java/cds-feature-event-hub","owner":"cap-java","description":"CDS plugin providing integration with SAP Cloud Application Event Hub.","archived":false,"fork":false,"pushed_at":"2025-11-28T13:28:15.000Z","size":142,"stargazers_count":1,"open_issues_count":17,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-28T19:50:18.662Z","etag":null,"topics":["cap","cds","java","plugin"],"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/cap-java.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-24T09:16:53.000Z","updated_at":"2025-07-25T11:11:31.000Z","dependencies_parsed_at":"2025-07-21T12:03:44.371Z","dependency_job_id":"050076f4-e8b1-44f4-bf92-e086ca637542","html_url":"https://github.com/cap-java/cds-feature-event-hub","commit_stats":null,"previous_names":["cap-java/cds-feature-event-hub"],"tags_count":2,"template":false,"template_full_name":"cap-java/repository-template","purl":"pkg:github/cap-java/cds-feature-event-hub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cap-java%2Fcds-feature-event-hub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cap-java%2Fcds-feature-event-hub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cap-java%2Fcds-feature-event-hub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cap-java%2Fcds-feature-event-hub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cap-java","download_url":"https://codeload.github.com/cap-java/cds-feature-event-hub/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cap-java%2Fcds-feature-event-hub/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29548436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T14:33:00.708Z","status":"ssl_error","status_checked_at":"2026-02-17T14:32:58.657Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cap","cds","java","plugin"],"created_at":"2026-02-17T15:37:17.894Z","updated_at":"2026-03-09T11:09:10.522Z","avatar_url":"https://github.com/cap-java.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Java Build with Maven](https://github.com/cap-java/cds-feature-event-hub/actions/workflows/main-build.yml/badge.svg)](https://github.com/cap-java/cds-feature-event-hub/actions/workflows/main-build.yml) [![Deploy new Version with Maven](https://github.com/cap-java/cds-feature-event-hub/actions/workflows/main-build-and-deploy.yml/badge.svg?branch=main)](https://github.com/cap-java/cds-feature-event-hub/actions/workflows/main-build-and-deploy.yml) [![REUSE status](https://api.reuse.software/badge/github.com/cap-java/cds-feature-event-hub)](https://api.reuse.software/info/github.com/cap-java/cds-feature-event-hub)\n\n# CDS plugin for SAP Cloud Application Event Hub\n\n## About this project\n\nThe `com.sap.cds:cds-feature-event-hub` dependency is\na [CAP Java plugin](https://cap.cloud.sap/docs/java/building-plugins) that provides out-of-the box integration with SAP Cloud Application Event Hub.\n\n## Requirements and Setup\n\nSee [Getting Started](https://cap.cloud.sap/docs/get-started/in-a-nutshell?impl-variant=java) on how to jumpstart your development and grow as you go with SAP Cloud Application Programming Model.\n\n### SAP Cloud Application Event Hub\n\nFor details on how to use SAP Cloud Application Event Hub, please see the [SAP Cloud Application Event Hub Service Guide](https://help.sap.com/docs/sap-cloud-application-event-hub/sap-cloud-application-event-hub-service-guide/what-is).\n\n### CDS Plugin\n\nThe usage of CAP Java plugins is described in the [CAP Java Documentation](https://cap.cloud.sap/docs/java/building-plugins#reference-the-new-cds-model-in-an-existing-cap-java-project). Following this documentation this plugin needs to be referenced in the `srv/pom.xml` of a CAP Java project:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.sap.cds\u003c/groupId\u003e\n    \u003cartifactId\u003ecds-feature-event-hub\u003c/artifactId\u003e\n    \u003cversion\u003e${latest-version}\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nThe latest version can be found in the [changelog](./CHANGELOG.md) or in the [Maven Central Repository](https://central.sonatype.com/artifact/com.sap.cds/cds-feature-event-hub/versions).\n\n## Support, Feedback, Contributing\n\nThis project is open to feature requests/suggestions, bug reports etc. via [GitHub issues](https://github.com/cap-java/cds-feature-event-hub/issues). Contribution and feedback are encouraged and always welcome. For more information about how to contribute, the project structure, as well as additional contribution information, see our [Contribution Guidelines](CONTRIBUTING.md).\n\n## Security / Disclosure\n\nIf you find any bug that may be a security problem, please follow our instructions at [in our security policy](https://github.com/cap-java/cds-feature-event-hub/security/policy) on how to report it. Please do not create GitHub issues for security-related doubts or problems.\n\n## Code of Conduct\n\nWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/cap-java/.github/blob/main/CODE_OF_CONDUCT.md) at all times.\n\n## Licensing\n\nCopyright 2025 SAP SE or an SAP affiliate company and cds-feature-event-hub contributors. Please see our [LICENSE](LICENSE) for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available [via the REUSE tool](https://api.reuse.software/info/github.com/cap-java/cds-feature-event-hub).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap-java%2Fcds-feature-event-hub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcap-java%2Fcds-feature-event-hub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcap-java%2Fcds-feature-event-hub/lists"}