client-encryption-java icon indicating copy to clipboard operation
client-encryption-java copied to clipboard

Update JaCoCo Maven plugin version to 0.8.11 to support jdk 17+

Open opensourcevk opened this issue 2 months ago • 0 comments

PR checklist

  • [ ] An issue/feature request has been created for this PR
  • [ ] Pull Request title clearly describes the work in the pull request and the Pull Request description provides details about how to validate the work. Missing information here may result in a delayed response.
  • [ ] File the PR against the main branch
  • [x] The code in this PR is covered by unit tests

Link to issue/feature request: add the link here

Description

older version of jacoco was throwing error/ warnings when executing maven test command.

before version update: image

after version update: image

opensourcevk avatar Dec 19 '25 13:12 opensourcevk