Skip to content

Conversation

ujibang
Copy link

@ujibang ujibang commented Sep 23, 2025

RESTHeart is a framework for building cloud-native HTTP microservices. It’s designed for the JVM and optimized for GraalVM, using Java Virtual Threads for high-performance concurrent processing.

RESTHeart provides built-in authentication, authorization, and MongoDB APIs.

What does this PR do?

This commit adds 7 RESTHeart modules to the library list:

  • org.restheart:restheart (Core platform)
  • org.restheart:restheart-commons (Common utilities)
  • org.restheart:restheart-graphql (GraphQL services)
  • org.restheart:restheart-metrics (Metrics and monitoring)
  • org.restheart:restheart-mongodb (MongoDB services)
  • org.restheart:restheart-polyglot (JavaScript/polyglot support)
  • org.restheart:restheart-security (Authentication/authorization)

All modules include embedded reachability metadata since version 8.0.0 and are tested with GraalVM Native Image builds.

Code sections where the PR accesses files, network, docker or some external service

  • none

Checklist before merging

RESTHeart is a low-code platform for cloud-native HTTP microservices that provides REST APIs for MongoDB and other data stores.

This commit adds 7 RESTHeart modules to the library list:
- org.restheart:restheart (Core platform)
- org.restheart:restheart-commons (Common utilities)
- org.restheart:restheart-graphql (GraphQL services)
- org.restheart:restheart-metrics (Metrics and monitoring)
- org.restheart:restheart-mongodb (MongoDB services)
- org.restheart:restheart-polyglot (JavaScript/polyglot support)
- org.restheart:restheart-security (Authentication/authorization)

All modules include embedded reachability metadata since version 8.0.0 and are tested with GraalVM Native Image builds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant