Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

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

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
4 minutes
Labels
None
Agent
Default Agent
Revision
4dd3800d82c59c1a28c03d00f120ea2e8bdf9e50
Total tests
744
Successful since
#651 ()

Tests

Code commits

Author Commit Message Commit date
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4dd3800d82c59c1a28c03d00f120ea2e8bdf9e50 Remove Bouncycastle as direct dependency
By not directly depending on Bouncycastle (BC), we avoid conflicts between
different bouncycastle versions. It is also part of the developers job
to take care that all required security primitives are available. If
they are provide by BC or some other security provider should not be
up to Smack to decide.

We now only add BC as test dependency to satisfy this requirement when
the unit tests are executed.
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 4beaae7d6ac9a17ca1e2ee91aecfc3a2fbeede04 disco: avoid boxing to Integer when not necessary
Florian Schmaus <flo@geekplace.eu> Florian Schmaus <flo@geekplace.eu> 39a833166a162eccb0136fbbfaf9c8dd0a2361d7 Add workaround for truststores in JKS format when using Java >= 9