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

Adds support for EnableExternalDTDLoad property to Checkstyle Plugin #22036

Merged
merged 13 commits into from Sep 21, 2022

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    e3dfe55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ea951 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge branch 'release' into tt/76/checkstyle-system-property-npe

    # Conflicts:
    #	subprojects/docs/src/docs/release/notes.md
    tresat committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1ae7049 View commit details
    Browse the repository at this point in the history
  2. Don't add repository to buildscript for base class tests

    - The base class tests depend upon CC's eager resolution failing due to a lack of repositories definied.  So if we
    define them in the setup method, those builds succeed, when expected to fail, thus failing tests.
    - Need to specific repo in every new test then.
    tresat committed Sep 16, 2022
    2 Configuration menu
    Copy the full SHA
    6ff69c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. Configuration menu
    Copy the full SHA
    dda8055 View commit details
    Browse the repository at this point in the history
  2. Make property no longer optional and set a convention of false in the…

    … task constructor; always set the system property when forking the checkstyle process
    tresat committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    3a85057 View commit details
    Browse the repository at this point in the history
  3. Improve javadoc on property

    Co-authored-by: Sterling Greene <big-guy@users.noreply.github.com>
    tresat and big-guy committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    617a584 View commit details
    Browse the repository at this point in the history
  4. Update subprojects/code-quality/src/integTest/groovy/org/gradle/api/p…

    …lugins/quality/checkstyle/CheckstylePluginIntegrationTest.groovy
    
    Co-authored-by: Sterling Greene <big-guy@users.noreply.github.com>
    tresat and big-guy committed Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f3aece7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13ba0d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3548f39 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Configuration menu
    Copy the full SHA
    91a48ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d01de7 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/release' into tt/76/checkstyle-s…

    …ystem-property-npe
    
    * origin/release: (124 commits)
      CompileAllProduction -> CompileAll
      Support skipping all dependency builds
      Disable stacktrace check for MavenPublishS3ErrorsIntegrationTest
      Refline performance.baselines paramater in performance test trigger
      Set docsTest timeout to 45 minutes
      Restore TAPI compatibility with Java 6 and old Gradle versions
      Put back some laziness
      Improve code
      Fix test
      Rename "implementationClass" to "resolverClass"
      Rename "repositories" to "javaRepositories"
      Rename "toUri()" to "resolve()"
      Solve remaining TODOs
      Reduce number of file changes for soak test on macOS
      Update documentation
      Update file system watching link
      Update file system watching link
      Update link to File System Watching
      Add link to file system watching
      Add file system watching page to toc tree
      ...
    big-guy committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    02549cf View commit details
    Browse the repository at this point in the history