Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 806 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 806 Bytes

JBoss Jakarta Servlet

What is this

This is fork of Jakarta Servlet api project. Upstream used: https://github.com/eclipse-ee4j/servlet-api/

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