1. 8618b05 [CALCITE-4095] Update Jetty to 9.4.31.v20200723 by Peter Somogyi · 3 years, 9 months ago
  2. 08f2a04 [CALCITE-4138] Metadata operations via Avatica turn empty string args to null by Istvan Toth · 3 years, 10 months ago
  3. cc2404d [CALCITE-4068] Update website for 1.17.0 release by Francis Chuang · 3 years, 11 months ago
  4. d56fcd0 [CALCITE-4068] Prepare for Avatica 1.17.0 release and update release history by Francis Chuang · 3 years, 11 months ago 1.17.0 avatica-1.17.0-rc0 rel/avatica-1.17.0
  5. bf6f8f7 Fix invalid link by Pieter Raubenheimer · 4 years, 1 month ago
  6. 55bf524 Update Gradle: 6.1.1 -> 6.3 by Vladimir Sitnikov · 4 years, 1 month ago
  7. 0202223 Update com.google.protobuf: 0.8.10 -> 0.8.12 by Vladimir Sitnikov · 4 years, 1 month ago
  8. 51ec0db [CALCITE-3822] Source distribution must not contain fonts under SIL OFL 1.1 license (category B) by Francis Chuang · 4 years, 2 months ago
  9. 63525d7 Color test results in Gradle output by Vladimir Sitnikov · 4 years, 3 months ago
  10. a568836 Update Gradle: 6.1 -> 6.1.1 by Vladimir Sitnikov · 4 years, 3 months ago
  11. f7afdce Bump Avatica version to 1.17.0 by Josh Elser · 4 years, 4 months ago
  12. fa8c9bd [CALCITE-2704] Multilingual decoded problem (DonnyZone) by wellfengzhu · 4 years, 4 months ago
  13. 0108b59 Add Gradle Wrapper validation by Vladimir Sitnikov · 4 years, 4 months ago
  14. 9245f4a [CALCITE-3742] Update Gradle: 6.0.1 -> 6.1 by Vladimir Sitnikov · 4 years, 4 months ago
  15. 8d3fce3 [CALCITE-3623] Run autostyleApply by Vladimir Sitnikov · 4 years, 4 months ago
  16. 4d4c58a [CALCITE-3623] Replace Spotless -> Autostyle by Vladimir Sitnikov · 4 years, 4 months ago
  17. 6c0b573 [CALCITE-3610] Fix Dockerhub dockerfiles to point to the right jars on nexus by Francis Chuang · 4 years, 5 months ago
  18. 0e735a8 Move PGP signing to com.github.vlsi.stage-vote-release Gradle plugin by Vladimir Sitnikov · 4 years, 5 months ago
  19. 075c67c Update RAT plugin 0.5.2 -> 0.5.3: print violations to console if any by Vladimir Sitnikov · 4 years, 5 months ago
  20. a07409b [CALCITE-3398] Update website for 1.16.0 release by Francis Chuang · 4 years, 5 months ago
  21. 15bec90 GHA: use actions/checkout@v2 for faster checkouts by Vladimir Sitnikov · 4 years, 5 months ago
  22. 512bbee Update documentation and history for 1.16.0 by Francis Chuang · 4 years, 5 months ago avatica-1.16.0-rc1 rel/avatica-1.16.0
  23. 34bbcb6 Stop building zip archives when building using gradle by Francis Chuang · 4 years, 5 months ago
  24. 6755f4c Configure Git tags to be pushed to calcite-avatica repository not calcite by Vladimir Sitnikov · 4 years, 5 months ago
  25. 3f2d7e5 Site: Remove instructions to close Nexus repository when building a rc as this is now automated by Francis Chuang · 4 years, 5 months ago
  26. 4b9876c Site: Fix links to javadoc by Francis Chuang · 4 years, 5 months ago
  27. d5f6b29 [CALCITE-3573] Upgrade to Gradle 6.0 container to build releases and javadoc by Francis Chuang · 4 years, 5 months ago
  28. feba1a2 Use Gitbox for pushing tags when making a release by Francis Chuang · 4 years, 5 months ago
  29. a746b25 GitHub Actions: actions/checkout@master -> v1.1.0 to avoid unexpected failures by Vladimir Sitnikov · 4 years, 5 months ago
  30. 3141a14 [CALCITE-3493] Update docker script to use gradle by Francis Chuang · 4 years, 5 months ago
  31. 5000dd8 Add gradle task 'aggregateJavadocIncludingTests' that builds javadoc for both main and test by Julian Hyde · 4 years, 6 months ago
  32. 038c93d Cosmetic by Julian Hyde · 4 years, 6 months ago
  33. 5181990 Fetch Calcite from apache/calcite repository for integration testing by Vladimir Sitnikov · 4 years, 6 months ago
  34. 06cf415 Upgrade to Gradle 6.0.1 to prevent pushing .sha256 and .sha512 to Nexus by Vladimir Sitnikov · 4 years, 6 months ago
  35. 9c401b4 Whitespace is managed with Spotless, so the check is removed from Checkstyle config by Vladimir Sitnikov · 4 years, 6 months ago
  36. f515bdf License header is managed with Spotless, there's no need to double-check it with Checkstyle by Vladimir Sitnikov · 4 years, 6 months ago
  37. fd82129 @PackageMarker is no longer needed by Vladimir Sitnikov · 4 years, 6 months ago
  38. a183e3c Sort dependencies, use api(javax.servlet), implementation(slf4j-api) by Vladimir Sitnikov · 4 years, 6 months ago
  39. 11cc566 Update release plugins to 1.48.0 to workaround SVN 1.9 issue with mv+cp by Vladimir Sitnikov · 4 years, 6 months ago
  40. ef1db8e Add optiont to skip signing: -PskipSigning by Vladimir Sitnikov · 4 years, 6 months ago
  41. 92045d0 Use Spotless and .editorconfig for import order normalization instead of Checkstyle by Vladimir Sitnikov · 4 years, 6 months ago
  42. c493310 Fix AvaticaSpnegoTest for canonicalHostName("localhost") != "localhost" by Vladimir Sitnikov · 4 years, 6 months ago
  43. 22a8f7f Update build script: simplify properties, fix javadoc build for non UTF8 default encoding by Vladimir Sitnikov · 4 years, 6 months ago
  44. 1356308 Add -PenableMavenLocal and -PenableGradleMetadata build options by Vladimir Sitnikov · 4 years, 6 months ago
  45. 0e5f31c Bump release plugins 1.45.0 -> 1.46.0: avoid failures on Gralde upgrade, fix gitignore handling by Vladimir Sitnikov · 4 years, 6 months ago
  46. ed05329 Bump release plugin 1.44.0 -> 1.45.0: do not require GPG key for publishDist by Vladimir Sitnikov · 4 years, 6 months ago
  47. 9629c82 [CALCITE-3490] Upgrade Jackson to 2.10.0 by Francis Chuang · 4 years, 6 months ago
  48. 875b925 Add GitHub Actions macOS by Vladimir Sitnikov · 4 years, 6 months ago
  49. 885c367 Skip slow Calcite tests by Vladimir Sitnikov · 4 years, 6 months ago
  50. c32718e Tests: show standard streams in Gralde tests by Vladimir Sitnikov · 4 years, 6 months ago
  51. af12204 Add -PskipJavadoc to skip publication of the javadocs (to speedup publishToMavenLocal) by Vladimir Sitnikov · 4 years, 6 months ago
  52. 5a514d6 Add source=1.8 to javadoc options, fix javadoc warnings by Vladimir Sitnikov · 4 years, 6 months ago
  53. 5738d00 Add Travis job with building Calcite master by Vladimir Sitnikov · 4 years, 6 months ago
  54. a67a3df Use GitHub Actions for Windows CI by Vladimir Sitnikov · 4 years, 6 months ago
  55. 03bdd3e Site: configure Jekyll to use Etc/GMT+5 timezone for consistent page URLs by Vladimir Sitnikov · 4 years, 6 months ago
  56. 0088b0c Site: exclude "site/target" from Jekyll build by Vladimir Sitnikov · 4 years, 6 months ago
  57. 3fddb12 Site: update avatica/docs/howto.md: SVN -> Git, fix wording by Vladimir Sitnikov · 4 years, 6 months ago
  58. be534e3 Sign release artifacts only, skip signing for -SNAPSHOT by Vladimir Sitnikov · 4 years, 6 months ago
  59. c3fc1f4 Implement Gradle-based build scripts by Vladimir Sitnikov · 4 years, 10 months ago
  60. 73fac75 Cosmetic by Julian Hyde · 4 years, 7 months ago
  61. 72bbbfc [CALCITE-3412] FLOOR(timestamp TO WEEK) gives wrong result by Julian Hyde · 4 years, 7 months ago
  62. be246b9 [CALCITE-3199] DateTimeUtils.unixDateCeil should not return the same value as unixDateFloor (Zhenghua Gao) by Zhenghua Gao · 4 years, 10 months ago
  63. da71884 [CALCITE-3384] Support Kerberos-authentication using SPNEGO over HTTPS by Istvan Toth · 4 years, 7 months ago
  64. 3378970 [CALCITE-3324] Add create method in MetaResultSet by Robert Yokota · 4 years, 7 months ago
  65. 1ec1e81 Site: Add JavaScript client to client list by Francis Chuang · 4 years, 8 months ago
  66. 8138d42 [CALCITE-3180] Bump httpclient from 4.5.6 to 4.5.9 (Fokko Driesprong) by Fokko Driesprong · 4 years, 10 months ago
  67. 8f329f4 [CALCITE-3105] Bump Jackson from 2.9.8 to 2.9.9 (Fokko Driesprong) by Fokko Driesprong · 4 years, 10 months ago
  68. dcf2ead [CALCITE-3104] Bump httpcore from 4.4.10 to 4.4.11 (Fokko Driesprong) by Fokko Driesprong · 5 years ago
  69. 493233f Update owasp-dependency-check: 4.0.2 -> 5.0.0 by Vladimir Sitnikov · 4 years, 10 months ago
  70. 96507bf [CALCITE-3090] Remove the Central configuration by Josh Elser · 5 years ago
  71. 726d07b Revert "[CALCITE-3090] Use https for maven central" by Josh Elser · 5 years ago
  72. c96a939 [CALCITE-3090] Use https for maven central by Josh Elser · 5 years ago
  73. f954a0a [CALCITE-3059] Fix release script to use correct release branch name when merging to master and to use the correct variable when generating the vote email by Francis Chuang · 5 years ago
  74. a016703 [CALCITE-3058] Update website for 1.15.0 release by Francis Chuang · 5 years ago
  75. fb6b5ad [maven-release-plugin] prepare for next development iteration by Francis Chuang · 5 years ago branch-avatica-1.15
  76. 95e1545 [maven-release-plugin] prepare release avatica-1.15.0-rc0 by Francis Chuang · 5 years ago avatica-1.15.0-rc0 rel/avatica-1.15.0
  77. b9df4bd [CALCITE-3058] Prepare for 1.15.0 release by Francis Chuang · 5 years ago
  78. d52c203 Revert "[CALCITE-2845] Avoid duplication of exception messages" by yuzhao.cyz · 5 years ago
  79. 75dd37d [CALCITE-3043] Add the ability to publish and promote releases using docker by Francis Chuang · 5 years ago
  80. 5468f33 [CALCITE-3033] Add navigation item for avatica-go HOWTO documentation by Francis Chuang · 5 years ago
  81. 3393c57 [CALCITE-2988] Update release notes and news item for 1.14.0 by Francis Chuang · 5 years ago
  82. 1baa79c [maven-release-plugin] prepare for next development iteration by Francis Chuang · 5 years ago branch-avatica-1.14
  83. 4fe0f9b [maven-release-plugin] prepare release avatica-1.14.0-rc0 by Francis Chuang · 5 years ago avatica-1.14.0-rc0 rel/avatica-1.14.0
  84. dcbb9db [CALCITE-2988] Prepare for 1.14.0 release by Francis Chuang · 5 years ago
  85. 5c754cf [CALCITE-2939] NPE when executeBatch array type (Bake) by bake.snn · 5 years ago
  86. 4ad09fa Fix misspelled JDBC connection max duration property: expiryduration (Lanny) by lanny886 · 5 years ago
  87. f3997b5 [CALCITE-2882] Connection properties are lost after timeout (bake) by bake · 5 years ago
  88. 63bab44 [CALCITE-2987] Use maven image instead of maven:alpine when building release using docker by Francis Chuang · 5 years ago
  89. 6da2296 [CALCITE-2972] Upgrade jetty to 9.4.15.v20190215 by Kevin Risden · 5 years ago
  90. 47b281f [CALCITE-2945] Use Boolean#equals in Boolean object compare by leesf · 5 years ago
  91. 1f8a213 [CALCITE-2961] Enable Travis to test against JDK 13 by Kevin Risden · 5 years ago
  92. 1b68d1f [CALCITE-2269] Enable Error Prone checking by Kevin Risden · 6 years ago
  93. 5a305f1 [CALCITE-2776] Wrong value when accessing struct types with one attribute by Stamatis Zampetakis · 5 years ago
  94. e070185 Improve exception message in AbstractService by leesf · 5 years ago
  95. 41ebf43 [CALCITE-2950] Avatica DriverVersion.load leaks InputStream by liaoxiaobo · 5 years ago
  96. 9cf1a92 [CALCITE-2922] Update link to Apache Jenkins Calcite-Avatica job by mayozhang · 5 years ago
  97. 89a0e7c Switch from maven:alpine to maven docker image for generating javadocs when publishing the site by Francis Chuang · 5 years ago
  98. 80ccd20 [CALCITE-2845] Avoid duplication of exception messages by Vladimir Sitnikov · 5 years ago
  99. 17ec5d9 [CALCITE-2728] Update appveyor.yml to enable appveyor testing against JDK 11 by snuyanzin · 5 years ago
  100. 074e9f8 [CALCITE-2789] Bump version dependencies Jan 2019 by Kevin Risden · 5 years ago