1
0
Fork 0
hscloud/devtools
q3k 2ceb69f30b gerrit: bump to 3.7.5
This involved messing with both of our source-built plugins (owners and
oauth).

The main issue seems to have been the desync between Jackson as
requested by different plugins. Jackson is split into multiple Maven
packages, and they all have to be the same version to work together. The
oauth plugin was requesting only part of it, and these parts were
incompatible with the parts that the owners plugin requested.

In addition, we have to make the owners plugin include more bits of
Jackson.

Without these changes, we would get runtime
`java.lang.NoClassDefFoundError: com/fasterxml/jackson/...` errors,
which were a symptom of Jackson either not being included fully into the
plugin's JAR, or a mixup between Jackson component/package versions.

While we're at it, we remove the broken theming attempt.

Change-Id: I26531818a395de2a8bb6054d2583881fd1d5b806
Reviewed-on: https://gerrit.hackerspace.pl/c/hscloud/+/1642
Reviewed-by: q3k <q3k@hackerspace.pl>
2023-10-09 19:11:02 +00:00
..
ci/remote-cache go: re-do the entire thing 2023-09-22 21:50:19 +00:00
depotview go: re-do the entire thing 2023-09-22 21:50:19 +00:00
gerrit gerrit: bump to 3.7.5 2023-10-09 19:11:02 +00:00
hackdoc go: re-do the entire thing 2023-09-22 21:50:19 +00:00
issues go: re-do the entire thing 2023-09-22 21:50:19 +00:00
kube devtools/hackdoc: serve JS with correct mimetype 2021-03-23 15:50:51 +00:00
prodimage prodimage: bump to focal 2022-08-30 17:30:50 +00:00
README app/{gerrit,bazel-cache} -> devtools/ 2019-07-21 16:40:33 +02:00

README

hscloud/devtools
================

Tools related to the review, build and test infrastructure.