Community
Participate
Working Groups
Recently, a change has been made to the signatures of a number of create methods on DynamicContextFactory as well as two constructors (Metadata and OXMMetadata). The change was from: Map<String, Map<String, Source>> to: Map<String, Object> This change is causing compile errors in existing code/tests that still pass in a Map<String, Map<String, Source>>. Instead of 'Object', '?' should be used, i.e.: Map<String, ?>
Created attachment 185235 [details] Proposed fix
Reviewed by: rick.barkhouse@oracle.com; blaise.doughan@oracle.com Tests: all unit tests pass as expected Revision: 8711
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink