Group: Serve
Sort by:Popular

Core HTTP abstractions: Exchange, Handler, Router, Middleware, error hierarchy, and server configuration options.
Last Release on May 2, 2026
jdk.httpserver adapter and virtual thread dispatcher for serve-foundation.
Last Release on May 2, 2026

3.Serve Template3 usages

build.serve » serve-template Apache

Engine-agnostic template SPI: TemplateEngine, Template, and TemplateOutput interfaces.
Last Release on May 2, 2026
JSON body reader and writer injected via Exchange attributes.
Last Release on May 2, 2026
Application lifecycle management: startup, shutdown, DI integration, and JVM shutdown hook.
Last Release on May 2, 2026

6.Serve WebSocket2 usages

build.serve » serve-websocket Apache

RFC 6455 WebSocket support with frame codec and upgrade handling.
Last Release on May 2, 2026
Transparent gzip and deflate response compression middleware with WebSocket passthrough.
Last Release on May 2, 2026

8.Serve CORS1 usages

build.serve » serve-cors Apache

CORS middleware with origin, method, and header allowlists and OPTIONS preflight handling.
Last Release on May 2, 2026

9.Serve GraphQL1 usages

build.serve » serve-graphql Apache

GraphQL over HTTP via graphql-java: SDL-first schema, query execution, and GraphiQL IDE handler.
Last Release on May 2, 2026

10.Serve Health1 usages

build.serve » serve-health Apache

Liveness and readiness health check endpoints with JSON status output and HealthCheck SPI.
Last Release on May 2, 2026

11.Serve HTMX1 usages

build.serve » serve-htmx Apache

Typed HX-* request and response header wrappers and htmxOnly() guard for HTMX-driven applications.
Last Release on May 2, 2026

12.Serve JTE1 usages

build.serve » serve-jte Apache

JTE template engine adapter with dev hot-reload and precompiled production modes.
Last Release on May 2, 2026

13.Serve Logging1 usages

build.serve » serve-logging Apache

Access log middleware with nanosecond timing, slow-request threshold, and path exclusions.
Last Release on May 2, 2026

14.Serve MCP1 usages

build.serve » serve-mcp Apache

Model Context Protocol server implementation over JSON-RPC 2.0 and HTTP POST.
Last Release on May 2, 2026

15.Serve Security1 usages

build.serve » serve-security Apache

Security headers middleware: CSP, HSTS, X-Frame-Options, and related response headers.
Last Release on May 2, 2026

16.Serve SSE1 usages

build.serve » serve-sse Apache

Server-Sent Events support: SseEmitter, SseEvent, and upgrade handler factory.
Last Release on May 2, 2026

17.Serve Auth

build.serve » serve-auth Apache

Authentication middleware with pluggable strategies: bearer token, basic auth, and API key.
Last Release on May 2, 2026

18.Serve DevTools

build.serve » serve-devtools Apache

Browser and editor developer-tooling integrations (Chrome DevTools workspace, source maps, live reload).
Last Release on May 2, 2026

19.Serve Example

build.serve » serve-example Apache

A lightweight, JPMS-native HTTP server framework for Java 25+ built on jdk.httpserver, virtual threads, and structured concurrency.
Last Release on Apr 12, 2026

20.Serve Form

build.serve » serve-form Apache

Form body parsing: URL-encoded and multipart/form-data.
Last Release on May 2, 2026