Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions library-and-framework-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,6 +1848,96 @@
]
},
{
"artifact": "org.restheart:restheart",
"description": "RESTHeart Core - Core HTTP microservices platform for MongoDB and other data stores",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-commons",
"description": "RESTHeart Commons - Common utilities and interfaces for RESTHeart modules",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-commons"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-graphql",
"description": "RESTHeart GraphQL - GraphQL services and plugins for RESTHeart",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-graphql"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-metrics",
"description": "RESTHeart Metrics - Metrics and monitoring services for RESTHeart",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-metrics"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-mongodb",
"description": "RESTHeart MongoDB - MongoDB services and plugins for RESTHeart",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-mongodb"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-polyglot",
"description": "RESTHeart Polyglot - JavaScript and polyglot language support for RESTHeart plugins",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-polyglot"
],
"test_level": "community-tested"
}
]
},
{
"artifact": "org.restheart:restheart-security",
"description": "RESTHeart Security - Authentication and authorization services for RESTHeart",
"details": [
{
"minimum_version": "8.0.0",
"metadata_locations": [
"https://repo1.maven.org/maven2/org/restheart/restheart-security"
],
"test_level": "community-tested"
}
]
}, {
"artifact": "org.springframework.boot:spring-boot-starter-actuator",
"description": "Starter for using Spring Boot's Actuator which provides production ready features to help you monitor and manage your application",
"details": [
Expand Down