Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial work on Jakata Persistence Driver for Jakarta Data #130

Merged

Commits on Aug 3, 2024

  1. feat: Jakarta Persistence Driver - initial commit

    Implements several select operators.
    Jakarta Data TCK runner
    TCK tests: 15 passed, 21 failed, 48 in error
    OndroMih committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    af3a91c View commit details
    Browse the repository at this point in the history
  2. feat: Jakarta Persistence Driver - IN clause

    TCK tests: 19 passed, 22 failed, 43 in error
    OndroMih committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fadc738 View commit details
    Browse the repository at this point in the history
  3. feat: Jakarta Persistence Driver - refactoring

    Extracted select methods to a separate class
    Use the latest released Jakarta Data spec artifacts
    Add Persistence CDI extension to PersistenceUnitTests - it's picked up automatically for EntityTests but not here
    OndroMih committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    12cab75 View commit details
    Browse the repository at this point in the history
  4. feat: Jakarta Persistence Driver - Support for some delete statements

    Depends on Eclipselink snapshot version, which contains a few fixes
    OndroMih committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    856926d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    3434b9f View commit details
    Browse the repository at this point in the history