0002 disable tests for entitymanager.patch | (download) |
entitymanager/pom.xml |
14 14 + 0 - 0 !
1 file changed, 14 insertions(+) |
[patch] disable tests for entitymanager
The following B-D are missing:
org.jboss.shrinkwrap:shrinkwrap-api
org.jboss.shrinkwrap:shrinkwrap-impl-base
org.hibernate:hibernate-jpamodelgen
|
0004 strict type inference with generics code.patch | (download) |
entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java |
4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-) |
entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java:[194,39]
invalid inferred types for M; inferred type does not conform to declared bound(s)
inferred: java.util.Map<K,V>
bound(s): java.util.Map<capture#829 of ?,capture#332 of ?>
I suspect this failure is because IcedTea 1.8.2 got more
strict with type inference and generics code. I say this
since I can rebuild this package without problems with
1.8.1. Thus, this FTBFS is present in sid and squeeze.
This bug seems to be very similar to #602362.
The problematic code involves the usage of Java generics and
since I'm not very experienced with that kind of code I'm
asking for help.
Bug: http://bugs.debian.org/606295
|