Jeremy Boynes wrote: > David Van Couvering (JIRA) wrote: > >> >> >> VERSION DETECTION >> >> The Version class will be defined as a common class and is used to >> define a version and check for compatibility between a consumer and >> the common package. Here is a first pass at the methods on this class. >> > > > Do we need a custom implementation or can we use the version information > returned from java.lang.Package().getSpecificationVersion() ?
I agree, or can it be even simpler? Is a three part version number really required for common components? Could a simple integer suffice? Dan.
