{"id":27221518,"url":"https://github.com/microprofile/microprofile","last_synced_at":"2026-01-12T14:04:18.480Z","repository":{"id":37822187,"uuid":"77045004","full_name":"microprofile/microprofile","owner":"microprofile","description":"Repository for important documentation - the index to the project / community","archived":false,"fork":false,"pushed_at":"2025-07-01T10:23:13.000Z","size":385,"stargazers_count":693,"open_issues_count":77,"forks_count":114,"subscribers_count":78,"default_branch":"main","last_synced_at":"2025-10-22T01:04:50.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/microprofile.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":"CONTRIBUTING.adoc","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}},"created_at":"2016-12-21T11:14:13.000Z","updated_at":"2025-10-11T05:40:32.000Z","dependencies_parsed_at":"2024-08-05T18:45:54.668Z","dependency_job_id":"602ea77e-2687-4200-a584-330b0f0d71bf","html_url":"https://github.com/microprofile/microprofile","commit_stats":null,"previous_names":["microprofile/microprofile","eclipse/microprofile"],"tags_count":49,"template":false,"template_full_name":null,"purl":"pkg:github/microprofile/microprofile","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microprofile","download_url":"https://codeload.github.com/microprofile/microprofile/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microprofile%2Fmicroprofile/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28340253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T12:22:26.515Z","status":"ssl_error","status_checked_at":"2026-01-12T12:22:10.856Z","response_time":98,"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":"2025-04-10T08:01:05.922Z","updated_at":"2026-01-12T14:04:18.440Z","avatar_url":"https://github.com/microprofile.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"//\n// Copyright (c) 2017-2022 Contributors to the Eclipse Foundation\n//\n// See the NOTICE file(s) distributed with this work for additional\n// information regarding copyright ownership.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n//     http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n//\n// SPDX-License-Identifier: Apache-2.0\n\nimage:https://badges.gitter.im/eclipse/microprofile.svg[link=\"https://gitter.im/eclipse/microprofile\"]\n\n= MicroProfile Documentation\nThe link:https://projects.eclipse.org/projects/technology.microprofile[MicroProfile project] has several sources of information and collaboration. Since there is a large volume of activity, there is a need for important decisions to be recorded in one place for future reference. This is the aim of this repository.\n\n== Current Resources\nThe MicroProfile project is community-focused at its heart and aims to engage and encourage lively discussion through as many channels as possible.\n\n=== Umbrella Specification\nThis repository is used to house the top-level link:https://github.com/eclipse/microprofile/blob/main/spec/src/main/asciidoc/architecture.adoc[umbrella MicroProfile specification].\n\n=== Maven bill-of-materials POM\nThis repository also houses the link:https://github.com/eclipse/microprofile/blob/master/pom.xml[Maven bill-of-materials POM]. This POM declares transitive dependencies on all the Java EE and MicroProfile artifacts covered by the umbrella specification and can be used in one of two ways:\n\n. To declare a dependency on the entire MicroProfile stack:\n+\n[source,xml]\n----\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.eclipse.microprofile\u003c/groupId\u003e\n        \u003cartifactId\u003emicroprofile\u003c/artifactId\u003e\n        \u003cversion\u003e6.0\u003c/version\u003e\n        \u003ctype\u003epom\u003c/type\u003e\n        \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n----\n. To import the transitive dependencies for selective use:\n+\n[source,xml]\n----\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.eclipse.microprofile\u003c/groupId\u003e\n            \u003cartifactId\u003emicroprofile\u003c/artifactId\u003e\n            \u003cversion\u003e6.0\u003c/version\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n\n\u003cdependencies\u003e\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.eclipse.microprofile.health\u003c/groupId\u003e\n        \u003cartifactId\u003emicroprofile-health-api\u003c/artifactId\u003e\n        \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003eorg.eclipse.microprofile.metrics\u003c/groupId\u003e\n        \u003cartifactId\u003emicroprofile-metrics-api\u003c/artifactId\u003e\n        \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n\n    \u003cdependency\u003e\n        \u003cgroupId\u003ejakarta.ws.rs\u003c/groupId\u003e\n        \u003cartifactId\u003ejakarta.ws.rs-api\u003c/artifactId\u003e\n        \u003cscope\u003eprovided\u003c/scope\u003e\n    \u003c/dependency\u003e\n\u003c/dependencies\u003e\n----\n\n=== Code, code, code\nSeveral Eclipse github repos exist for the development of MicroProfile features...\n\nlink:https://github.com/eclipse/microprofile[MicroProfile] -- Top-level repo used for the umbrella MicroProfile specifications and other MicroProfile-related information (this repo) +\nlink:https://github.com/eclipse/microprofile-config[MicroProfile Config] -- MicroProfile application configuration +\nlink:https://github.com/eclipse/microprofile-health[MicroProfile Health] -- MicroProfile simple health check +\nlink:https://github.com/eclipse/microprofile-metrics[MicroProfile Metrics] -- MicroProfile metrics +\nlink:https://github.com/eclipse/microprofile-fault-tolerance[MicroProfile Fault Tolerance] -- MicroProfile fault tolerance +\nlink:https://github.com/eclipse/microprofile-rest-client[MicroProfile Rest Client] -- MicroProfile type-safe REST client +\nlink:https://github.com/eclipse/microprofile-open-api[MicroProfile OpenAPI] -- MicroProfile OpenAPI and annotations +\nlink:https://github.com/eclipse/microprofile-jwt-auth[MicroProfile JWT Authentication] -- MicroProfile JWT authentication propagation +\nlink:https://github.com/eclipse/microprofile-telemetry[MicroProfile Telemetry] -- MicroProfile Telemetry integration +\nlink:https://github.com/eclipse/microprofile-graphql[MicroProfile GraphQL] -- Microprofile GraphQL Specification +\nlink:https://github.com/eclipse/microprofile-conference[MicroProfile Conference App] -- \"Architectural Application\" to demonstrate MicroProfile on a variety of vendors\n\nA complete list of MicroProfile-related repositories within the Eclipse github organization can be found link:https://github.com/eclipse?utf8=%E2%9C%93\u0026q=microprofile[via this link].\n\nSome of the repositories are hosted under the link:https://github.com/microprofile[MicroProfile github organization], including the following repos:\n\nlink:https://github.com/microprofile/microprofile-blog[MicroProfile.io blogs] -- Easy mechanism for updating the entries on the link:https://microprofile.io/blog[MicroProfile blog site] +\nlink:https://github.com/microprofile/microprofile-site[MicroProfile.io site] -- source code of the application that powers the link:https://microprofile.io[microprofile.io] site +\n\n=== MicroProfile and MicroProfile.io\nThe MicroProfile community has two portals to information.  The main site is the link:https://projects.eclipse.org/projects/technology.microprofile[MicroProfile project].\nIn addition to this portal to our community at Eclipse, we will continue to maintain our external site at link:http://microprofile.io[MicroProfile.io].\nBoth sites will be maintained to promote the development and use of MicroProfile in the industry.\n\n=== Wiki\n\nThe https://wiki.eclipse.org/MicroProfile[MicroProfile wiki] contains up-to-date information about the project development, tools and other documentation.\n\n=== Google Group\nThe link:https://groups.google.com/forum/#!forum/microprofile[MicroProfile Google Group] is the preferred place for discussions to take place.\n\n=== Mailing Lists\nBesides the Google Group threads (main source of communication), there is also an link:https://dev.eclipse.org/mailman/listinfo/microprofile-dev[microprofile-dev mailing list] which should be used for conversation specific to the Eclipse way of doing things.\nBy using this mailing list, the Eclipse team can more quickly recognize and respond to our requests. +\n\nSince the link:https://projects.eclipse.org/projects/technology.microprofile[MicroProfile project] is still in incubation, another useful mailing list is the link:https://dev.eclipse.org/mailman/listinfo/incubation[incubation mailing list] for asking general Eclipse process questions.\n\n== Notable Contributors\nThere is a very large number of people and vendors already involved in the link:https://projects.eclipse.org/projects/technology.microprofile[MicroProfile project].\nThe complete list of contributors can be found at our link:https://microprofile.io/contributors[microprofile.io site].\nSpecific to our Eclipse efforts, another page is automatically maintained at link:https://projects.eclipse.org/projects/technology.microprofile/who[MicroProfile] for the Eclipse committers and project leads.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroprofile%2Fmicroprofile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicroprofile%2Fmicroprofile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicroprofile%2Fmicroprofile/lists"}