Weld SVN: r6352 - examples/trunk.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 08:21:15 -0400 (Fri, 28 May 2010)
New Revision: 6352
Modified:
examples/trunk/pom.xml
Log:
update to weld-parent:10
Modified: examples/trunk/pom.xml
===================================================================
--- examples/trunk/pom.xml 2010-05-28 12:08:12 UTC (rev 6351)
+++ examples/trunk/pom.xml 2010-05-28 12:21:15 UTC (rev 6352)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<groupId>org.jboss.weld.examples</groupId>
<artifactId>weld-examples-parent</artifactId>
14 years, 11 months
Weld SVN: r6351 - in build/trunk: dist-jcp and 1 other directories.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 08:08:12 -0400 (Fri, 28 May 2010)
New Revision: 6351
Modified:
build/trunk/dist-jcp/pom.xml
build/trunk/dist-tck/pom.xml
build/trunk/dist/pom.xml
Log:
use weld-parent:10
Modified: build/trunk/dist/pom.xml
===================================================================
--- build/trunk/dist/pom.xml 2010-05-28 12:06:23 UTC (rev 6350)
+++ build/trunk/dist/pom.xml 2010-05-28 12:08:12 UTC (rev 6351)
@@ -5,7 +5,7 @@
<parent>
<artifactId>weld-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>9</version>
+ <version>10</version>
</parent>
<version>1.0.1-SNAPSHOT</version>
<modelVersion>4.0.0</modelVersion>
Modified: build/trunk/dist-jcp/pom.xml
===================================================================
--- build/trunk/dist-jcp/pom.xml 2010-05-28 12:06:23 UTC (rev 6350)
+++ build/trunk/dist-jcp/pom.xml 2010-05-28 12:08:12 UTC (rev 6351)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>6</version>
+ <version>10</version>
</parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-jcp-dist</artifactId>
Modified: build/trunk/dist-tck/pom.xml
===================================================================
--- build/trunk/dist-tck/pom.xml 2010-05-28 12:06:23 UTC (rev 6350)
+++ build/trunk/dist-tck/pom.xml 2010-05-28 12:08:12 UTC (rev 6351)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>6</version>
+ <version>10</version>
</parent>
<groupId>org.jboss.jsr299.tck</groupId>
<artifactId>jsr299-tck-dist</artifactId>
14 years, 11 months
Weld SVN: r6350 - archetypes/trunk.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 08:06:23 -0400 (Fri, 28 May 2010)
New Revision: 6350
Modified:
archetypes/trunk/pom.xml
Log:
use weld-parent:10
Modified: archetypes/trunk/pom.xml
===================================================================
--- archetypes/trunk/pom.xml 2010-05-28 11:42:35 UTC (rev 6349)
+++ archetypes/trunk/pom.xml 2010-05-28 12:06:23 UTC (rev 6350)
@@ -4,7 +4,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>8</version>
+ <version>10</version>
</parent>
<repositories>
<repository>
14 years, 11 months
Weld SVN: r6349 - in api/trunk: bom and 1 other directory.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:42:35 -0400 (Fri, 28 May 2010)
New Revision: 6349
Modified:
api/trunk/bom/pom.xml
api/trunk/pom.xml
Log:
use weld-parent:10
Modified: api/trunk/bom/pom.xml
===================================================================
--- api/trunk/bom/pom.xml 2010-05-28 11:39:10 UTC (rev 6348)
+++ api/trunk/bom/pom.xml 2010-05-28 11:42:35 UTC (rev 6349)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<name>Weld and CDI APIs BOM</name>
Modified: api/trunk/pom.xml
===================================================================
--- api/trunk/pom.xml 2010-05-28 11:39:10 UTC (rev 6348)
+++ api/trunk/pom.xml 2010-05-28 11:42:35 UTC (rev 6349)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<name>Weld and CDI APIs Build Aggregator</name>
14 years, 11 months
Weld SVN: r6348 - in core/trunk: tests/src/test/java/org/jboss/weld/tests/event and 1 other directories.
by weld-commits@lists.jboss.org
Author: dallen6
Date: 2010-05-28 07:39:10 -0400 (Fri, 28 May 2010)
New Revision: 6348
Modified:
core/trunk/impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
core/trunk/tests/src/test/java/org/jboss/weld/tests/event/EventQualifierTest.java
core/trunk/tests/src/test/java/org/jboss/weld/tests/proxy/observer/ObserverInjectionTest.java
Log:
WELD-506 Added proxying of private methods
Modified: core/trunk/impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java
===================================================================
--- core/trunk/impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java 2010-05-28 11:29:51 UTC (rev 6347)
+++ core/trunk/impl/src/main/java/org/jboss/weld/bean/proxy/ProxyFactory.java 2010-05-28 11:39:10 UTC (rev 6348)
@@ -402,6 +402,20 @@
proxyClassType.addMethod(CtNewMethod.make(method.getReturnType(), method.getName(), method.getParameterTypes(), method.getExceptionTypes(), createInterceptorBody(method), proxyClassType));
}
}
+ // Also add all private methods from the class hierarchy
+ CtClass superClass = proxyClassType.getSuperclass();
+ while (!superClass.getName().equals("java.lang.Object"))
+ {
+ for (CtMethod method : superClass.getDeclaredMethods())
+ {
+ if (Modifier.isPrivate(method.getModifiers()) && !method.getDeclaringClass().getName().equals("java.lang.Object"))
+ {
+ log.trace("Adding method " + method.getLongName());
+ proxyClassType.addMethod(CtNewMethod.make(method.getReturnType(), method.getName(), method.getParameterTypes(), method.getExceptionTypes(), createInterceptorBody(method), proxyClassType));
+ }
+ }
+ superClass = superClass.getSuperclass();
+ }
}
catch (Exception e)
{
Modified: core/trunk/tests/src/test/java/org/jboss/weld/tests/event/EventQualifierTest.java
===================================================================
--- core/trunk/tests/src/test/java/org/jboss/weld/tests/event/EventQualifierTest.java 2010-05-28 11:29:51 UTC (rev 6347)
+++ core/trunk/tests/src/test/java/org/jboss/weld/tests/event/EventQualifierTest.java 2010-05-28 11:39:10 UTC (rev 6348)
@@ -24,7 +24,7 @@
public class EventQualifierTest extends AbstractWeldTest
{
- @Test(description="WELD-226", groups="broken")
+ @Test(description="WELD-226")
public void testDefaultQualifierNotRequired()
{
Bar bar = getReference(Bar.class);
Modified: core/trunk/tests/src/test/java/org/jboss/weld/tests/proxy/observer/ObserverInjectionTest.java
===================================================================
--- core/trunk/tests/src/test/java/org/jboss/weld/tests/proxy/observer/ObserverInjectionTest.java 2010-05-28 11:29:51 UTC (rev 6347)
+++ core/trunk/tests/src/test/java/org/jboss/weld/tests/proxy/observer/ObserverInjectionTest.java 2010-05-28 11:39:10 UTC (rev 6348)
@@ -8,7 +8,7 @@
public class ObserverInjectionTest extends AbstractWeldTest
{
- @Test(description="WELD-535", groups="broken")
+ @Test(description="WELD-535")
public void testInjectionHappens()
{
SampleObserver sampleObserver = getReference(SampleObserver.class);
14 years, 11 months
Weld SVN: r6347 - core/trunk/inject-tck-runner.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:29:51 -0400 (Fri, 28 May 2010)
New Revision: 6347
Modified:
core/trunk/inject-tck-runner/pom.xml
Log:
make the suite run again
Modified: core/trunk/inject-tck-runner/pom.xml
===================================================================
--- core/trunk/inject-tck-runner/pom.xml 2010-05-28 11:28:58 UTC (rev 6346)
+++ core/trunk/inject-tck-runner/pom.xml 2010-05-28 11:29:51 UTC (rev 6347)
@@ -24,6 +24,12 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
14 years, 11 months
Weld SVN: r6346 - cdi-tck/trunk.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:28:58 -0400 (Fri, 28 May 2010)
New Revision: 6346
Modified:
cdi-tck/trunk/pom.xml
Log:
use weld-parent:10
Modified: cdi-tck/trunk/pom.xml
===================================================================
--- cdi-tck/trunk/pom.xml 2010-05-28 11:13:24 UTC (rev 6345)
+++ cdi-tck/trunk/pom.xml 2010-05-28 11:28:58 UTC (rev 6346)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>8</version>
+ <version>10</version>
</parent>
<!-- Metadata -->
14 years, 11 months
Weld SVN: r6345 - cdi-tck/branches/1.0.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:13:24 -0400 (Fri, 28 May 2010)
New Revision: 6345
Modified:
cdi-tck/branches/1.0/pom.xml
Log:
use weld-parent:10
Modified: cdi-tck/branches/1.0/pom.xml
===================================================================
--- cdi-tck/branches/1.0/pom.xml 2010-05-28 11:07:48 UTC (rev 6344)
+++ cdi-tck/branches/1.0/pom.xml 2010-05-28 11:13:24 UTC (rev 6345)
@@ -10,7 +10,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<!-- Metadata -->
14 years, 11 months
Weld SVN: r6344 - in core/trunk: bom and 1 other directory.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:07:48 -0400 (Fri, 28 May 2010)
New Revision: 6344
Modified:
core/trunk/bom/pom.xml
core/trunk/pom.xml
Log:
use weld-parent:10
Modified: core/trunk/bom/pom.xml
===================================================================
--- core/trunk/bom/pom.xml 2010-05-28 11:03:02 UTC (rev 6343)
+++ core/trunk/bom/pom.xml 2010-05-28 11:07:48 UTC (rev 6344)
@@ -8,7 +8,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<name>Weld Core BOM</name>
Modified: core/trunk/pom.xml
===================================================================
--- core/trunk/pom.xml 2010-05-28 11:03:02 UTC (rev 6343)
+++ core/trunk/pom.xml 2010-05-28 11:07:48 UTC (rev 6344)
@@ -9,7 +9,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-parent</artifactId>
- <version>9</version>
+ <version>10</version>
</parent>
<name>Weld Build Aggregator</name>
14 years, 11 months
Weld SVN: r6343 - api/trunk/parent.
by weld-commits@lists.jboss.org
Author: pete.muir(a)jboss.org
Date: 2010-05-28 07:03:02 -0400 (Fri, 28 May 2010)
New Revision: 6343
Modified:
api/trunk/parent/
Log:
ignores
Property changes on: api/trunk/parent
___________________________________________________________________
Name: svn:ignore
+ .project
.settings
14 years, 11 months