Skip to content

Commit

Permalink
Corrected Interceptor Specification URL (#599)
Browse files Browse the repository at this point in the history
* Corrected Interceptor Specification URL

* Changed Interceptors spec url from Java EE to Jakarta EE.
  • Loading branch information
hbelmiro authored Oct 12, 2021
1 parent 800363f commit c49c835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/src/main/asciidoc/architecture.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[[architecture]]
== Architecture

This specification defines an easy to use and flexible system for building resilient applications.
This specification defines an easy-to-use and flexible system for building resilient applications.


=== Rational
Expand Down Expand Up @@ -63,5 +63,5 @@ This specification introduces the following interceptor bindings:

* `Asynchronous`

Refer to https://download.oracle.com/otn-pub/jcp/interceptors-1_2A-mrel3-eval-spec/Intercept.pdf?AuthParam=1541543428_889968d50f535735cbabe343350e09a4[Interceptor Specification^] for more information.
Refer to https://jakarta.ee/specifications/interceptors/2.0/interceptors-spec-2.0.html[Interceptor Specification^] for more information.

0 comments on commit c49c835

Please sign in to comment.