Skip to content
Success

Changes

Summary

  1. javax --> jakarta (commit: f69bbd7) (details)
  2. Moved inside chapters and added the Copyright (commit: 19d3795) (details)
  3. added the revision_history chapter (commit: b443292) (details)
  4. Added chapter Relationship to Other Specifications (commit: f7a12a7) (details)
  5. Added chapter Document Conventions (commit: d1aa3e1) (details)
  6. Added macro section overview for relationship_to_other_specifications, (commit: 16587ce) (details)
  7. Added Interceptor Programming Contract (commit: d454cbe) (details)
  8. Moved Specification Scope under overview (commit: 19f5582) (details)
  9. Added Terminology (commit: 5287fed) (details)
  10. Added Definition of Interceptor Classes and Interceptor Methods (commit: 60d9901) (details)
  11. Added Interceptor Life Cycle (commit: 5b787b9) (details)
  12. Added Interceptor Environment (commit: 169bef9) (details)
  13. Added Invocation Context (commit: a280256) (details)
  14. Added Exceptions (commit: 9eac5b0) (details)
  15. Added Business Method Interceptor Methods (commit: 94ad89b) (details)
  16. Added interceptor_methods_for_lifecycle_event_callbacks Fixed (commit: fda4487) (details)
  17. Added exceptions (commit: 6733e80) (details)
  18. Added timeout_method_interceptor_methods (commit: e7dc66a) (details)
  19. Added Constructor- and Method-level Interceptors (commit: ee287d7) (details)
  20. Added Default Interceptors (commit: d263425) (details)
  21. Added Associating Interceptors with Classes and Methods using (commit: 033bca2) (details)
  22. Added interceptor_binding_types (commit: d9727b7) (details)
  23. Fixed level (commit: d71b064) (details)
  24. Added interceptor_binding_types_with_additional_interceptor_bindings (commit: 5df0f2b) (details)
  25. Added Other sources of interceptor bindings (commit: eaccbe9) (details)
  26. Added Declaring the Interceptor Bindings of an Interceptor (commit: f32a261) (details)
  27. Added Binding an Interceptor to a Component (commit: b7c4603) (details)
  28. Added interceptor_resolution (commit: bc5776f) (details)
  29. Added Interceptors with multiple bindings (commit: 7a54710) (details)
  30. Added Interceptor binding types with members (commit: 3b03309) (details)
  31. Added Associating Interceptors with Classes and Methods using the (commit: 4e4467c) (details)
  32. Added Enabling Interceptors (commit: 9055fb1) (details)
  33. Added Interceptor Ordering Rules and Use of the Priority Annotation in (commit: 93d887d) (details)
  34. Added Excluding Interceptors (commit: c96e0fa) (details)
  35. Added change_log and related_documents (commit: 5b0b53f) (details)
  36. Fixed chapters' location (commit: 8773fec) (details)
  37. Renamed license_efsl (commit: 04affe7) (details)
  38. Fixed chapters' level (commit: 323c08b) (details)
  39. Fixed java code format (commit: 2295cc7) (details)
  40. Fixed typo (commit: 88e9d61) (details)
  41. Removed intercept-4.png from the titles (commit: f9cad93) (details)
  42. Moved change_log and related_documents to chapters/appendix Renamed (commit: d2fdc1e) (details)
  43. Fixed link references (commit: 5bdd11b) (details)
  44. Fixed bibliography references (commit: 6c36e2a) (details)
  45. Added footnotes (commit: 45f24eb) (details)
  46. Fixed formatting errors (commit: 9bda33f) (details)
  47. Removed raw spec (commit: c914c7e) (details)
  48. Fixed links in revision_history (commit: c9cced9) (details)
  49. Fixed Chapter level (commit: 147032e) (details)
  50. Moved default_interceptors.adoc under (commit: ccac93c) (details)
  51. Improved java code style (commit: 1086ec3) (details)
  52. Fixed formatting errors (commit: f76e3ce) (details)
  53. Renamed Chapter 'Use of the Priority Annotation in Ordering (commit: e13ad46) (details)
  54. Updated code convention with the ones from jaxrs (commit: 90ba3b6) (details)
  55. Moved "Default Interceptors" from Chapter 4 to Chapter 2 (commit: a227848) (details)
  56. Renamed 'Ordering Interceptors using the Priority Annotation' to 'Use of (commit: 275c788) (details)
  57. Improved formatting style (commit: b831cf5) (details)
  58. Merged all the sections' files into a the respective chapter file. (commit: ca683cb) (details)
  59. Merged all the footnote with the respective chapters (commit: e0ea008) (details)
Commit f69bbd790bc244ce4090ea0d412e5f6d81cb2ba3 by Theodor Augustin Dumitrescu
javax --> jakarta
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: f69bbd7)
The file was modified spec/src/main/asciidoc/Interceptors.adoc (diff)
Commit 19d37958661f99e0807ca6e7189e6d6c939871b2 by Theodor Augustin Dumitrescu
Moved inside chapters and added the Copyright
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 19d3795)
The file was addedspec/src/main/asciidoc/chapters/scope.adoc
The file was addedspec/src/main/asciidoc/chapters/license-efsl.adoc
The file was removedspec/src/main/asciidoc/license-efsl.adoc
Commit b4432922aeafe318522a340abb7a5dbf065d6d9c by Theodor Augustin Dumitrescu
added the revision_history chapter
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: b443292)
The file was addedspec/src/main/asciidoc/chapters/revision_history.adoc
Commit f7a12a745ba99f693522ba50c0b549a36c417d7b by Theodor Augustin Dumitrescu
Added chapter Relationship to Other Specifications
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: f7a12a7)
The file was addedspec/src/main/asciidoc/chapters/relationship_to_other_specifications.adoc
Commit d1aa3e16df50e23add3b3fd2d93f118a4a81b2fb by Theodor Augustin Dumitrescu
Added chapter Document Conventions
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d1aa3e1)
The file was addedspec/src/main/asciidoc/chapters/overview/document_conventions.adoc
Commit 16587ce55fd4e373c54178450fd8d31c90bdf260 by Theodor Augustin Dumitrescu
Added macro section overview for relationship_to_other_specifications,
revision_history, and overview
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 16587ce)
The file was removedspec/src/main/asciidoc/chapters/revision_history.adoc
The file was removedspec/src/main/asciidoc/chapters/relationship_to_other_specifications.adoc
The file was addedspec/src/main/asciidoc/chapters/overview/overview.adoc
The file was addedspec/src/main/asciidoc/chapters/overview/relationship_to_other_specifications.adoc
The file was addedspec/src/main/asciidoc/chapters/overview/revision_history.adoc
Commit d454cbe5065deef5852b980fa116a8898b8c336c by Theodor Augustin Dumitrescu
Added Interceptor Programming Contract
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d454cbe)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc
Commit 19f5582a645706dc46594fc74dda468ecc35f593 by Theodor Augustin Dumitrescu
Moved Specification Scope under overview
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 19f5582)
The file was removedspec/src/main/asciidoc/chapters/scope.adoc
The file was modified spec/src/main/asciidoc/chapters/overview/overview.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/overview/scope.adoc
Commit 5287fedb2cb4de8faa490af7ebfa1250b11d45f7 by Theodor Augustin Dumitrescu
Added Terminology
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 5287fed)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/terminology.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 60d99012c2c6b1e633dbac829b2abaf5aff6ef99 by Theodor Augustin Dumitrescu
Added Definition of Interceptor Classes and Interceptor Methods
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 60d9901)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/definition_of_interceptor_classes_and_interceptor_methods.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 5b787b9521929c06a2bea671e290752a964729c9 by Theodor Augustin Dumitrescu
Added Interceptor Life Cycle
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 5b787b9)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 169bef998b19df34c9b00d71a074d2f7277d67d7 by Theodor Augustin Dumitrescu
Added Interceptor Environment
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 169bef9)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_environment.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit a2802563e07ccf4c017745b166e8d4e0857420be by Theodor Augustin Dumitrescu
Added Invocation Context
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: a280256)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 9eac5b0fa100435446155dca277b4dab42546c5d by Theodor Augustin Dumitrescu
Added Exceptions
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 9eac5b0)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/exceptions.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 94ad89b5a87572992e42912d87fe361d27232a7a by Theodor Augustin Dumitrescu
Added Business Method Interceptor Methods
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 94ad89b)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit fda4487cef1dcba52879a04f00fb0b40633f5e14 by Theodor Augustin Dumitrescu
Added interceptor_methods_for_lifecycle_event_callbacks Fixed
interception_environment's level
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: fda4487)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_environment.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_environment.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc
Commit 6733e802dffe82d324d41e9eb18a547e4ff4c7c1 by Theodor Augustin Dumitrescu
Added exceptions
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 6733e80)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
Commit e7dc66ab2724f3eeb664cdf4fe179f849d430fef by Theodor Augustin Dumitrescu
Added timeout_method_interceptor_methods
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: e7dc66a)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc
Commit ee287d7751e003516403d4220523b6b9b4d260f8 by Theodor Augustin Dumitrescu
Added Constructor- and Method-level Interceptors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: ee287d7)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/constructor_and_method_level_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit d26342511d12136330c8e2549479b2b9c92244f4 by Theodor Augustin Dumitrescu
Added Default Interceptors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d263425)
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/default_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 033bca2d0b56610f9aba8c16e009fc08fe63fa1a by Theodor Augustin Dumitrescu
Added Associating Interceptors with Classes and Methods using
Interceptor Bindings
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 033bca2)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc
Commit d9727b7243a78c0aeeedd76511e9158ac9117c79 by Theodor Augustin Dumitrescu
Added interceptor_binding_types
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d9727b7)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
Commit d71b064ff86faa945b4d596e1219bc9909ba5354 by Theodor Augustin Dumitrescu
Fixed level
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d71b064)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc (diff)
Commit 5df0f2b401f7a8192d7a940b16468d3d3c5f17fe by Theodor Augustin Dumitrescu
Added interceptor_binding_types_with_additional_interceptor_bindings
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 5df0f2b)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types_with_additional_interceptor_bindings.adoc
Commit eaccbe967e1ecf2b82cc8778d1403cb036ea3023 by Theodor Augustin Dumitrescu
Added Other sources of interceptor bindings
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: eaccbe9)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/other_sources_of_interceptor_bindings.adoc
Commit f32a261b7a5c044faef88fdeb33e5a253aaa7a35 by Theodor Augustin Dumitrescu
Added Declaring the Interceptor Bindings of an Interceptor
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: f32a261)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
Commit b7c460300ea261c52dcfec63fc526b1f6807d4af by Theodor Augustin Dumitrescu
Added Binding an Interceptor to a Component
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: b7c4603)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
Commit bc5776fbd0595db5f8880ab387d8ba4ee818b01a by Theodor Augustin Dumitrescu
Added interceptor_resolution
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: bc5776f)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
Commit 7a54710d307b680e30b5b621572de6fa6eaa37ba by Theodor Augustin Dumitrescu
Added Interceptors with multiple bindings
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 7a54710)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc
Commit 3b033090c9a17141942013615841c1bd9d380989 by Theodor Augustin Dumitrescu
Added Interceptor binding types with members
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 3b03309)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc
Commit 4e4467c57dfae6f6a0fd1b4bdfd014e758e78d41 by Theodor Augustin Dumitrescu
Added Associating Interceptors with Classes and Methods using the
Interceptors Annotation
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 4e4467c)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc
Commit 9055fb11793dde34671dc9fe65400210ad8e9b5c by Theodor Augustin Dumitrescu
Added Enabling Interceptors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 9055fb1)
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc
Commit 93d887d53ed987ad29589e7b4dbe447785f01933 by Theodor Augustin Dumitrescu
Added Interceptor Ordering Rules and Use of the Priority Annotation in
Ordering Interceptors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 93d887d)
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc (diff)
Commit c96e0fa03a01cfb962206ca4424a054e39e11f0f by Theodor Augustin Dumitrescu
Added Excluding Interceptors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: c96e0fa)
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/excluding_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc (diff)
Commit 5b0b53f320df731e44c0c7d0d9c32060cf00f6a7 by Theodor Augustin Dumitrescu
Added change_log and related_documents
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 5b0b53f)
The file was addedspec/src/main/asciidoc/chapters/related_documents.adoc
The file was addedspec/src/main/asciidoc/chapters/change_log.adoc
Commit 8773fec3f3e6ba2720c6a4f12be2a2e9b8dbcfe7 by Theodor Augustin Dumitrescu
Fixed chapters' location
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 8773fec)
The file was removedspec/src/main/asciidoc/chapters/change_log.adoc
The file was addedspec/src/main/asciidoc/chapters/license/license-efsl.adoc
The file was addedspec/src/main/asciidoc/chapters/change_log/change_log.adoc
The file was addedspec/src/main/asciidoc/chapters/related_documents/related_documents.adoc
The file was removedspec/src/main/asciidoc/chapters/license-efsl.adoc
The file was removedspec/src/main/asciidoc/chapters/related_documents.adoc
Commit 04affe744621f6bb0dbf409b864af0713b100256 by Theodor Augustin Dumitrescu
Renamed license_efsl
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 04affe7)
The file was addedspec/src/main/asciidoc/chapters/license/license_efsl.adoc
The file was removedspec/src/main/asciidoc/chapters/license/license-efsl.adoc
Commit 323c08bc4075975452ce357d14f5214806ae4da3 by Theodor Augustin Dumitrescu
Fixed chapters' level
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 323c08b)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types_with_additional_interceptor_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/other_sources_of_interceptor_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_environment.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/definition_of_interceptor_classes_and_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/constructor_and_method_level_interceptors.adoc (diff)
The file was addedspec/src/main/asciidoc/interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/default_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/exceptions.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/excluding_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc (diff)
The file was removedspec/src/main/asciidoc/Interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/terminology.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc (diff)
The file was modified spec/src/main/asciidoc/interceptors-spec.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
The file was removedspec/src/main/asciidoc/scope.adoc
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
Commit 2295cc7369e498f32e6733b3fdadb7dd97dd847b by Theodor Augustin Dumitrescu
Fixed java code format
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 2295cc7)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types_with_additional_interceptor_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/constructor_and_method_level_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/excluding_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc (diff)
Commit 88e9d611b9805c89accd3fdb5796f329f61add4b by Theodor Augustin Dumitrescu
Fixed typo
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 88e9d61)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
Commit f9cad93399cadb434825c3ead7f0c874821ae072 by Theodor Augustin Dumitrescu
Removed intercept-4.png from the titles
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: f9cad93)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
Commit d2fdc1e1760196f7b990368739866f6946fa4243 by Theodor Augustin Dumitrescu
Moved change_log and related_documents to chapters/appendix Renamed
related_documents to bibliography
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: d2fdc1e)
The file was addedspec/src/main/asciidoc/chapters/appendix/change_log.adoc
The file was removedspec/src/main/asciidoc/chapters/change_log/change_log.adoc
The file was addedspec/src/main/asciidoc/chapters/appendix/bibliography.adoc
The file was modified spec/src/main/asciidoc/interceptors-spec.adoc (diff)
Commit 5bdd11bf129836a874ec32a79075d381cef91092 by Theodor Augustin Dumitrescu
Fixed link references
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 5bdd11b)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
The file was removedspec/src/main/asciidoc/chapters/related_documents/related_documents.adoc
The file was modified spec/src/main/asciidoc/chapters/appendix/change_log.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/overview/relationship_to_other_specifications.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/definition_of_interceptor_classes_and_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/terminology.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/appendix/bibliography.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
Commit 6c36e2aa6c00402f52ca747332fbc346a2d4bb4f by Theodor Augustin Dumitrescu
Fixed bibliography references
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 6c36e2a)
The file was modified spec/src/main/asciidoc/chapters/appendix/bibliography.adoc (diff)
Commit 45f24ebc8b68f4965a4a024fd06ec2133f8f69e5 by Theodor Augustin Dumitrescu
Added footnotes
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 45f24eb)
The file was addedspec/src/main/asciidoc/chapters/appendix/footnotes.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
Commit 9bda33f4765b88f9609a4ffb3f8dd6eaee39d615 by Theodor Augustin Dumitrescu
Fixed formatting errors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 9bda33f)
The file was modified spec/src/main/asciidoc/interceptors-spec.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
Commit c914c7ef222e64e5a11f8dfb521f7d3bd1f18cce by Theodor Augustin Dumitrescu
Removed raw spec
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: c914c7e)
The file was removedspec/src/main/asciidoc/Interceptors.txt
The file was removedspec/src/main/asciidoc/interceptors.adoc
Commit c9cced98132e7848fc9b6d444edef712b6272b90 by Theodor Augustin Dumitrescu
Fixed links in revision_history
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: c9cced9)
The file was modified spec/src/main/asciidoc/chapters/overview/revision_history.adoc (diff)
Commit 147032e4d497e7d9de977f5425bbba6045b98a32 by Theodor Augustin Dumitrescu
Fixed Chapter level
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 147032e)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
Commit ccac93c534849d3e7897658efd5f67106a797fc8 by Theodor Augustin Dumitrescu
Moved default_interceptors.adoc under
associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: ccac93c)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/default_interceptors.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/default_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
Commit 1086ec36e47979d6cb596eeac57391cef77fb613 by Theodor Augustin Dumitrescu
Improved java code style
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 1086ec3)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
Commit f76e3ce30a80fcbda7573343d544a1f357ce6183 by Theodor Augustin Dumitrescu
Fixed formatting errors
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: f76e3ce)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc (diff)
Commit e13ad46885b249bd30cb030fd467977158c33aae by Theodor Augustin Dumitrescu
Renamed Chapter 'Use of the Priority Annotation in Ordering
Interceptors' to 'Ordering Interceptors using the Priority Annotation'
Fixed formatting errors. Fixed mismatched references.
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: e13ad46)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/appendix/footnotes.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/ordering_interceptors_using_the_priority_annotation.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc (diff)
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/use_of_the_priority_annotation_in_ordering_interceptors.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
Commit 90ba3b6774b44c49aabff33773653b179559182b by Theodor Augustin Dumitrescu
Updated code convention with the ones from jaxrs
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 90ba3b6)
The file was modified spec/src/main/asciidoc/chapters/overview/document_conventions.adoc (diff)
Commit a227848c7d1a4f3d1f09552409ca3efbd13e01f0 by Theodor Augustin Dumitrescu
Moved "Default Interceptors" from Chapter 4 to Chapter 2
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: a227848)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc (diff)
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/default_interceptors.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_programming_contract/default_interceptors.adoc
Commit 275c7887bf365b632971c69a8b7f0b864cbe7c02 by Theodor Augustin Dumitrescu
Renamed 'Ordering Interceptors using the Priority Annotation' to 'Use of
the Priority Annotation in Ordering Interceptors'
Moved 'Use of the Priority Annotation in Ordering Interceptors' under
Section 'Interceptor Ordering Rules'
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: 275c788)
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc (diff)
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/ordering_interceptors_using_the_priority_annotation.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules /use_of_the_priority_annotation_in_ordering_interceptors.adoc
The file was addedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules /interceptor_ordering_rules.adoc
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc (diff)
Commit b831cf5bf475893752e008da3c0237af72812aa4 by Theodor Augustin Dumitrescu
Improved formatting style
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: b831cf5)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/constructor_and_method_level_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types_with_additional_interceptor_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/definition_of_interceptor_classes_and_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/excluding_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules /use_of_the_priority_annotation_in_ordering_interceptors.adoc (diff)
The file was modified spec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc (diff)
Commit ca683cba4403e21b6baeeffc4a3aee52a4cb24d9 by Theodor Augustin Dumitrescu
Merged all the sections' files into a the respective chapter file.
Improved formatting style (changed _code_ into `code`).
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: ca683cb)
The file was removedspec/src/main/asciidoc/chapters/license/license_efsl.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/timeout_method_interceptor_methods.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/terminology.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/enabling_interceptors.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules /use_of_the_priority_annotation_in_ordering_interceptors.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/other_sources_of_interceptor_bindings.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/default_interceptors.adoc
The file was removedspec/src/main/asciidoc/chapters/overview/document_conventions.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation/associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_environment.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_resolution.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering_rules /interceptor_ordering_rules.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_life_cycle/interceptor_life_cycle.adoc
The file was removedspec/src/main/asciidoc/chapters/overview/relationship_to_other_specifications.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/exceptions.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/business_method_interceptor_methods.adoc
The file was addedspec/src/main/asciidoc/0_license_efsl.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptors_with_multiple_bindings.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/interceptor_methods_for_lifecycle_event_callbacks.adoc
The file was addedspec/src/main/asciidoc/1_overview.adoc
The file was addedspec/src/main/asciidoc/5_interceptor_ordering.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/binding_an_interceptor_to_a_component.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/declaring_the_interceptor_bindings_of_an_interceptor.adoc
The file was removedspec/src/main/asciidoc/chapters/overview/overview.adoc
The file was addedspec/src/main/asciidoc/footnotes.adoc
The file was removedspec/src/main/asciidoc/chapters/appendix/bibliography.adoc
The file was removedspec/src/main/asciidoc/chapters/overview/revision_history.adoc
The file was modified spec/src/main/asciidoc/interceptors-spec.adoc (diff)
The file was removedspec/src/main/asciidoc/chapters/appendix/change_log.adoc
The file was addedspec/src/main/asciidoc/4_associating_interceptors_with_classes_and_methods_using_the_interceptors_annotation.adoc
The file was removedspec/src/main/asciidoc/chapters/appendix/footnotes.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_resolution/interceptor_binding_types_with_members.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc
The file was removedspec/src/main/asciidoc/chapters/overview/scope.adoc
The file was removedspec/src/main/asciidoc/chapters/associating_interceptors_with_classes_and_methods_using_interceptor_bindings/interceptor_binding_types/interceptor_binding_types_with_additional_interceptor_bindings.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/excluding_interceptors.adoc
The file was addedspec/src/main/asciidoc/2_interceptor_programming_contract.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/definition_of_interceptor_classes_and_interceptor_methods.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_programming_contract.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/constructor_and_method_level_interceptors.adoc
The file was addedspec/src/main/asciidoc/b_change_log.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/interceptor_methods_for_lifecycle_event_callbacks/exceptions.adoc
The file was addedspec/src/main/asciidoc/a_bibliography.adoc
The file was addedspec/src/main/asciidoc/3_associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_programming_contract/invocation_context.adoc
The file was removedspec/src/main/asciidoc/chapters/interceptor_ordering/interceptor_ordering.adoc
Commit e0ea0089929488bc57622891bcde87e75b691ef8 by Theodor Augustin Dumitrescu
Merged all the footnote with the respective chapters
Signed-off-by: thadumi <th.theodor.th@gmail.com>
(commit: e0ea008)
The file was modified spec/src/main/asciidoc/interceptors-spec.adoc (diff)
The file was modified spec/src/main/asciidoc/2_interceptor_programming_contract.adoc (diff)
The file was modified spec/src/main/asciidoc/3_associating_interceptors_with_classes_and_methods_using_interceptor_bindings.adoc (diff)
The file was removedspec/src/main/asciidoc/footnotes.adoc