I'm a bit confused and can't find the JPA version that uses longs instead of ints as mentioned in the migration guide at:
https://cwiki.apache.org/WICKET/migration-to-wicket-60.html Repeaters * `IDataProvider` was converted to using `long` instead of `int` to better line up with JPA and other persistence frameworks. This has caused a rather large cascade of `int` to `long` changes all over the repeater packages (WICKET-1175 <https://issues.apache.org/jira/browse/WICKET-1175> ). Could someone shed some light? I'm still using JEE 6 (as many of us) and I don't feel comfortable casting a bunch of longs to int in my DAO code. ~ Thank you, Paul Bors
