Claudenw commented on PR #253: URL: https://github.com/apache/creadur-rat/pull/253#issuecomment-2121805685
@ottlinger After digging around a bit I found a solution that reads the MANIFEST if it is present by using the `Package` class. This implementation uses that to create the VersionInfo. VersionInfo simply makes sure the various values from the `Package` instance are not null by providing reasonable defaults. Interestingly, VersionInfo can now be passed any class and will report the information for that class. So our UIs can log what version of the UI is running and what version of the core if we desire. -- 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]
