gerrit/lib
David Ostrovsky 7817498d77 Bump GWT version to 2.8.0-rc2
There are number of important changes in this GWT release:

1. HtmlUnit, Jetty and their dependencies upgrade: [1],[2],[3]
2. Unbundled most dependencies from GWT Maven artifacts

With 1. we can remove patched WebServer fork from GWT project, that
was needed to adapt to Jetty 9 version. With 2. we don't need to
strip Jetty classes from gwt-dev artifact any more to avoid classpath
collisions (we wouldn't get classpath collisions to start with because
of 1.). However, because of 2. we need to add quite some dependencies
that we got for granted in gwt-dev in early GWT releases on our own:

* Apache Ant, Apache 2.0 License
* Apache Tapestry, Apache 2.0 License
* CERN colt, CERN own or LGPL License
* Google JS Interop annotations, Apache 2.0 License
* W3C CSS sac library, License W3C IPR SOFTWARE NOTICE

According to the release notes: [4].

  Double/Boolean are not boxed anymore

That leads to the NPE when such method:

  void showLineEndings(boolean s);

is used with null value:

  p.showLineEndings(in.showLineEndings);

where in.showLineEndings is null. Adapt the code to accept
Boolean instead.

gwtjsonrpc is updated to version 1.10 which is built for GWT 2.8.0-rc2.

TEST PLAN:

* Verified that daemon works
* Verified that SDM works

[1] https://github.com/gwtproject/gwt/issues/8712
[2] https://sourceforge.net/p/htmlunit/bugs/1656/
[3] https://gwt-review.googlesource.com/7857
[4] http://www.gwtproject.org/release-notes.html#Release_Notes_2_8_0_RC1

Change-Id: I3f009f3ef0cbb8bafac236fb9a81c951697a5903
2016-09-19 15:10:11 +02:00
..
antlr Implement Bazel build 2016-06-14 21:12:02 +02:00
asciidoctor Upgrade asciidoctorj to 1.5.4.1 and jruby-complete to 1.7.25 2016-08-19 17:17:01 +09:00
auto Merge "Implement Bazel build" 2016-06-24 10:51:33 +00:00
bouncycastle Implement Bazel build 2016-06-14 21:12:02 +02:00
codemirror Update CodeMirror to 5.18.2 2016-08-23 22:21:48 -04:00
commons Merge branch 'stable-2.12' 2016-06-29 11:17:52 +09:00
dropwizard Implement Bazel build 2016-06-14 21:12:02 +02:00
easymock Implement Bazel build 2016-06-14 21:12:02 +02:00
fonts Remove .otf extension from Source Code Pro woff fonts 2016-04-02 12:16:38 -04:00
guice bazel: upgrade Guice to 4.1.0, add multibindings 2016-08-25 15:32:56 -03:00
gwt Bump GWT version to 2.8.0-rc2 2016-09-19 15:10:11 +02:00
highlightjs Update syntax highlighting support 2016-08-02 13:15:09 -07:00
httpcomponents Implement Bazel build 2016-06-14 21:12:02 +02:00
jetty Implement Bazel build 2016-06-14 21:12:02 +02:00
jgit Upgrade JGit to 4.4.1.201607150455-r.148-gabeaafc 2016-09-12 10:36:11 -04:00
joda Merge "Implement Bazel build" 2016-06-24 10:51:33 +00:00
js Update es6-promise polyfill to 3.3.0 2016-09-13 22:19:23 +00:00
log Implement Bazel build 2016-06-14 21:12:02 +02:00
lucene Update Lucene from 5.5.2 to 5.5.3 2016-09-16 10:48:53 -04:00
mina Merge branch 'stable-2.12' 2016-08-04 11:18:01 +09:00
openid Implement Bazel build 2016-06-14 21:12:02 +02:00
ow2 Bump ow2 asm library to 5.1 2016-08-22 08:40:35 +02:00
powermock Implement Bazel build 2016-06-14 21:12:02 +02:00
prolog Implement Bazel build 2016-06-14 21:12:02 +02:00
BUCK Bump GWT version to 2.8.0-rc2 2016-09-19 15:10:11 +02:00
BUILD bazel: upgrade Guice to 4.1.0, add multibindings 2016-08-25 15:32:56 -03:00
GUAVA_VERSION Fix references to Guava classes from extension API Javadoc 2016-09-08 17:12:41 +09:00
JGIT_VERSION Upgrade JGit to 4.4.1.201607150455-r.148-gabeaafc 2016-09-12 10:36:11 -04:00
js.defs Add back removed 'rm -rf' command in vulcanize rule 2016-04-19 06:55:03 +00:00
LICENSE-antlr Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-Apache1.1 Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-Apache2.0 Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-args4j Synchronize args4j license with upstream 2016-06-07 18:59:40 +00:00
LICENSE-asciidoctor Add correct license for asciidoctor 2016-08-19 04:05:06 +00:00
LICENSE-automaton Synchronize automaton license with upstream 2016-06-09 09:31:58 +00:00
LICENSE-bouncycastle Synchronize bouncy castle license with upstream 2016-06-10 06:31:21 +02:00
LICENSE-CC-BY3.0 Document diffy logo is CC-BY 3.0 2013-08-21 08:57:42 -07:00
LICENSE-clippy Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-codemirror-minified Use a pre-built minified CodeMirror in the release build 2016-04-04 20:33:27 -04:00
LICENSE-codemirror-original Use a pre-built minified CodeMirror in the release build 2016-04-04 20:33:27 -04:00
LICENSE-diffy Document diffy logo is CC-BY 3.0 2013-08-21 08:57:42 -07:00
LICENSE-DO_NOT_DISTRIBUTE Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-es6-promise Add es6-promise for Internet Explorer 2016-09-13 15:14:32 +00:00
LICENSE-fetch Add fetch polyfill for use in all supported browsers 2016-03-03 23:49:18 -05:00
LICENSE-h2 Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-highlightjs Syntax highlighting 2016-07-25 13:47:30 -07:00
LICENSE-icu4j Adds the Soy library and injects it via EmailArguments 2016-08-22 09:45:33 -07:00
LICENSE-jgit Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-jsch Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-moment Recognize time format preferences. 2016-03-15 15:22:39 -07:00
LICENSE-MPL1.1 Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-OFL1.1 Serve fonts from Gerrit instead of Google Fonts. 2016-04-01 13:11:02 -04:00
LICENSE-ow2 Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-page.js Build bower_components with buck 2015-11-12 19:01:53 -05:00
LICENSE-polymer Build bower_components with buck 2015-11-12 19:01:53 -05:00
LICENSE-postgresql Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-prologcafe Update license text for PrologCafe 2013-05-13 09:44:25 -07:00
LICENSE-promise-polyfill Build bower_components with buck 2015-11-12 19:01:53 -05:00
LICENSE-protobuf Add dependency on the Google protocol buffer library 2013-09-10 15:59:25 -07:00
LICENSE-PublicDomain Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-silk_icons Use silk icons 2015-12-23 13:50:29 +01:00
LICENSE-slf4j Build with Buck 2013-05-09 13:40:36 +00:00
LICENSE-xz Download commands: Add JGit archive 2014-03-03 23:34:46 +00:00
maven.defs maven_jar: Support download of artifacts from Maven snapshot repo 2016-04-08 15:05:13 +09:00