See
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/1128/changes>
Changes:
[struberg] OWB-654 fix manual lookup of beans with generic types
Txs to Daniel Cunha (soro) for the patch!
[struberg] fix modifier ordering
to make sonar happy...
------------------------------------------
[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 3 resources
[INFO] Copying 3 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 290 source files to
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/target/classes>
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[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] Changes detected - recompiling the module!
[INFO] Compiling 860 source files to
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/target/test-classes>
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING :
[INFO] -------------------------------------------------------------
[WARNING] Note: Some input files use or override a deprecated API.
[WARNING] Note: Recompile with -Xlint:deprecation for details.
[WARNING] Note: Some input files use unchecked or unsafe operations.
[WARNING] Note: Recompile with -Xlint:unchecked for details.
[INFO] 4 warnings
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,24]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,38]
cannot find symbol
symbol : class MyInterface
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,57]
cannot find symbol
symbol : class MyAbstract
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,75]
cannot find symbol
symbol : class StringBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,93]
cannot find symbol
symbol : class StringBeanAbstract
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[134,9]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[ERROR]
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[134,39]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[INFO] 7 errors
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,24]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,38]
cannot find symbol
symbol : class MyInterface
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,57]
cannot find symbol
symbol : class MyAbstract
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,75]
cannot find symbol
symbol : class StringBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[133,93]
cannot find symbol
symbol : class StringBeanAbstract
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[134,9]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
<https://builds.apache.org/job/OpenWebBeans-trunk/org.apache.openwebbeans$openwebbeans-impl/ws/src/test/java/org/apache/webbeans/test/injection/generics/GenericsTest.java>:[134,39]
cannot find symbol
symbol : class MyBean
location: class org.apache.webbeans.test.injection.generics.GenericsTest
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19 seconds
[INFO] Finished at: Sat May 30 22:52:17 UTC 2015
[INFO] Final Memory: 81M/819M
[INFO] ------------------------------------------------------------------------