Results 1 to 7 of 7

Thread: Missing @Filter reference on section 'B.5. Annotation Support'

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Exclamation Missing @Filter reference on section 'B.5. Annotation Support'

    Hello guys

    In the Spring Integration Reference Manual, we have this part of the TOC

    • 2.4. Message Endpoints
      • 2.4.1. Transformer
      • 2.4.2. Filter
      • 2.4.3. Router
      • 2.4.4. Splitter
      • 2.4.5. Aggregator
      • 2.4.6. Service Activator
      • 2.4.7. Channel Adapter

    Seven endpoints

    and in the section B.5. Annotation Support, We have

    Exactly what it means for the method to "handle" the Message depends on the particular annotation. The following are available with Spring Integration, and the behavior of each is described in its own chapter or section within this reference: @Transformer, @Router, @Splitter, @Aggregator, @ServiceActivator, and @ChannelAdapter.
    Only six are mentioned, @Filter is missing and it exists according with the API

    Should I arise a JIRA issue about this trivial situation?

    Some reader would be confused

    Furthermore, neither mention in some snippet code nor theory part about @Filter appear throughout the SI documentation. Practically @Filter not exists in the documentation
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,840

    Default

    Please do raise a JIRA. @Filter was a later addition, but it should be covered equally within the documentation now.

    Thanks for catching this!

  3. #3
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Please do raise a JIRA. @Filter was a later addition, but it should be covered equally within the documentation now.
    Done https://jira.springsource.org/browse/INT-2043

    Thanks for catching this!
    You're welcome, thanks to you and rest of the team for your efforts in this Project!

    Spring Integration rocks!!!
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  4. #4
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    123

    Default

    Hi -

    The documentation has been updated - see for details: https://jira.springsource.org/browse/INT-2043
    Please remember, we're on Github now (yeah!!) , the changes are available at: https://github.com/SpringSource/spring-integration

    Cheers,

    Gunnar

  5. #5
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Hello ghillert

    The documentation has been updated - see for details: https://jira.springsource.org/browse/INT-2043
    Great, thanks!

    the JIRA has been updated but the documentation itself 2.0.5 remains without changes, when would be available the new Spring Documentation updated 2.0.6?

    Please remember, we're on Github now (yeah!!) , the changes are available at: https://github.com/SpringSource/spring-integration
    Excellent

    One observation, I just navigated within this link
    docs/ about 19 hours ago - INT-2043 Added @filter annotation to appendix [Gunnar Hillert]
    where is the new Spring Documentation update?

    Thanks for your time!
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

  6. #6
    Join Date
    Aug 2005
    Location
    Atlanta
    Posts
    123

    Default

    The changes made are in:

    https://github.com/SpringSource/spri...ook/filter.xml
    https://github.com/SpringSource/spri...figuration.xml

    If you like to build the documentation from source - Check out the project and run: ./gradlew reference

    That creates the Html and the Pdf version of it.

  7. #7
    Join Date
    Aug 2006
    Location
    Arequipa-Peru / South America
    Posts
    2,796

    Default

    Hello

    Thanks again for your time and support

    thanks for share it

    If you like to build the documentation from source - Check out the project and run: ./gradlew reference
    That creates the Html and the Pdf version of it.
    Now it has more sense, I was confused =)

    Spring Integration rocks!!!

    Best Regards!!!
    - Manuel Jordan

    Kill Your Pride, Share Your Knowledge With All
    The Fear Of The LORD Is The Beginning Of Knowledge, But Fools Despise Wisdom And Discipline. Proverbs 1:7

    Blog


    Technical Reviewer of Apress

    • Pro SpringSource dm Server
    • Spring Enterprise Recipes: A Problem-Solution Approach
    • Spring Recipes: A Problem-Solution Approach, 2nd Edition
    • Pro Spring Integration
    • Pro Spring Batch
    • Pro Spring 3
    • Pro Spring MVC: With Web Flow
    • Pro Spring Security

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •