Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

javaee/security-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚠️This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


JSR-375 API Code Repository

Build Status

This repository contains the code for the Java EE Security API (JSR-375).

Online JavaDoc

Building

JSR 375 API can be built by executing the following from the project root:

mvn clean package

The API jar can then be found in /target.

Making Changes

To make changes, fork this repository, make your changes, and submit a pull request.

You must have an approved Oracle Contributor Agreement (OCA) before a pull request can be merged. You should also be a member of the Expert Group, or the JCP.

About JSR-375

For more information about JSR-375, see the project web site at https://javaee.github.io/security-spec/.