-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update section on dependent claim values.
Update the revnumber to 1.0-RC10 as proposed final draft Signed-off-by: Scott Stark <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,9 +18,9 @@ | |
= Interoperable JWT RBAC for Microprofile | ||
:author: Scott Stark; Pedro Igor Silva | ||
:email: [email protected] | ||
:revnumber: 1.0 Draft | ||
:revdate: 2017-08-23 | ||
:revremark: Proposal | ||
:revnumber: 1.0-RC10 | ||
:revdate: 2017-09-05 | ||
:revremark: Proposed Final Draft | ||
:version-label!: | ||
:sectanchors: | ||
:doctype: book | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Provider
is from the AtInject spec and is injavax.inject.Provider
.javax.enterprise.inject.Instance
is from CDI. I would recommend only recommending instance here, since you would need to destroy the bean afterwards.