Github user ajs6f commented on the pull request:
https://github.com/apache/jena/pull/77#issuecomment-112862578
Okay, I've got `ModVersion` out to `jena-base` and moved `Version` into it
as an inner class (since `ModVersion` is the only client of `Version`). We are
still doing the the reflection thing because I need to track down all the
classes that supply the `VERSION` constant. Then I can try to replace that
machinery with something else.
@afs when you suggest handing in a callback to `ModVersion`, are you
thinking that there would be an interface `Versioned` or the like that would
feature a member `VersionInfo getVersion()` or something like that? And `Jena`,
`ARQ` and the other classes that currently offer the `VERSION` constant, once I
track them down, will instead impl that type?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---