{"id":41481676,"url":"https://github.com/capire/xflights-java","last_synced_at":"2026-01-23T17:21:06.250Z","repository":{"id":319278203,"uuid":"1071468492","full_name":"capire/xflights-java","owner":"capire","description":"Master data service for flights, airlines, airports built with CAP Java","archived":false,"fork":false,"pushed_at":"2026-01-12T10:50:03.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T19:00:00.275Z","etag":null,"topics":["cap","cds","flights","java","reuse"],"latest_commit_sha":null,"homepage":"","language":"CAP CDS","has_issues":false,"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/capire.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-07T11:48:46.000Z","updated_at":"2026-01-12T10:50:06.000Z","dependencies_parsed_at":"2025-10-18T17:38:53.611Z","dependency_job_id":null,"html_url":"https://github.com/capire/xflights-java","commit_stats":null,"previous_names":["capire/xflights-java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/capire/xflights-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capire%2Fxflights-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capire%2Fxflights-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capire%2Fxflights-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capire%2Fxflights-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/capire","download_url":"https://codeload.github.com/capire/xflights-java/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/capire%2Fxflights-java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28696523,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: 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","flights","java","reuse"],"created_at":"2026-01-23T17:21:05.206Z","updated_at":"2026-01-23T17:21:06.243Z","avatar_url":"https://github.com/capire.png","language":"CAP CDS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# capire/xflights-java\n\nThis is a CAP Java application that manages master data like Airlines, Airports, and Flights.\nIt provides a reuse package for clients to consume this data. It is used in the [xtravels-java](https://github.com/capire/xtravels-java) application.\n\n## Run\n\nTo start the `xflights` application, run the `Application` class in your preferred IDE.\nAlternatively, execute `mvn spring-boot:run` on the command line.\n\n## Reuse\n\nYou can reuse the client package by adding it to your dependencies in your app's `pom.xml`:\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003esap.capire\u003c/groupId\u003e\n    \u003cartifactId\u003exflights-data\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.0-SNAPSHOT\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\n\u003cdetails\u003e\n\u003csummary\u003e_Using GitHub Packages..._\u003c/summary\u003e\n\n  The reuse package is published to the [GitHub Packages](https://docs.github.com/packages) registry,\n  which requires you to authenticate to GitHub's Maven repository by adding the following to your `~/.m2/settings.xml`:\n\n  ```xml\n  \u003cservers\u003e\n    \u003c!-- ... --\u003e\n    \u003cserver\u003e\n      \u003cid\u003egithub\u003c/id\u003e\n      \u003cusername\u003eUSERNAME\u003c/username\u003e\n      \u003cpassword\u003eTOKEN\u003c/password\u003e\n    \u003c/server\u003e\n  \u003c/servers\u003e\n  ```\n\n  As password you're using a Personal Access Token (classic) with `read:packages` scope.\n  Read more about it in [Authenticating to GitHub Packages](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry).\n\n\u003c/details\u003e\n\n\n## Usage\n\nThen you can import and use the entities in your CDS models like this:\n\n```cds\nusing { sap.capire.flights.data.Flights } from 'capire/xflights-data';\n// mashup with your own entities ...\n```\nFind examples for that in the [_xtravels-java_ application](https://github.com/capire/xtravels-java/blob/main/db/master-data.cds).\n\n\n## License\n\nCopyright (c) 2025 SAP SE or an SAP affiliate company. All rights reserved. This file is licensed under the Apache Software License, version 2.0 except as noted otherwise in the [LICENSE](LICENSE) file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapire%2Fxflights-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcapire%2Fxflights-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcapire%2Fxflights-java/lists"}