Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 920 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 920 Bytes

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/.