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

Add support for ignoring missing Javadoc on generated code using annotation (# 7264) #7604

Merged
merged 9 commits into from
May 26, 2023

Commits on May 26, 2023

  1. 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>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    34b29c4 View commit details
    Browse the repository at this point in the history
  2. Allow wild cards for missingJavadoc (# 7264)

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    dba6f87 View commit details
    Browse the repository at this point in the history
  3. Address a comment

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    40b7502 View commit details
    Browse the repository at this point in the history
  4. Add support for ignoring missing Javadoc using annotation

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    aaa3e44 View commit details
    Browse the repository at this point in the history
  5. Fix a dependency issue for build-tool:reaper.

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    fe4463c View commit details
    Browse the repository at this point in the history
  6. Undo support for wildcards for ignoring missing Javadoc.

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    aab48bc View commit details
    Browse the repository at this point in the history
  7. Remove dependency on jboss from doc-tools by using class names.

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    777acc0 View commit details
    Browse the repository at this point in the history
  8. Remove the missingJavadoc Gradle task that is no longer needed.

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    be1e903 View commit details
    Browse the repository at this point in the history
  9. Update changelog

    Signed-off-by: Austin Lee <austin.t.lee@gmail.com>
    austintlee committed May 26, 2023
    Configuration menu
    Copy the full SHA
    1cba0a5 View commit details
    Browse the repository at this point in the history