Files
gerrit/java/org
David Ostrovsky 2f22aa04aa Bazel: Stop unsigning jgit libraries
This change deletes the last GWT related hack in build tool chain:
unsigning of JGit libraries to prevent security exception after adding
new class to the existing org.eclipse.jgit.diff package. Instead of
adding new ReplaceEdit class to this package, move the class to its own
gerrit top level package.

My understanding was, that we have done unsigning acrobatic to support
deserialization and JSON deserialization for GWT UI. Particularly these
two classes:

* EditDeserializer.java
* Edit_JsonSerializer.java

Right now I do not see why this couldn't be done in gerrit own package.
In any event, we do not intend to backport this change to other stable
branches but only apply it to branches where GWT UI was removed.

Change-Id: I3be17767ed495bb1b8c5c2ce4ca1574c865b2fba
2019-06-03 07:46:52 +02:00
..