OpenSearch/gradle
Ioannis Kakavas 2ea3073a5e
Use BCFIPS 1.0.2 in our CI (#63116)
Bouncy Castle's BC-FJA-1.0.2 has been certified for a while now
but we had noticed that it seems to be rather entropy hungry and
ES would start very slowly ( and tests would take forever )
because of blocking calls to /dev/random.

We verified that this is resolved when enabling hw RNG or a
software one like haveged. While rng-tools should be suggested for
production uses, our ephemeral workers have haveged installed
which should work just fine for CI.

Backport of 63099
2020-10-01 14:48:53 +03:00
..
wrapper Update gradle wrapper to 6.6.1 (#61571) (#61579) 2020-08-27 14:16:53 +02:00
build-complete.gradle Upgrade to Gradle 6.0 (#49211) (#49994) 2019-12-09 11:34:35 -08:00
build-scan.gradle Upgrade to version 3.3 of gradle enterprise plugin (#56243) 2020-05-06 15:10:44 -07:00
bwc-test.gradle Add compatibility testing for JDBC driver (#60409) 2020-07-29 10:45:11 -07:00
fips.gradle Use BCFIPS 1.0.2 in our CI (#63116) 2020-10-01 14:48:53 +03:00
forbidden-dependencies.gradle Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
formatting.gradle Upgrade spotless dependency (#62857) 2020-09-24 12:52:45 +01:00
ide.gradle Replace immediate task creations by using task avoidance api (#60071) (#60504) 2020-07-31 13:09:04 +02:00
local-distribution.gradle Split internal distribution handling into separate internal plugin (7.x backport) (#60270) 2020-07-31 09:30:21 +02:00
run.gradle Set impliesSubProjects flag for root RunTask task (#57615) 2020-06-04 14:57:35 +02:00
runtime-jdk-provision.gradle Avoid using bundled jdk on unsupported platforms (#62793) 2020-09-23 16:55:47 -07:00