1. 18 4月, 2021 1 次提交
  2. 16 4月, 2021 1 次提交
  3. 13 4月, 2021 1 次提交
  4. 10 4月, 2021 1 次提交
    • B
      Upgrade setup-java GitHub actions to v2 (#7232) · c1420ea4
      benjamintboyle 提交于
      There are two breaking changes between v1 and v2. v2 requires a
      java distribution be specified. 'adopt' for AdoptOpenJDK has been
      selected. v2 has also dropped support for legacy Java version syntax, so
      '1.8' must be become '8'.
      c1420ea4
  5. 09 4月, 2021 4 次提交
  6. 08 4月, 2021 2 次提交
  7. 27 3月, 2021 1 次提交
    • B
      Modernize gradle plugin block, change maven to maven-publish (#7219) · 11b50a5e
      benjamintboyle 提交于
      * Modernize gradle plugin block, change maven to maven-publish
      
      Move gradle plugins to block at top of file per gradle recommendations.
      Change deprecated maven plugin to maven-publish as in Gradle 7.0 it will
      be removed. Several other minor updates to gradle file including, removing
      semi-colons, changing println to use built-in logger.
      
      * Updated gauva to correct version
      11b50a5e
  8. 22 3月, 2021 1 次提交
  9. 16 3月, 2021 1 次提交
  10. 14 3月, 2021 1 次提交
    • B
      Fix intermittently failing unit tests (#7213) · bdf13a1f
      benjamintboyle 提交于
      * Fix intermittently failing tests, mostly increasing timeout
      
      Fix several unit tests that are intermittently failing. All fixes
      involve increasing timeouts. Adjusted formatting in several areas within
      updated tests.
      
      * Remove formatting/refactoring from previous commit
      
      Superfluous formatting and refactoring was making review impossible.
      bdf13a1f
  11. 12 3月, 2021 2 次提交
  12. 10 3月, 2021 2 次提交
  13. 08 3月, 2021 1 次提交
  14. 05 3月, 2021 3 次提交
    • D
    • A
      25918626
    • B
      Standardize java source headers (#7205) · 1c3594c2
      benjamintboyle 提交于
      * Create and validate standardized java source header
      
      Update Checkstyle to validate all java source files have a standard
      header. Remove FixLiscenseHeaders.java unit test as it duplicates
      Checkstyle functionality. Standard header is block java comment, instead
      of dangling Javadoc comment. Create standard header template
      (HEADER_JAVA) in project root. Reference header template in
      build.gradle. Update CONTRIBUTING.md to exact text of header template.
      
      * Convert Licenses from dangling Javadoc to block comment
      
      Standardize License based off of HEADER_JAVA file. All headers are block
      Java comments.
      
      * Restoring FixLicenseHeaders.java and updating CONTRIBUTING date
      
      * Updated License dates to 2016
      
      Several files had 2017 dates for License. Checkstyle now specifically
      looks for 2016 date in License comments.
      
      * Fix bad logic for header check in FixLicenseHeaders test
      1c3594c2
  15. 02 3月, 2021 1 次提交
  16. 26 2月, 2021 1 次提交
  17. 25 2月, 2021 3 次提交
  18. 24 2月, 2021 1 次提交
  19. 23 2月, 2021 1 次提交
  20. 18 2月, 2021 1 次提交
  21. 16 2月, 2021 1 次提交
  22. 15 2月, 2021 2 次提交
  23. 13 2月, 2021 2 次提交
  24. 06 2月, 2021 3 次提交
  25. 03 2月, 2021 1 次提交
  26. 02 2月, 2021 1 次提交