Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.2
-
Component/s: None
-
Labels:None
-
Environment:n/a
-
Testcase included:yes
-
Number of attachments :
Description
JBoss AS recognizes the .aop extension for JBoss AOP packages.
More info here:
http://docs.jboss.org/jbossaop/docs/2.0.0.GA/docs/aspect-framework/reference/en/html/running.html#d0e4558
In its simplest scenario, it's very similar to sar for example.
A more advanced scenario includes aop compile time weaving, but I think that could be left to a later exercise. The biggest problem with that part is that there is no maven plugin in central that does this. Jboss has one, but it's only in their repo.
As I am interested in getting this support in, I volunteer to implement it. If I do so, could someone commit to review and apply it? Also, getting a new release out would be necessary.