Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport] [2.x] Add support for ignoring missing Javadoc on generated code using annotation (# 7264) (#7604) #7779

Merged
merged 1 commit into from
May 26, 2023

Commits on May 26, 2023

  1. Add support for ignoring missing Javadoc on generated code using anno…

    …tation (# 7264) (opensearch-project#7604)
    
    * Allow wild cards for missingJavadoc (# 7264)
    
    It can be tedious and error prone to have to specify individual source
    files of generated code that does not follow OpenSearch standards.
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Allow wild cards for missingJavadoc (# 7264)
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Address a comment
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Add support for ignoring missing Javadoc using annotation
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Fix a dependency issue for build-tool:reaper.
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Undo support for wildcards for ignoring missing Javadoc.
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Remove dependency on jboss from doc-tools by using class names.
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Remove the missingJavadoc Gradle task that is no longer needed.
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    * Update changelog
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    
    ---------
    
    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    (cherry picked from commit 0921ad7)
    austintlee authored and reta committed May 26, 2023
    Configuration menu
    Copy the full SHA
    57898fd View commit details
    Browse the repository at this point in the history