You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2011/11/02 00:11:05 UTC

svn commit: r1196369 - in /tapestry/tapestry5/trunk/tapestry-core: ./ src/main/java/org/apache/tapestry5/internal/services/ src/main/java/org/apache/tapestry5/services/ src/test/java/org/apache/tapestry5/internal/

Author: hlship
Date: Tue Nov  1 23:11:05 2011
New Revision: 1196369

URL: http://svn.apache.org/viewvc?rev=1196369&view=rev
Log:
TAP5-1739: Remove Javassist as a test dependency of tapestry-core
Remove additional remants of the deprecated API

Removed:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/internal/services/DelegateFieldAccess.java
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/services/FieldAccess.java
Modified:
    tapestry/tapestry5/trunk/tapestry-core/build.gradle
    tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/DataBean.java

Modified: tapestry/tapestry5/trunk/tapestry-core/build.gradle
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/build.gradle?rev=1196369&r1=1196368&r2=1196369&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/build.gradle (original)
+++ tapestry/tapestry5/trunk/tapestry-core/build.gradle Tue Nov  1 23:11:05 2011
@@ -27,8 +27,6 @@ dependencies {
     antlr3 "org.antlr:antlr:3.3"
 
     testRuntime "org.hsqldb:hsqldb:1.8.0.10"
-
-    testCompile "javassist:javassist:3.12.1.GA"
 }
 
 // This may spin out as a plugin once we've got the details down pat

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/DataBean.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/DataBean.java?rev=1196369&r1=1196368&r2=1196369&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/DataBean.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry5/internal/DataBean.java Tue Nov  1 23:11:05 2011
@@ -1,4 +1,4 @@
-// Copyright 2007 The Apache Software Foundation
+// Copyright 2007, 2010 The Apache Software Foundation
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -14,11 +14,8 @@
 
 package org.apache.tapestry5.internal;
 
-import org.apache.tapestry5.ioc.services.ClassFactory;
-
 /**
- * Used as test when setting the order of properties via {@link TapestryInternalUtils#orderProperties(org.apache.tapestry5.ioc.services.ClassPropertyAdapter,
- * ClassFactory, java.util.List)}.
+ * Used as test when setting the order of properties in a {@link org.apache.tapestry5.beaneditor.BeanModel}.
  */
 public class DataBean
 {