-
Notifications
You must be signed in to change notification settings - Fork 186
Comparing changes
Open a pull request
base repository: eclipse-ee4j/eclipselink
base: 4.0.5
head repository: eclipse-ee4j/eclipselink
compare: 4.0.6
- 11 commits
- 178 files changed
- 5 contributors
Commits on Dec 23, 2024
-
Version change to 4.0.6-SNAPSHOT (#2337)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 3f59e37 - Browse repository at this point
Copy the full SHA 3f59e37View commit details
Commits on Jan 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 49613ed - Browse repository at this point
Copy the full SHA 49613edView commit details
Commits on Jan 27, 2025
-
GitHub Actions upgrade (#2353)
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 5a49a46 - Browse repository at this point
Copy the full SHA 5a49a46View commit details
Commits on Feb 27, 2025
-
Random JPA WDF test failures - TestFlush and TestGetReference entity …
…collisions (#2372) Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 3a9e112 - Browse repository at this point
Copy the full SHA 3a9e112View commit details
Commits on Feb 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for f4cdaac - Browse repository at this point
Copy the full SHA f4cdaacView commit details
Commits on Mar 10, 2025
-
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)
Configuration menu - View commit details
-
Copy full SHA for 44adc24 - Browse repository at this point
Copy the full SHA 44adc24View commit details
Commits on Mar 25, 2025
-
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.
Configuration menu - View commit details
-
Copy full SHA for d732cca - Browse repository at this point
Copy the full SHA d732ccaView commit details
Commits on Mar 26, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for ae0043a - Browse repository at this point
Copy the full SHA ae0043aView commit details
Commits on Apr 1, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a46ac72 - Browse repository at this point
Copy the full SHA a46ac72View commit details
Commits on Apr 2, 2025
-
Issue #2391 - Fixed JTATransactionController JNDI initialization (#2394)
Signed-off-by: Tomáš Kraus <tomas.kraus@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for 9c012a0 - Browse repository at this point
Copy the full SHA 9c012a0View commit details
Commits on Apr 3, 2025
-
Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
Configuration menu - View commit details
-
Copy full SHA for b9b1a30 - Browse repository at this point
Copy the full SHA b9b1a30View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.0.5...4.0.6