Any plans on moving to Java 1.7 support instead?
I just tested with openjdk-7-jdk-amd64 (on Debian), and found that the
ProtoBuf's failed to compile citing errors such as:
compile-proto:
[javac] Compiling 11 source files to /wave/build/proto
[javac]
/wave/proto_src/org/waveprotocol/box/common/comms/WaveClientRpc.java:971:
warning: [static] static method should be qualified by type name,
Builder, instead of by an expression
[javac] super.addAll(values, result.waveletIdPrefix_);
[javac] ^
[javac]
/wave/proto_src/org/waveprotocol/box/common/comms/WaveClientRpc.java:1022:
warning: [static] static method should be qualified by type name,
Builder, instead of by an expression
[javac] super.addAll(values, result.knownWavelet_);
[javac] ^
[javac]
/wave/proto_src/org/waveprotocol/box/common/comms/WaveClientRpc.java:1895:
warning: [static] static method should be qualified by type name,
Builder, instead of by an expression
[javac] super.addAll(values, result.contributor_);
[javac] ^
----Snip lots of these----
I ask this because of Java 1.7's support for TLS 1.2 which I think may
help with the SSL issues with ICS/OpenSSL.
Ali