This repository contains the code for the Java EE Security API (JSR-375).
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.
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.
For more information about JSR-375, see the project web site at https://javaee.github.io/security-spec/.