Community
Participate
Working Groups
IJPAVersion.versions() uses Arrays.asList() to create a list from an array, that array is read-only, which means remove() cannot be used.
Created attachment 208869 [details] Create an array directly since it only contains 2 items
Patch looks fine. Curious as to why someone would be trying to call remove() on this?
Fix checked in
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink