Description
Trying to build Wicket with JDK 1.8 (build b117) fails with:
[ERROR] /home/martin/git/apache/wicket/wicket-util/src/main/java/org/apache/wicket/util/value/ValueMap.java:[792,40] incompatible types: inference variable T has incompatible upper bounds java.lang.Enum<T>,T
Attachments
Issue Links
- relates to
-
WICKET-5647 missing generic cast causes compile error on OS X / jdk 8
- Resolved