adoptium / STF

The System Test Framework for executing https://github.com/adoptium/aqa-systemtest
Apache License 2.0
8 stars 35 forks source link

Upgrade log4j to 2.15.0 #121

Closed llxia closed 2 years ago

llxia commented 2 years ago

For system tests, we are using log4j version 2.13.3 https://github.com/adoptium/STF/blob/6abbb82d569585e2c2a1f62bf7aedfdfc4594730/stf.build/include/top.xml#L51

We need to upgrade it to the latest version (2.15.0) due to security issues. See infrastructure/issues/6302

llxia commented 2 years ago

To test the changes in Jenkins, https://github.com/adoptium/aqa-tests/issues/3175 has to be fixed first.

llxia commented 2 years ago

FYI @Mesbah-Alam