Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Contribution to Orbit of code from existing Eclipse Project

FYI: The javax.persistence package currently in Orbit (which I committed) is the 1.0 version (from the JPA 1.0 spec) The javax.persistence version I would like to share is the 2.0 version (from the 2.0 spec). The reason 2.0 has taken a different route is related to the dates when EclipseLink became an Eclipse project.


On 01/02/2012 1:04 AM, Gunnar Wagenknecht wrote:
Am 31.01.2012 22:07, schrieb Tom Ware:
The reason we are considering Orbit is that the code we are spinning off is in a
javax package (javax.persistence).  It is a third party library - in that it is
a library we depend on to run that is potentially used by other parties that do
not use our project's code.  The unusual part about it is that we are both the
main contributers to the Eclipse project that uses it and the "3rd party" the
provides the library.

javax.persistence is in Orbit already. We need to make sure that there
aren't multiple different versions of it flying around. Thus, I think
it's great to have the EclipseLink project contributing their version of
javax.persistence to Orbit and ensuring that it will be maintained going
forward. A big +1 from my side.

Tom, are there any modifications you did to javax.persistence that
aren't implemented in the "official" javax.persistence package?

Usually Orbit contains binary bundles. Thus, I wonder if the source has
a better home in a Git repository owned by the EclipseLink project
itself. Just the binary bits would be published to Orbit.

David, I think the only other option we have is removing (deprecating?)
3rdparty packages from Orbit and telling people to use the version
maintained by XYZ at ABC. That does sound confusing, though.

-Gunnar
_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top