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

Changes:

[struberg] OWB-976 remove AbstractBeanManager

[struberg] OWB-974 natively implement InjectionTargetBean serialisation

[struberg] OWB-936 add some more interceptor and proxy tests

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building OpenWebBeans Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [remote-resources:process {execution: default}]
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 259 source files to 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[100,4]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[119,4]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[220,4]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[239,4]
 method does not override or implement a method from a supertype
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/CustomAlterablePassivatingContextImpl.java>:[33,8]
 cannot find symbol
symbol  : constructor 
CustomPassivatingContextImpl(org.apache.webbeans.container.SerializableBeanVault,javax.enterprise.context.spi.AlterableContext)
location: class org.apache.webbeans.context.CustomPassivatingContextImpl
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[220,15]
 incompatible types
found   : org.apache.webbeans.context.ApplicationContext
required: javax.enterprise.context.spi.Context
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[226,38]
 incompatible types
found   : org.apache.webbeans.context.ConversationContext
required: javax.enterprise.context.spi.Context
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[237,35]
 incompatible types
found   : org.apache.webbeans.context.DependentContext
required: javax.enterprise.context.spi.Context
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[243,33]
 incompatible types
found   : org.apache.webbeans.context.RequestContext
required: javax.enterprise.context.spi.Context
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[249,33]
 incompatible types
found   : org.apache.webbeans.context.SessionContext
required: javax.enterprise.context.spi.Context
[ERROR] 
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[255,35]
 incompatible types
found   : org.apache.webbeans.context.SingletonContext
required: javax.enterprise.context.spi.Context
[INFO] 11 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[100,4]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[119,4]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[220,4]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/AbstractContext.java>:[239,4]
 method does not override or implement a method from a supertype
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/context/CustomAlterablePassivatingContextImpl.java>:[33,8]
 cannot find symbol
symbol  : constructor 
CustomPassivatingContextImpl(org.apache.webbeans.container.SerializableBeanVault,javax.enterprise.context.spi.AlterableContext)
location: class org.apache.webbeans.context.CustomPassivatingContextImpl
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[220,15]
 incompatible types
found   : org.apache.webbeans.context.ApplicationContext
required: javax.enterprise.context.spi.Context
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[226,38]
 incompatible types
found   : org.apache.webbeans.context.ConversationContext
required: javax.enterprise.context.spi.Context
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[237,35]
 incompatible types
found   : org.apache.webbeans.context.DependentContext
required: javax.enterprise.context.spi.Context
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[243,33]
 incompatible types
found   : org.apache.webbeans.context.RequestContext
required: javax.enterprise.context.spi.Context
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[249,33]
 incompatible types
found   : org.apache.webbeans.context.SessionContext
required: javax.enterprise.context.spi.Context
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/main/java/org/apache/webbeans/corespi/se/DefaultContextsService.java>:[255,35]
 incompatible types
found   : org.apache.webbeans.context.SingletonContext
required: javax.enterprise.context.spi.Context

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22 seconds
[INFO] Finished at: Fri Jun 27 23:16:15 UTC 2014
[INFO] Final Memory: 71M/395M
[INFO] ------------------------------------------------------------------------

Reply via email to