Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: eclipse-ee4j/eclipselink
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.5
Choose a base ref
...
head repository: eclipse-ee4j/eclipselink
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.6
Choose a head ref
  • 11 commits
  • 178 files changed
  • 5 contributors

Commits on Dec 23, 2024

  1. Version change to 4.0.6-SNAPSHOT (#2337)

    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    3f59e37 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

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

Commits on Jan 27, 2025

  1. GitHub Actions upgrade (#2353)

    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman authored Jan 27, 2025
    Configuration menu
    Copy the full SHA
    5a49a46 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Random JPA WDF test failures - TestFlush and TestGetReference entity …

    …collisions (#2372)
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    3a9e112 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Don't validate if the only change is to a @Version attribute (e.g. em…

    ….find() with PESSIMISTIC_FORCE_INCREMENT) (#2371)
    
    Signed-off-by: Jonathan Gallimore <jgallimore@tomitribe.com>
    jgallimore authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    f4cdaac View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Initialize platform specific identity sequences for remote entity man…

    …ager - bugfix (backport from master #2357) (#2381)
    
    Fix for a bug which happens with Oracle platform and remote EntityManager only. Discovered by `org.eclipse.persistence.testing.tests.jpa.remote.RemoteEntityManagerTest`.
    DB Accessor behind `org.eclipse.persistence.sessions.remote.RemoteSession` is not connected before `<platform>..initIdentitySequences(...)` call.
    This issue happens on Oracle platform only because other platforms have `initIdentitySequences(...)` empty.
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    (cherry picked from commit 3f10ccf)
    rfelcman authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    44adc24 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Clone batchQuery when executing to ensure nested batch fetches retain…

    … proper rows (#2386)
    
    Closes #1998 
    This PR changes the execution of the batchQuery to utilize a clone for actual execution of the batch fetching. Without the clone it was possible that further batches would overwrite the DataResults of the original batchQuery. These DataResults were then used by the various BatchValueHolders to instantiate the values lazily. However when overwritten the referenced rows had the possibility of not existing in the policy as only the most recently executed batch was present. This could lead to incorrect results being returned.
    Sheikah45 authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    d732cca View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2025

  1. Postgres function calls with named parameters - bugfix (#2389)

    PostgreSQL JDBC driver doesn't accept parameters passed by names (only index way). This fix allows use it with persistence property `<property name="eclipselink.jpa.naming_into_indexed" value="true"/>` which allows EclipseLink translate naming parameters into indexed (order is important).
    There is also added flag `isJDBCExecuteCompliant()` removed by some previous commit to declare if platform related JDBC driver implements complete JDBC functionality.
    Fixes #2369
    
    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman authored Mar 26, 2025
    Configuration menu
    Copy the full SHA
    ae0043a View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2025

  1. Issue #2391 - Fixed JTATransactionController JNDI initialization (#2392)

    Common JNDI initialization of JTATransactionController and JTA11TransactionController was not working properly.
    
    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus authored Apr 1, 2025
    Configuration menu
    Copy the full SHA
    a46ac72 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2025

  1. Issue #2391 - Fixed JTATransactionController JNDI initialization (#2394)

    Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
    Tomas-Kraus authored Apr 2, 2025
    Configuration menu
    Copy the full SHA
    9c012a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. ASM 9.8.0 upgrade (#2395)

    Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
    rfelcman authored Apr 3, 2025
    Configuration menu
    Copy the full SHA
    b9b1a30 View commit details
    Browse the repository at this point in the history
Loading