Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 603 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 603 Bytes

Jakarta Servlet

This repository contains the code for Jakarta Servlet.

Online JavaDoc

About Jakarta Servlet

Jakarta Servlet defines a server-side API for handling HTTP requests and responses.

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the build:

mvn install

The build runs copyright check and generates the jar, sources-jar and javadoc-jar by default. The API jar is built in /api/target.

Checking findbugs

mvn -DskipTests -Dfindbugs.threshold=Low findbugs:findbugs