ter Release:2.0.0-rc1 - Architecture Rules - Wiki

Release:2.0.0-rc1

From Architecture Rules - Wiki
Jump to: navigation, search


2.0 Releases

1.0 Releases

See Releases for a complete list of releases and for information on scheduled upcoming releases.

Release 2.0.0-rc1

Released on November 2, 2007

First real release. This probably should have been the 1.0 series. This release finished the issues and tasks that should have been completed before attempting to release the tool. It added a real xml parsing strategy to the ConfigurationFactory - commons digester. Also, test coverage is now at 88%, beating the goal of 80%. And finally, rather than just reporting that a cyclic dependency exists, the exact packages with the cyclic dependency are exposed. Soon, even the classes will be identified.

Changes

  • issue-1 more complete test coverage
  • issue-4 allow programmatic configuration usability
  • issue-5 rewrite configurationhandler with new xml parser maintainability performance
  • issue-6 report which packages were cyclic in dependency usability
  • issue-7 exceptions should be unchecked usability
  • issue-8 change rule configuration of id to name value pair usability

Get It Now

Maven

Update your pom to include the Maven Repository and add this dependency:

 <dependency>
   <groupId>com.seventytwomiles</groupId>
   <artifactId>architecturerules</artifactId>
   <version>2.0.0-rc1</version>
 </dependency>

Downloads

architecture-rules-2.0.0-rc1.jar
architecture-rules-2.0.0-rc1-sources.jar
architecture-rules-2.0.0-rc1-test-sources.jar

SVN

You may be able to check this release out from SVN via the 2.0.0-rc1 tag.

Browse the repository to here to see if it exists.

If it does, check it out with

svn checkout http://architecturerules.googlecode.com/svn/tags/architecture-rules-2.0.0-rc1

Javadocs

This version’s (2.0.0-rc1) API documentation (javadocs) are available here.

Buzz

Architecture Rules 2.0.0-rc1 mentioned around the Internet:

  • no known buzz



see Template:Release

Personal tools