afs opened a new issue, #1880:
URL: https://github.com/apache/jena/issues/1880

   ### Change
   
   Recording version information is Jena has used an resource file and 
filtering by maven, then reflection to get the information.
   
   Using reflection is not a good idea.
   
   This task is to switch to use a better way to obtain the version number such 
as `class.getPackage().getImplementationVersion()` (uses the jar manifest 
information for a key class of the system reporting it's version number.
   
   
   
   ### Are you interested in contributing a pull request for this task?
   
   None


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to