Skip to content

jboss/jboss-jakarta-servlet-api_spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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