https://github.com/eclipse-ee4j/eclipselink
Eclipselink project
https://github.com/eclipse-ee4j/eclipselink
Last synced: 3 months ago
JSON representation
Eclipselink project
- Host: GitHub
- URL: https://github.com/eclipse-ee4j/eclipselink
- Owner: eclipse-ee4j
- License: other
- Created: 2018-03-09T19:53:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-26T08:09:46.000Z (9 months ago)
- Last Synced: 2025-07-03T19:06:42.762Z (9 months ago)
- Language: Java
- Homepage: https://eclipse.dev/eclipselink/
- Size: 306 MB
- Stars: 220
- Watchers: 26
- Forks: 183
- Open Issues: 295
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-java - EclipseLink
README
[//]: # " Copyright (c) 2020, 2025 Oracle and/or its affiliates. All rights reserved. "
[//]: # " "
[//]: # " This program and the accompanying materials are made available under the "
[//]: # " terms of the Eclipse Public License v. 2.0 which is available at "
[//]: # " http://www.eclipse.org/legal/epl-2.0, "
[//]: # " or the Eclipse Distribution License v. 1.0 which is available at "
[//]: # " http://www.eclipse.org/org/documents/edl-v10.php. "
[//]: # " "
[//]: # " SPDX-License-Identifier: EPL-2.0 OR BSD-3-Clause "
EclipseLink master 5.0.x
[](https://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink)
[](https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/eclipselink)
[](https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-master)
EclipseLink 4.0.x
[](https://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink)
[](https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-4.0)
EclipseLink 3.0.x
[](https://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink)
[](https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-3.0)
EclipseLink 2.7.x
[](https://mvnrepository.com/artifact/org.eclipse.persistence/eclipselink)
[](https://ci.eclipse.org/eclipselink/job/eclipselink-nightly-2.7)
# EclipseLink
The EclipseLink project's goal is to provide a complete persistence framework that is both
comprehensive and universal. It will run in any Java environment and read and write objects
to virtually any type of data source, including relational databases, XML, JSON, or EIS systems.
EclipseLink will focus on providing leading edge support, including advanced feature extensions,
for the dominant persistence standards for each target data source;
Jakarta Persistence for relational databases, Jakarta XML Binding for XML,
Jakarta Connectors for EIS and other types of legacy systems, and Service Data Objects (SDO).
This project is part of [the EclipseLink project](https://projects.eclipse.org/projects/ee4j.eclipselink).
## License
EclipseLink is dual licensed under an [EPL 2.0](LICENSE.md) and [EDL 1.0](LICENSE.md) license.
## Contributing
We use [contribution policy](CONTRIBUTING.md), which means we can only accept contributions under
the terms of [Eclipse Contributor Agreement](https://www.eclipse.org/legal/ECA.php).
## Links
* [Home page](http://eclipse.org/eclipselink)
* [Documentation](https://www.eclipse.org/eclipselink/documentation/)
* [Javadoc](https://javadoc.io/doc/org.eclipse.persistence/eclipselink/latest/index.html)
* [Mailing list](https://accounts.eclipse.org/mailing-list/eclipselink-users)
* [Wiki](https://wiki.eclipse.org/EclipseLink)
* [Examples](https://wiki.eclipse.org/EclipseLink/Examples)
* [Nightly builds](https://download.eclipse.org/rt/eclipselink/nightly/)
* [Maven staging repository](https://jakarta.oss.sonatype.org/content/groups/staging/org/eclipse/persistence/)
* [Maven snapshots repository](https://jakarta.oss.sonatype.org/content/repositories/snapshots/org/eclipse/persistence/), another output from the nightly builds
* [EclipseLink Persistence Test Applications](https://github.com/eclipse-ee4j/eclipselink/tree/master/jpa/eclipselink.jpa.testapps/README.md)
## Issue/bug trackers
* [GitHub Issues](https://github.com/eclipse-ee4j/eclipselink/issues), this is preferred bug tracker
* [Eclipse.org Bugzilla](https://bugs.eclipse.org/bugs/buglist.cgi?product=EclipseLink)
Hint: If it's possible, it helps if some test reproducer is attached to the new bug.
If it's not possible, attached entities and persistence.xml file should help too for JPA related bugs.
For MOXy, entities and XML or JSON resources/files are welcome.