Skip to content

Commit

Permalink
Updated Sonargraph architecture description.
Browse files Browse the repository at this point in the history
Introduced Conversion layer with allowed dependencies to Mapping and Core. Added Authentication subsystem to Core layer. Adapted mapping of Cross-store subsystem according to new package name.
  • Loading branch information
odrotbohm committed Oct 12, 2011
1 parent d71e6c0 commit a31046f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Spring Data Commons.sonargraph
Expand Up @@ -82,10 +82,17 @@
</element>
<element name="Cross store" type="Subsystem">
<element name="Assignment" type="TypeFilter">
<element name="**.persistence.**" type="IncludeTypePattern"/>
<element name="**.crossstore.**" type="IncludeTypePattern"/>
</element>
</element>
</element>
<element name="Conversion" type="Layer">
<element name="Assignment" type="TypeFilter">
<element name="**.convert.**" type="IncludeTypePattern"/>
</element>
<dependency type="AllowedDependency" toName="Project|spring-data-commons-core::Layer|Core"/>
<dependency type="AllowedDependency" toName="Project|spring-data-commons-core::Layer|Mapping"/>
</element>
<element name="Mapping" type="Layer">
<element name="Assignment" type="TypeFilter">
<element name="**.mapping.**" type="IncludeTypePattern"/>
Expand Down Expand Up @@ -123,6 +130,12 @@
<element name="**.annotation.**" type="IncludeTypePattern"/>
</element>
</element>
<element name="Authentication" type="Subsystem">
<element name="Assignment" type="TypeFilter">
<element name="**.authentication.**" type="IncludeTypePattern"/>
</element>
<stereotype name="Unrestricted"/>
</element>
</element>
</architecture>
<workspace>
Expand Down

0 comments on commit a31046f

Please sign in to comment.