You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/09/07 10:34:36 UTC

Build failed in Jenkins: OpenWebBeans-trunk-deploy » OpenWebBeans Core #157

See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/157/changes>

Changes:

[struberg] OWB-1001 implement ProcessInjectionPoint

applied patch from Reinhard Sandtner
plus fixed a few minor things with him together in a hangout session.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0.MR2-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 272 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
Should not skip: ^
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 828 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 48 seconds
[INFO] Finished at: Sun Sep 07 08:34:13 UTC 2014
[INFO] Final Memory: 78M/420M
[INFO] ------------------------------------------------------------------------

Jenkins build is back to normal : OpenWebBeans-trunk-deploy » OpenWebBeans Core #161

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/161/changes>


Build failed in Jenkins: OpenWebBeans-trunk-deploy » OpenWebBeans Core #160

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/160/changes>

Changes:

[struberg] OWB-1003 move back to invoking default ct for decorators and interceptors

[struberg] OWB-1003 BeanManager must not get decorated nor intercepted

This commit also fixes the interceptor/decorator proxy creation for interfaces.
Hacked together with rsandtner via hangout

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0.MR2-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 276 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
Should not skip: ^
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 828 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41 seconds
[INFO] Finished at: Wed Sep 10 08:35:08 UTC 2014
[INFO] Final Memory: 77M/425M
[INFO] ------------------------------------------------------------------------

Build failed in Jenkins: OpenWebBeans-trunk-deploy » OpenWebBeans Core #159

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/159/changes>

Changes:

[rmannibucau] disposal methods for field producers

[rmannibucau] validating @Inject Decorator is done in decorators

[rmannibucau] lazy UnproxyableResolutionException for private constructor

[rmannibucau] validating @Disposes injection points

[rmannibucau] beforeBeanDiscovery.addAnnotationType shouldn't not conflict with default key

[struberg] OWB-1002 check @Decorated and @Intercepted conditions

txs to Reinhard Sandtner (rsandtner) for the patch!

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0.MR2-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 276 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
Should not skip: ^
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 828 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 39 seconds
[INFO] Finished at: Tue Sep 09 08:39:39 UTC 2014
[INFO] Final Memory: 78M/413M
[INFO] ------------------------------------------------------------------------

Build failed in Jenkins: OpenWebBeans-trunk-deploy » OpenWebBeans Core #158

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/158/changes>

Changes:

[rmannibucau] ensure @Inject Bean<X> are done in X

[rmannibucau] sharing PassivationBeanWrapper

[rmannibucau] createBean from ProducerFactory

[rmannibucau] redundant cast

[rmannibucau] @WithAnnotation, inheritance on constructor + meta annotation support

[rmannibucau] trying to validate decorator generics - this is a first draft and will surely need to adjustments

[rmannibucau] ensure EventMetadata is not used anywhere else as in observer parameters

[rmannibucau] ensure programmatic decorators have a delegate injection point

[rmannibucau] refactor ProcessBeanAttributes event firing like other events to avoid duplication

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans Core
[INFO]    task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] snapshot org.apache.geronimo.specs:geronimo-annotation_1.2_spec:1.0.MR2-SNAPSHOT: checking for updates from apache.snapshots
[INFO] snapshot org.apache.geronimo.specs:geronimo-interceptor_1.2_spec:1.0-SNAPSHOT: checking for updates from apache.snapshots
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 274 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[INFO] [bundle:manifest {execution: bundle-manifest}]
Should not skip: ^
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 58 resources
[INFO] Copying 3 resources
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 828 source files to <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] <https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype
[INFO] 1 error
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/OpenWebBeans-trunk-deploy/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/portable/CustomBeanTest.java>:[96,16] method does not override or implement a method from a supertype

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 37 seconds
[INFO] Finished at: Mon Sep 08 08:33:55 UTC 2014
[INFO] Final Memory: 77M/416M
[INFO] ------------------------------------------------------------------------