{"id":13630899,"url":"https://github.com/eclipse-birt/birt","last_synced_at":"2026-01-15T22:18:53.034Z","repository":{"id":17056577,"uuid":"19821157","full_name":"eclipse-birt/birt","owner":"eclipse-birt","description":"Eclipse BIRT™ The open source reporting and data visualization project. ","archived":false,"fork":false,"pushed_at":"2026-01-12T15:02:06.000Z","size":227076,"stargazers_count":522,"open_issues_count":23,"forks_count":425,"subscribers_count":67,"default_branch":"master","last_synced_at":"2026-01-13T04:11:54.719Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://www.eclipse.org/birt","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-birt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2014-05-15T13:55:31.000Z","updated_at":"2026-01-12T15:16:36.000Z","dependencies_parsed_at":"2025-04-10T06:14:06.248Z","dependency_job_id":"20a73927-3aa5-464f-a4e2-2c13229e8963","html_url":"https://github.com/eclipse-birt/birt","commit_stats":null,"previous_names":["eclipse-birt/birt","eclipse/birt"],"tags_count":452,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-birt/birt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-birt%2Fbirt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-birt%2Fbirt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-birt%2Fbirt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-birt%2Fbirt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-birt","download_url":"https://codeload.github.com/eclipse-birt/birt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-birt%2Fbirt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28472626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T22:13:38.078Z","status":"ssl_error","status_checked_at":"2026-01-15T22:12:11.737Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-08-01T22:02:02.504Z","updated_at":"2026-01-15T22:18:53.029Z","avatar_url":"https://github.com/eclipse-birt.png","language":"Java","funding_links":[],"categories":["Java","数据科学"],"sub_categories":["语音合成"],"readme":"# Eclipse BIRT [![Build Status](https://github.com/eclipse-birt/birt/workflows/CI/badge.svg)](https://github.com/eclipse-birt/birt/actions)\nThe open source Eclipse BIRT reporting and data visualization project. \n\n## Website\nhttps://eclipse.org/birt  \n\n## Create a BIRT Development Environment\n* [![yt](https://user-images.githubusercontent.com/180969/143874274-9221c016-846b-4e60-8e06-7f90cb72fc8f.png)](https://www.youtube.com/watch?v=FqfrG2I0AIw)\n\n* [![Create Eclipse Development Environment for Eclipse BIRT](https://download.eclipse.org/oomph/www/setups/svg/birt.svg)](https://www.eclipse.org/setups/installer/?url=https://raw.githubusercontent.com/eclipse/birt/master/build/org.eclipse.birt.releng/BIRTConfiguration.setup\u0026show=true \"Click to open Eclipse-Installer Auto Launch or drag into your running installer\")\n\n## Building BIRT\nBIRT is built with [Apache Maven](http://maven.apache.org) through [Tycho](https://github.com/eclipse/tycho) on [Eclipse CI](https://ci.eclipse.org/birt).\n\nTo build BIRT with the latest Eclipse platform, run:\n\n    mvn clean verify -DskipTests=true\n    \n### Building environment\n* JDK 21\n* Maven 3.9.11\n* [https://ci.eclipse.org/birt/job/build](https://ci.eclipse.org/birt/job/build/)\n\n## Latest Version 4.22.0\n\n* https://download.eclipse.org/birt/updates/release/latest\n* https://download.eclipse.org/birt/updates/release/4.22.0\n\n## Latest Snapshots towards 4.23.0\n\n* https://download.eclipse.org/birt/updates/nightly/latest\n\n## Runtime Requirements\n\nThe current version of BIRT 4.21 is runnable with JDK:\n* JDK 21 (LTS)\n\nTomcat version support:\n\n* Tomcat 9.0.7x, 9.0.8x, 9.0.9x, 9.0.10x (incl. 9.0.109)\n  - BIRT 4.22.0 requires Tomcat to be launched with JVM argument `-add-opens=java.base/java.net=ALL-UNNAMED`.\n    - This can be accomplished by setting the following environment variable before starting Tomcat.\n      - `CATALINA_OPTS=\"-add-opens=java.base/java.net=ALL-UNNAMED\"`\n    - See [issue 2271](https://github.com/eclipse-birt/birt/issues/2271). \n    - See [discussion 2278](https://github.com/eclipse-birt/birt/discussions/2278). \n* Tomcat 10 \u0026 11 is not supported due to Jakarta EE dependencies\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-birt%2Fbirt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-birt%2Fbirt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-birt%2Fbirt/lists"}