OpenLiberty / open-liberty

Open Liberty is a highly composable, fast to start, dynamic application server runtime environment
https://openliberty.io
Eclipse Public License 2.0
1.14k stars 587 forks source link

Enabling parallel bundle activation for ssl-1.0 feature causes build failures on z/os #10614

Open Yushan-Lin opened 4 years ago

Yushan-Lin commented 4 years ago

Referring to #10078. I am trying to enable parallel bundle activation for ssl-1.0 but it causes test failures on the z/os FAT. Since mpMetrics depends on restHandler-1.0 which depends on some security features, including ssl-1.0, this would need to be parallel bundle activated at some point . Parallel bundle activation (PBA) of security features:

Reproducing the issue: Add WLP-Activation-Type: parallel to ssl-1.0 feature file Run build with properties: spawn.zos=true

Yushan-Lin commented 4 years ago

@acdemyers I've opened the issue as mpMetrics can't be parallel bundle activated until ssl-1.0 can be parallel bundle activated.