Weld SVN: r6733 - core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache.
by weld-commits@lists.jboss.org
Author: marius.bogoevici
Date: 2010-07-20 11:01:08 -0400 (Tue, 20 Jul 2010)
New Revision: 6733
Modified:
core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java
Log:
javadoc
Modified: core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java
===================================================================
--- core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java 2010-07-20 03:11:09 UTC (rev 6732)
+++ core/trunk/impl/src/main/java/org/jboss/weld/metadata/cache/InterceptorBindingModel.java 2010-07-20 15:01:08 UTC (rev 6733)
@@ -134,6 +134,11 @@
}
}
+ /**
+ * Retrieves the transitive interceptor binding types that are inherited by this interceptor binding,
+ * as per section 9.1.1 of the specification, "Interceptor binding types with additional interceptor bindings"
+ * @return a set of transitive interceptor bindings, if any
+ */
public Set<Annotation> getInheritedInterceptionBindingTypes()
{
return inheritedInterceptionBindingTypes;
15 years, 9 months
Weld SVN: r6732 - archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources.
by weld-commits@lists.jboss.org
Author: dan.j.allen
Date: 2010-07-19 23:11:09 -0400 (Mon, 19 Jul 2010)
New Revision: 6732
Modified:
archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml
Log:
switch to jdk14 slf4j logging bridge
Modified: archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml
===================================================================
--- archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml 2010-07-20 03:09:54 UTC (rev 6731)
+++ archetypes/javaee6-webapp/tags/1.0.1.Beta1/src/main/resources/archetype-resources/pom.xml 2010-07-20 03:11:09 UTC (rev 6732)
@@ -94,7 +94,7 @@
<!-- Remove if server provides slf4j; JBoss AS provides it; GlassFish provides it if you have the Hibernate JPA provider installed -->
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
+ <artifactId>slf4j-jdk14</artifactId>
<version>1.5.10</version>
<scope>runtime</scope>
</dependency>
15 years, 9 months
Weld SVN: r6731 - archetypes/javaee6-webapp/trunk.
by weld-commits@lists.jboss.org
Author: dan.j.allen
Date: 2010-07-19 23:09:54 -0400 (Mon, 19 Jul 2010)
New Revision: 6731
Modified:
archetypes/javaee6-webapp/trunk/pom.xml
Log:
switch to jdk14 slf4j logging bridge
Modified: archetypes/javaee6-webapp/trunk/pom.xml
===================================================================
--- archetypes/javaee6-webapp/trunk/pom.xml 2010-07-19 15:07:37 UTC (rev 6730)
+++ archetypes/javaee6-webapp/trunk/pom.xml 2010-07-20 03:09:54 UTC (rev 6731)
@@ -98,7 +98,7 @@
<!-- Remove if server provides slf4j; JBoss AS provides it; GlassFish provides it if you have the Hibernate JPA provider installed -->
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>slf4j-simple</artifactId>
+ <artifactId>slf4j-jdk14</artifactId>
<version>1.5.10</version>
<scope>runtime</scope>
</dependency>
15 years, 9 months
Weld SVN: r6730 - core/tags.
by weld-commits@lists.jboss.org
Author: rogerk
Date: 2010-07-19 11:07:37 -0400 (Mon, 19 Jul 2010)
New Revision: 6730
Added:
core/tags/1.1.0-01-glassfish/
Log:
Tag For Weld Integration Into GlassFish 3.1
Copied: core/tags/1.1.0-01-glassfish (from rev 6729, core/branches/glassfish-31-integration-01)
15 years, 9 months
Weld SVN: r6729 - api/tags.
by weld-commits@lists.jboss.org
Author: rogerk
Date: 2010-07-19 11:02:07 -0400 (Mon, 19 Jul 2010)
New Revision: 6729
Added:
api/tags/1.1.0-01-glassfish/
Log:
Tag For Weld Integration Into GlassFish 3.1
Copied: api/tags/1.1.0-01-glassfish (from rev 6728, api/branches/glassfish-31-integration-01)
15 years, 9 months
Weld SVN: r6728 - in core/branches/glassfish-31-integration-01: bom and 9 other directories.
by weld-commits@lists.jboss.org
Author: rogerk
Date: 2010-07-19 10:57:32 -0400 (Mon, 19 Jul 2010)
New Revision: 6728
Modified:
core/branches/glassfish-31-integration-01/bom/pom.xml
core/branches/glassfish-31-integration-01/impl/pom.xml
core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
core/branches/glassfish-31-integration-01/jboss-as/pom.xml
core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
core/branches/glassfish-31-integration-01/parent/pom.xml
core/branches/glassfish-31-integration-01/pom.xml
core/branches/glassfish-31-integration-01/porting-package/pom.xml
core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
core/branches/glassfish-31-integration-01/tests/pom.xml
Log:
Updates For Weld Integration Into GlassFish 3.1 - remove SNAPSHOT references
Modified: core/branches/glassfish-31-integration-01/bom/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<parent>
<groupId>org.jboss.weld</groupId>
@@ -33,7 +33,7 @@
</developers>
<properties>
- <weld.api.version>1.1.0-01-glassfish-SNAPSHOT</weld.api.version>
+ <weld.api.version>1.1.0-01-glassfish</weld.api.version>
<!-- Override the API and compile with more recent EL API -->
<google.collections.version>1.0</google.collections.version>
<javassist.version>3.11.0.GA</javassist.version>
Modified: core/branches/glassfish-31-integration-01/impl/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/impl/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/impl/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -3,7 +3,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/inject-tck-runner/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/jboss-as/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/jboss-as/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/jboss-as/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -4,12 +4,12 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-jboss-as-updater</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-parent</artifactId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
Modified: core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/jboss-tck-runner/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/osgi-bundle/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -16,7 +16,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/parent/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -7,7 +7,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-bom</artifactId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
Modified: core/branches/glassfish-31-integration-01/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -4,7 +4,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-build-aggregator</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<parent>
<groupId>org.jboss.weld</groupId>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<type>pom</type>
</dependency>
</dependencies>
Modified: core/branches/glassfish-31-integration-01/porting-package/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/porting-package/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/porting-package/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/tests/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/tests/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml
===================================================================
--- core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
+++ core/branches/glassfish-31-integration-01/tests-arquillian/pom.xml 2010-07-19 14:57:32 UTC (rev 6728)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-core-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
15 years, 9 months
Weld SVN: r6727 - in api/branches/glassfish-31-integration-01: bom and 3 other directories.
by weld-commits@lists.jboss.org
Author: rogerk
Date: 2010-07-19 10:54:13 -0400 (Mon, 19 Jul 2010)
New Revision: 6727
Modified:
api/branches/glassfish-31-integration-01/bom/pom.xml
api/branches/glassfish-31-integration-01/parent/pom.xml
api/branches/glassfish-31-integration-01/pom.xml
api/branches/glassfish-31-integration-01/weld-spi/pom.xml
api/branches/glassfish-31-integration-01/weld/pom.xml
Log:
Updates For Weld Integration Into GlassFish 3.1 - remove SNAPSHOT references
Modified: api/branches/glassfish-31-integration-01/bom/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/bom/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<parent>
<groupId>org.jboss.weld</groupId>
Modified: api/branches/glassfish-31-integration-01/parent/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/parent/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-bom</artifactId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../bom/pom.xml</relativePath>
</parent>
<groupId>org.jboss.weld</groupId>
Modified: api/branches/glassfish-31-integration-01/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/pom.xml 2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
@@ -3,7 +3,7 @@
<groupId>org.jboss.weld</groupId>
<artifactId>weld-api-build-aggregator</artifactId>
<packaging>pom</packaging>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<parent>
<groupId>org.jboss.weld</groupId>
Modified: api/branches/glassfish-31-integration-01/weld/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/weld/pom.xml 2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/weld/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Modified: api/branches/glassfish-31-integration-01/weld-spi/pom.xml
===================================================================
--- api/branches/glassfish-31-integration-01/weld-spi/pom.xml 2010-07-19 14:40:47 UTC (rev 6726)
+++ api/branches/glassfish-31-integration-01/weld-spi/pom.xml 2010-07-19 14:54:13 UTC (rev 6727)
@@ -2,7 +2,7 @@
<parent>
<artifactId>weld-api-parent</artifactId>
<groupId>org.jboss.weld</groupId>
- <version>1.1.0-01-glassfish-SNAPSHOT</version>
+ <version>1.1.0-01-glassfish</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
15 years, 9 months