OpenSearch/gradle
Ioannis Kakavas 7b021bf3fb
Run zulu8 fips CI with BCJSSE instead of SunJSSE (#61857)
As we figured out in
https://github.com/elastic/elasticsearch/issues/61316#issuecomment-685482708
Azul brings back a lot of changes from JDK 11 to their Zulu8 build
and this means that we can't run this with SunJSSE in FIPS 140 mode.

This change ensures that we configure Zulu8 JDK JVMs in FIPS 140
mode, using the bouncy castle JSSE FIPS provider, instead of the
SunJSSE one ( as we do for the rest of the java 8 JVMs )

Resolves: #61316
2020-09-04 14:53:43 +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 Run zulu8 fips CI with BCJSSE instead of SunJSSE (#61857) 2020-09-04 14:53:43 +03:00
forbidden-dependencies.gradle Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
formatting.gradle Rename formatter config and switch to an opt-out list 2020-03-27 12:09:37 +00: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 Introduce aarch64 packaging (#53914) (#53926) 2020-03-22 11:58:11 -04:00