Nightly Distribution of the master branch

Build: #1688 was successful Changes by Florian Schmaus <flo@geekplace.eu>

Stages & jobs

  1. Default Stage

  2. Deploy

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
6 minutes
Labels
None
Revision
a6a1142255dc06c997623e46865c75ddc4792499
Total tests
737
Successful since
#1685 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> a6a1142255dc06c997623e46865c75ddc4792499 Improve OX's PubkeyElement
there is no reason why we want to store the bytes of the base64
encoded string. Simply store the string itself.

Also add a convenience method to get the decoded bytes of the PubKey.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 34f1c2b79efc7f3631f3987b41f9c6ca91659b69 errorprone: Enable MethodCanBeStatic
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 870d1a7238d3de0a77685c4069c63b992031ee20 build.gradle: Bump gradle-errorprone-plugin to 0.8.1
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 65576cf3c276fe2e374eac22802ae034c5200df0 Rework XML Element hierarchy and XmlStringBuilder
- Reduce the amount of types that are subtypes of NamedElement. See
javadoc of NamedElement for rationale.
- Work more with XmlEnvironment in XmlStringBuilder.
- Some minor changes to XmlStringBuilder API.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> e9bcdf3e6dfe85d87e652c809c3ffb9159878d8f QueryArchiveTest: Call assertsEquals with the correct order of arguments
first expected, then actual.