[CALCITE-2972] Upgrade jetty to 9.4.15.v20190215

Skip TLS testing on IBM Java due the combination of:
* Jetty 9.4.12+ ignores SSL_* ciphers due to security - eclipse/jetty.project#2807
* IBM uses SSL_* cipher names for ALL ciphers not following RFC cipher names. See eclipse/jetty.project#2807 for details

Signed-off-by: Kevin Risden <krisden@apache.org>
5 files changed
tree: 5c8c42b33cef698fe57b2d35b3d6f3830772bcc5
  1. .mvn/
  2. core/
  3. docker/
  4. metrics/
  5. metrics-dropwizardmetrics/
  6. noop-driver/
  7. server/
  8. shaded/
  9. site/
  10. src/
  11. standalone-server/
  12. tck/
  13. .gitattributes
  14. .gitignore
  15. .travis.yml
  16. appveyor.yml
  17. docker-compose.yml
  18. docker.sh
  19. LICENSE
  20. mvnw
  21. mvnw.cmd
  22. NOTICE
  23. pom.xml
  24. README
  25. README.md
README.md

Build Status Build Status: Windows

Apache Calcite -- Avatica

Apache Calcite's Avatica is a framework for building database drivers.

Avatica is a sub-project of Apache Calcite.

For more details, see the home page.

Release notes for all published versions are available on the history page.