Skip to content

Commit

Permalink
- Fix typo and clarify that Java SE 11 is the binary target of the ar…
Browse files Browse the repository at this point in the history
…tifacts.

Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Apr 3, 2024
1 parent 19b9bcc commit 13e7f2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions interceptors/2.2/_index.md
@@ -1,6 +1,6 @@
---
title: "Jakarta Interceptors 2.2"
date: 2024-02-22
date: 2024-04-05
summary: "Release for Jakarta EE 11"
---
Jakarta Interceptors defines a means of interposing on business method invocations and specific
Expand All @@ -10,7 +10,7 @@ and other managed classes.
### New features, enhancements or additions
<!-- List here -->
* Updated dependencies for Jakarta EE 11
* Jakart Annotations to 3.0.0
* Jakarta Annotations to 3.0.0
* [Add standard accessor to interceptor bindings](https://github.com/jakartaee/interceptors/issues/100)
* [Provide access to interceptor bindings from InvocationContext](#https://github.com/jakartaee/interceptors/pull/99)
* Improve InvocationContext.getInterceptorBindings() language
Expand All @@ -24,6 +24,7 @@ and other managed classes.
### Minimum Java SE Version
<!-- Specify the minimum required Java SE version for this specification -->
**Java SE 11 or higher**
The binary target level is 11.

# Details

Expand Down

0 comments on commit 13e7f2f

Please sign in to comment.