ter Release:2.1.0 - Architecture Rules - Wiki

Release:2.1.0

From Architecture Rules - Wiki
Revision as of 16:50, 27 April 2009 by MikeNereson (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
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.1.0

Released on July 4, 2008

This big release, one year after the initial public release of Architecture Rules, finally offers wild card support. You can now use .* and ..* when defining packages to specify one package, or many sub-packages respectively. We’ve also added support for configuration method chaining, better Exception class hierarchy and metadata, and new tests, javadocs, and a copy of the Apache 2.0 License in the archive.

Changes

  • issue-12 report class creating the cyclic redundancy usability
  • issue-27 make testArchitecture() public usability
  • issue-28 configuration method chaining usability maintainability
  • issue-37 package license file
  • issue-39 maven-license-plugin
  • issue-40 support for wildcards usability
  • issue-42 provide API to retrieve list of violations usability
  • issue-43 Exceptions should implement an ArchitectureRulesException
  • issue-44 meaningful defaults with maven plugin usability
  • issue-45 JPackage equals method not symetric
  • issue-46 classpath conflict with common-io and spring 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.1.0</version>
 </dependency>

Downloads

architecture-rules-2.1.0.jar
architecture-rules-2.1.0-sources.jar
architecture-rules-2.1.0-test-sources.jar

SVN

You may be able to check this release out from SVN via the 2.1.0 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.1.0

Javadocs

This version’s (2.1.0) API documentation (javadocs) are available here.

Buzz

Architecture Rules 2.1.0 mentioned around the Internet:



see Template:Release

Personal tools