[jira] [Commented] (TAP5-1510) The @Advise annotation limits advice to just a specific interface type

2011-04-20 Thread Igor Drobiazko (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13022014#comment-13022014 ] Igor Drobiazko commented on TAP5-1510: -- It makes absoutely sense to change the logic

[CONF] Apache Tapestry Tapestry Magic

2011-04-20 Thread confluence
Tapestry Magic Blog post added by Howard M. Lewis Ship The new blog Java Magic has some detailed postings about Tapestry's Aspect Oriented Programming features. This is a blog to track if you are interested in some of the more advanced

svn commit: r1095464 - /tapestry/tapestry5/trunk/build.gradle

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 17:25:13 2011 New Revision: 1095464 URL: http://svn.apache.org/viewvc?rev=1095464view=rev Log: TAP5-0116: Properly implement the continuousIntegration task for use by the Jenkins build server Modified: tapestry/tapestry5/trunk/build.gradle Modified:

svn commit: r1095467 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/translator/BigTypesFormatter.java

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 17:41:59 2011 New Revision: 1095467 URL: http://svn.apache.org/viewvc?rev=1095467view=rev Log: TAP5-875: BigTypesFormatter should allow for plain space as a grouping separator since FF2 replaces non-breaking space character \u00A0 (grouping separator for Sweden,

[jira] [Closed] (TAP5-875) BigTypesFormatter should allow for plain space as a grouping separator since FF2 replaces non-breaking space character \u00A0 (grouping separator for Sweden, Finland , etc)

2011-04-20 Thread Howard M. Lewis Ship (JIRA)
[ https://issues.apache.org/jira/browse/TAP5-875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Howard M. Lewis Ship closed TAP5-875. - Resolution: Fixed Fix Version/s: 5.3.0 BigTypesFormatter should allow for plain

svn commit: r1095540 - /tapestry/tapestry5/trunk/settings.gradle

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 22:45:23 2011 New Revision: 1095540 URL: http://svn.apache.org/viewvc?rev=1095540view=rev Log: TAP5-853: Add tapestry-jpa back to the build Modified: tapestry/tapestry5/trunk/settings.gradle Modified: tapestry/tapestry5/trunk/settings.gradle URL:

svn commit: r1095541 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/AspectInterceptorBuilderImpl.java

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 22:45:26 2011 New Revision: 1095541 URL: http://svn.apache.org/viewvc?rev=1095541view=rev Log: TAP5-853: Change AspectInterceptorBuilder to copy annotations from the implementation class Modified:

svn commit: r1095542 - in /tapestry/tapestry5/trunk/plastic/src/main/java/org/apache/tapestry5/internal/plastic: PlasticClassImpl.java PlasticClassPool.java

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 22:45:30 2011 New Revision: 1095542 URL: http://svn.apache.org/viewvc?rev=1095542view=rev Log: TAP5-853: Merge annotations into the target class, and handle cases where the source is a generated proxy class itself Modified:

svn commit: r1095543 - /tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/internal/services/PerThreadServiceLifecycle.java

2011-04-20 Thread hlship
Author: hlship Date: Wed Apr 20 22:45:33 2011 New Revision: 1095543 URL: http://svn.apache.org/viewvc?rev=1095543view=rev Log: TAP5-853: Re-implement perThreadServiceLifecycle to use PlasticProxyFactory rather than ClassFactory Modified:

svn commit: r1095544 [2/2] - in /tapestry/tapestry5/trunk: plastic/src/main/java/org/apache/tapestry5/internal/plastic/ plastic/src/main/java/org/apache/tapestry5/plastic/ plastic/src/test/groovy/org/

2011-04-20 Thread hlship
Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry5/ioc/services/AspectDecorator.java URL: