You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by GitBox <gi...@apache.org> on 2022/10/28 11:00:23 UTC

[GitHub] [jmeter] FSchumacher opened a new pull request, #5721: Replace javax.activation with jakarta.activation-api (from version 1.…

FSchumacher opened a new pull request, #5721:
URL: https://github.com/apache/jmeter/pull/5721

   Replace javax.activation with jakarta.activation-api (from version 1.2.0 to 1.2.2)
   
   ## Description
   
   Replace javax.activation with jakarta.activation-api (from version 1.2.0 to 1.2.2)
   
   ## Motivation and Context
   * The old javax.activation namespace has been transferred to the jakarta project, which has released a compatible version with a different name. That component is newer and hopefully better maintained.
   * The old file seems to be considered a security problem as reported in #5720
   
   ## How Has This Been Tested?
   Ran `./gradlew build` on my local dev machine
   
   ## Screenshots (if appropriate):
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Delete as appropriate -->
   - Bug fix (non-breaking change which fixes an issue)
   
   ## Checklist:
   <!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
   <!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
   - [x] My code follows the [code style][style-guide] of this project.
   - [x] I have updated the documentation accordingly.
   
   [style-guide]: https://wiki.apache.org/jmeter/CodeStyleGuidelines
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org