Skip to content

Changes

#24 (Apr 11, 2024, 1:37:13 PM)

  1. UUID not working as GeneratedValue Id with merge - fix (#2087) (commit: 592506c) — GitHub / githubweb
  2. make annotations and config packages independent on internal APIs (commit: 1f9a377) — Lukas Jungmann / githubweb
  3. remove unused internal classes, minor cleanup (commit: c5aed35) — Lukas Jungmann / githubweb
  4. Update cannonical model for persistence 3.2 (commit: d5e3966) — Lukas Jungmann / githubweb
  5. include all variables in hascode computation (commit: 5a42db2) — Lukas Jungmann / githubweb
  6. Add support for persistence.xml v3.2, (commit: 65c1c15) — Lukas Jungmann / githubweb
  7. [master] StoredProcedureQuery getSingleResultOrNull() fix (#2098) (commit: cee2939) — GitHub / githubweb
  8. EntityManagerFactory.getName() fix (commit: a5c7f08) — Lukas Jungmann / githubweb
  9. EntityManagerFactory.setCacheRetrieveMode() setCacheStoreMode() and NPE fix plus unit test (#2104) (commit: 0f4718a) — GitHub / githubweb
  10. reflect recent change in modelgen naming (commit: a99bb49) — Lukas Jungmann / githubweb
  11. [master] Jakarta Persistence API 3.2.0 and ASM 9.7 upgrade (#2107) (commit: 9c4b266) — GitHub / githubweb
  12. Jakarta Persistence 3.2 new feature - JPQL functions ID(), VERSION() (#2108) (commit: 3d1e6b4) — GitHub / githubweb
  13. Understand new (eclipselink-)orm xsd (commit: 2dd631c) — Lukas Jungmann / githubweb
  14. Jakarta Persistence 3.2: JPQL generate missing Entity default `this` alias in simple SELECT queries (#2102) (commit: 78a5206) — GitHub / githubweb

#22 (Mar 1, 2024, 8:01:28 AM)

  1. Dependencies, Maven plugin and org.eclipse.ee4j:project versions upgrade (#2084) (commit: 4c3c2b4) — GitHub / githubweb

#21 (Feb 29, 2024, 2:25:13 PM)

  1. Version change to 4.0.2-SNAPSHOT (#1819) (commit: 47460f3) — GitHub / githubweb
  2. Correct clobbered message from git rebase for (#1477) (#1820) (commit: ffc9d1e) — GitHub / githubweb
  3. Issue 1827: Add java.time support for DB2 schema generation (#1828) (commit: dbdf363) — GitHub / githubweb
  4. Remove useless log message during a veawing (#1837) (commit: 1092bbf) — GitHub / githubweb
  5. Add DB2 z/OS support for new JPA 3.1 supported functions (#1831) (commit: 2be887a) — GitHub / githubweb
  6. Fix for java.lang.StackOverflowError after bumping from 4.0.0 to 4.0.1 after ASM refactor (#1841) (commit: 8ac1935) — GitHub / githubweb
  7. SDO potential memory leak fix (#1844) (commit: 3271f25) — GitHub / githubweb
  8. Eclipse Dash License Tool (Maven Plugin) implementation (#1846) (commit: 8662a87) — GitHub / githubweb
  9. ASM version switch to 9.5 to be ready for JDK 21. (#1851) (commit: 3f84c1c) — GitHub / githubweb
  10. fix #1596 Major performance issue in case of many new entities (#1843) (commit: 76d8274) — GitHub / githubweb
  11. SDO potential memory leak fix 2.0 (#1855) (commit: 899dfad) — GitHub / githubweb
  12. Update LoggingLocalizationResource messages (#1861) (commit: eb1b07d) — GitHub / githubweb
  13. Oracle DDL Parser dependency update 3.0.0 -> 3.0.1 (#1870) (commit: 77cbad4) — GitHub / githubweb
  14. Oracle 23 platform (#1876) (commit: 0a12012) — GitHub / githubweb
  15. Maven build: Version change to 4.1.0-SNAPSHOT and minimal JDK 17 source/bin level (#1878) (commit: 77180c9) — GitHub / githubweb
  16. JDK 21 build and test support (#1880) (commit: 90eb04b) — GitHub / githubweb
  17. Oracle AQ API upgrade to com.oracle.database.messaging/aqapi-jakarta@23.2.0.0 (#1882) (commit: 0767bf4) — GitHub / githubweb
  18. EntityManagerFactory.withTransaction() as default implementation. (#1884) (commit: eea7f20) — GitHub / githubweb
  19. New JPQL 3.2 and `||` as a String concat operator (#1903) (commit: 9cb4c43) — GitHub / githubweb
  20. Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument (#1911) (commit: 6d59a82) — GitHub / githubweb
  21. Maven plugins and dependencies update (#1906) (commit: 33b5106) — GitHub / githubweb
  22. #1919: 4.0.2 tag fails to run the Bundles tests (commit: 13a3baa) — Lukas Jungmann / githubweb
  23. #1919: 4.0.2 tag fails to run the Bundles tests (2) (commit: 24b0814) — Lukas Jungmann / githubweb
  24. avoid few instanceof checks (commit: 4fc39aa) — Lukas Jungmann / githubweb
  25. do not overwrite user defined return type (commit: 9ea90e3) — Lukas Jungmann / githubweb
  26. fix a bug in handling XmlEnums, make moxy more android friendly (commit: 58f1330) — Lukas Jungmann / githubweb
  27. use single class imports in core (commit: 3dbed66) — Lukas Jungmann / githubweb
  28. Deprecate inefficient Helper.getShortClassName methods (commit: 47ed401) — Lukas Jungmann / githubweb
  29. avoid using inefficient Helper.getShortClassName methods through the codebase (commit: 3600860) — Lukas Jungmann / githubweb
  30. failsafe knows argLine property (commit: 34042cd) — Lukas Jungmann / githubweb
  31. ExcpetionLocalizationResource should take a variable from an argument (commit: 1b96153) — Lukas Jungmann / githubweb
  32. [master] Jakarta Persistence 3.2 new feature - JPQL functions REPLACE() (#1924) (commit: a45b1ba) — GitHub / githubweb
  33. deprecate Helper.cr() and similar for removal (commit: 81e4e14) — Lukas Jungmann / githubweb
  34. Avoid using deprecated Helper.cr() calls (commit: 9da70bf) — Lukas Jungmann / githubweb
  35. Deprecate Helper's FILE/PATH separators for removal (commit: 2b8dd8d) — Lukas Jungmann / githubweb
  36. Exception Resources should take vars from resources (commit: d10676f) — Lukas Jungmann / githubweb
  37. move to Lists in codegen (commit: 352a1e6) — Lukas Jungmann / githubweb
  38. Update logging to use java.time, (commit: d1df119) — Lukas Jungmann / githubweb
  39. mark CoreObjectBuilder.createRecordFromXMLContext deprecated for removal (commit: 7dfeab5) — Lukas Jungmann / githubweb
  40. Jakarta Persistence 3.2 new feature - JPQL functions LEFT(), RIGHT() (#1933) (commit: abe7bf9) — GitHub / githubweb
  41. Jakarta Persistence 3.2 new feature - JPQL UNION, INTERSECT, EXCEPT, CAST (#1937) (commit: f7070a1) — GitHub / githubweb
  42. Fixed build issues with JPA API 3.2 (commit: f24afd7) — Lukas Jungmann / githubweb
  43. JPA #442 - Overload where(), having(), concat(), and() and or() to accept List. (commit: 6d4ba8d) — Lukas Jungmann / githubweb
  44. JPA #430 - Fix signatures of operations of entity graphs (commit: ed06d2d) — Lukas Jungmann / githubweb
  45. JPA #441 - Pull getParameters() up from CriteriaQuery to CommonAbstractCriteria (commit: c89e4b5) — Lukas Jungmann / githubweb
  46. Fixed build issues with JPA API 3.2 (commit: f1fb9f6) — Lukas Jungmann / githubweb
  47. JPA #414 - Add EntityManagerFactory.runInTransaction()/callInTransaction() (commit: 1f2fc14) — Lukas Jungmann / githubweb
  48. Fixed build issues with JPA API 3.2 (commit: 82ffef8) — Lukas Jungmann / githubweb
  49. GitHub Actions JDK fix (#1952) (commit: fddaf56) — GitHub / githubweb
  50. Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects (#1951) (commit: ad93f7a) — GitHub / githubweb
  51. JPA Test Advanced fix (#1955) (commit: 676506b) — GitHub / githubweb
  52. avoid unnecessarry reflection calls, (commit: ba8b71e) — Lukas Jungmann / githubweb
  53. "jakarta.persistence.query.timeout" update javadoc (#1948) (commit: 610b9d2) — GitHub / githubweb
  54. Issue 1957: Presize HashMap allocations in UnitOfWorkImpl (#1958) (commit: c5f1a83) — GitHub / githubweb
  55. ASM version upgrade to 9.6 (JDK 22 ready) (#1963) (commit: d5b1cbe) — GitHub / githubweb
  56. SDO helper context removal additional methods (#1915) (commit: d02ecb8) — GitHub / githubweb
  57. jakartaee/persistence#465 - Add PersistenceConfiguration (commit: e9fe59b) — Lukas Jungmann / githubweb
  58. jakartaee/persistence#454 - introduce FindOption interface and new overloads of EM.find() (commit: 2b5bf90) — Lukas Jungmann / githubweb
  59. jakartaee/persistence#440 - add support for 'nulls first' and 'nulls last' in queries (commit: c899623) — Lukas Jungmann / githubweb
  60. jakartaee/persistence#417 - Add left(), right(), and replace() functions to JPQL/criteria (commit: eada175) — Lukas Jungmann / githubweb
  61. jakartaee/persistence#384 - add Query.getSingleResultOrNull() (commit: e37eb04) — Lukas Jungmann / githubweb
  62. jakartaee/persistence#395 - JPQL cast() function (commit: 1c38e0f) — Lukas Jungmann / githubweb
  63. Code cleanup: generics and warnings removal (commit: 5b39993) — Lukas Jungmann / githubweb
  64. OptimisticLockException does not give any details if batch is active (#1936) (commit: ae7f32c) — GitHub / githubweb
  65. Oracle 23C platform fixes (#1969) (commit: 4b88873) — GitHub / githubweb
  66. Maven build - plugins and dependencies update (#1975) (commit: 4d57d69) — GitHub / githubweb
  67. JDK 17 minimal build version and Derby and Spring dependency upgrade (#1977) (commit: 8139584) — GitHub / githubweb
  68. Set JDK 21 as a compiler release switch and version upgrade to 5.0.0-SNAPSHOT (#1979) (commit: 04deabc) — GitHub / githubweb
  69. [master] New PersistenceUnit property - eclipselink.login.encryptor (#1983) (commit: c8f43af) — GitHub / githubweb
  70. jakartaee/persistence#454 - introduce FindOption interface and new overloads of EM.find() (commit: b23ce44) — Lukas Jungmann / githubweb
  71. jakartaee/persistence#438 - add Expression.equalTo() and Expression.notEqualTo() (commit: 8d67d25) — Lukas Jungmann / githubweb
  72. Fix #1240: SessionEventListener: add pre/post flush() events (#1978) (commit: 5db018c) — GitHub / githubweb
  73. Issue: Poor performance of InformixPlatform with IDENTITY generated primary keys#968 (#1991) (commit: 7f18d64) — GitHub / githubweb
  74. Added doPrivileged for setAccessible when parsing JPQL query with EXTRACT (commit: ed0e575) — Lukas Jungmann / githubweb
  75. Allow escaping of '?' using '??' in SQL expression (#1935) (commit: 63b0fb0) — GitHub / githubweb
  76. Bump org.apache.derby:derby from 10.16.1.1 to 10.17.1.0 (#2002) (commit: 40308fe) — GitHub / githubweb
  77. DatabasePlatform.wasFailureCommunicationBased() fix (commit: 3b5da43) — Lukas Jungmann / githubweb
  78. Bump ch.qos.logback:logback-core from 1.4.11 to 1.4.12 (commit: 9b56000) — Lukas Jungmann / githubweb
  79. jakartaee/persistence#457 - add union/intersect/except to JPQL and criteria (commit: abc3cfd) — Lukas Jungmann / githubweb
  80. jakartaee/persistence#457 - add union/intersect/except to JPQL and criteria (commit: 4b8b11c) — Lukas Jungmann / githubweb
  81. jakartaee/persistence#457 - add union/intersect/except to JPQL and criteria (commit: 87f54d9) — Lukas Jungmann / githubweb
  82. jakartaee/persistence#447 - add new operations to PersistenceUnitUtil (commit: 384556f) — Lukas Jungmann / githubweb
  83. jakartaee/persistence#457 - add union/intersect/except to JPQL and criteria (commit: a7caf4c) — Lukas Jungmann / githubweb
  84. jakartaee/persistence#457 - add union/intersect/except to JPQL and criteria (commit: 7b3c2cb) — Lukas Jungmann / githubweb
  85. JCEEncryptor default encryption algorithm upgrade (#2004) (commit: 149e9ce) — GitHub / githubweb
  86. GitHub issue template and Maven archetypes for testcases (#2021) (commit: a11bdae) — GitHub / githubweb
  87. jakartaee/persistence#431 - add SchemaManager (commit: 1822761) — Lukas Jungmann / githubweb
  88. jakartaee/persistence#490 - add getReference(detachedEntity) to EntityManager (commit: a6bff23) — Lukas Jungmann / githubweb
  89. jakartaee/persistence#431 - add SchemaManager (commit: 05df5c0) — Lukas Jungmann / githubweb
  90. jakartaee/persistence#431 - FindOption/LockOption/RefreshOption support in EntityManager (commit: e9e8ae1) — Lukas Jungmann / githubweb
  91. Review notes applied. (commit: 1ef011f) — Lukas Jungmann / githubweb
  92. Maven build: H2 database profile added to execute tests against H2 (commit: e758900) — Lukas Jungmann / githubweb
  93. MongoDB Java driver upgrade (#1989) (commit: 7f3ea19) — GitHub / githubweb
  94. minor code cleanup (commit: 7ffa026) — Lukas Jungmann / githubweb
  95. [master] org.eclipse.persistence.internal.helper.Helper.dateFromYearMonthDate fix (#2033) (commit: e70ba5c) — GitHub / githubweb
  96. basic code cleanup in jpa (commit: 12d8dd8) — Lukas Jungmann / githubweb
  97. Fixed createEntityManagerFactory(PersistenceConfiguration) in PersistenceProvider. (#2036) (commit: c2a63e3) — GitHub / githubweb
  98. Removed jakarta.persistence dependency from core javadoc. (#2039) (commit: fc392cb) — GitHub / githubweb
  99. [master] detach() fixes (#2037) (commit: 4027605) — GitHub / githubweb
  100. Jakarta Persistence 3.2: 6th batch (#2027) (commit: c49cc65) — GitHub / githubweb
  101. JDK 17 support switch (#2040) (commit: a8f70b8) — GitHub / githubweb
  102. JDK 17 support - Derby fix (#2042) (commit: 44610ca) — GitHub / githubweb
  103. Bugfix for Faulty char SAXUnmarshaller.getMediaType (#2030) (commit: 266b1d9) — GitHub / githubweb
  104. add export of internal.weaving package (commit: 02b78ac) — Lukas Jungmann / githubweb
  105. Remove deprecated methods, (commit: ad16233) — Lukas Jungmann / githubweb
  106. move away from Vector in core/core API (commit: ff5658d) — Lukas Jungmann / githubweb
  107. remove unused imports (commit: b439b1b) — Lukas Jungmann / githubweb
  108. remove most usages of Vector from ClassDescriptor (commit: ca2e37d) — Lukas Jungmann / githubweb
  109. code cleanup in tests (commit: 08247e5) — Lukas Jungmann / githubweb
  110. apply new language features (commit: 551c812) — Lukas Jungmann / githubweb
  111. pass the build with compile warnings to allow (commit: 3a3cb27) — Lukas Jungmann / githubweb
  112. drop vector from Project (commit: 351fc6f) — Lukas Jungmann / githubweb
  113. Add generics to ExpressionIterator, (commit: 228211b) — Lukas Jungmann / githubweb
  114. fix jenkins build (commit: 5cb364c) — Lukas Jungmann / githubweb
  115. Apply new language features (commit: 6c49784) — Lukas Jungmann / githubweb
  116. Replace Enumeration with Iterator (commit: a5cdf1d) — Lukas Jungmann / githubweb
  117. ClassWeaver refresh - code generated by weaving (#2049) (commit: 7dd60fd) — GitHub / githubweb
  118. Improved messages in LogginLocalizationResource and ValidationExceptionResource (#2056) (commit: 81675ba) — GitHub / githubweb
  119. improve readability of javadoc (commit: ed51e2b) — Lukas Jungmann / githubweb
  120. [master] ExpressionQueryMechanism refactor (#2061) (commit: 8552822) — GitHub / githubweb
  121. refresh EL annotations (commit: ffe27c4) — Lukas Jungmann / githubweb
  122. Apply @Repeatable to Oracle & OXM annotations (commit: e65dd8a) — Lukas Jungmann / githubweb
  123. Performance tests - code refresh (commit: 1f7906b) — Lukas Jungmann / githubweb
  124. Startup Time Regression in EclipseLink fix - ASM Opcodes loading (#2065) (commit: ef626d4) — GitHub / githubweb
  125. Bump org.postgresql:postgresql from 42.6.0 to 42.7.2 (#2066) (commit: d36fb54) — GitHub / githubweb
  126. Allow an empty collection or null as a parameter in an "IN" expression (#2054) (commit: 57eb0c4) — GitHub / githubweb
  127. docs cleanup in config, (commit: 5a8479f) — Lukas Jungmann / githubweb
  128. dynamic, history pkg cleanup (commit: c5827e7) — Lukas Jungmann / githubweb
  129. Replace Vector/NonSynchronizedVector with List/ArrayList in mappings (commit: d8375ee) — Lukas Jungmann / githubweb
  130. schemaframework, serial annotation (commit: 039ce18) — Lukas Jungmann / githubweb
  131. replace NonSynchronizedVector with ArrayList - part 2 (commit: c8e02a4) — Lukas Jungmann / githubweb
  132. fix tests failing on OracleDB (commit: 9e60c41) — Lukas Jungmann / githubweb
  133. Use collections API when using Vector (commit: 9c3c30c) — Lukas Jungmann / githubweb
  134. Jakarta Persistence 3.2: java.time.Instant and java.time.Year support as a basic types (#2078) (commit: 33339de) — GitHub / githubweb
  135. Update expressions to use Lists instead of Vectors (commit: 0acf479) — Lukas Jungmann / githubweb
  136. Jakarta Persistence 3.2: java.time.Instant and java.time.Year - minor fixes (#2081) (commit: 5ffbbc9) — GitHub / githubweb
  137. Jakarta Persistence API 3.2.0-M2 - new methods without implementation (commit: 3408e40) — Lukas Jungmann / githubweb
  138. Fix some rawtypes/unchecked in expressions (commit: e6898f6) — Lukas Jungmann / githubweb

#19 (Feb 22, 2023, 6:29:26 AM)

  1. Fix injection issue (HK2) for MoxyJsonProvider (#1810) (commit: 440ba3d) — GitHub / githubweb
  2. Correctly handle times after noon. (commit: 81e79a1) — Lukas Jungmann / githubweb
  3. Documentation Content Update - Platforms, Annotations, QueryHints... (#1817) (commit: fdbdae0) — GitHub / githubweb
  4. JGroups dependency upgrade plus additonal JUnit tests (#1818) (commit: d91fc33) — GitHub / githubweb

#18 (Feb 7, 2023, 3:43:17 AM)

  1. Bump postgresql from 42.4.1 to 42.4.3 (#1745) (commit: 0658775) — GitHub / githubweb
  2. Documents conversion to Asciidoc format (#1746) (commit: e941b3c) — GitHub / githubweb
  3. Issue #1583 - Fixed EXTRACT for WEEK in Derby platform. (commit: 54f8273) — Lukas Jungmann / githubweb
  4. Add DB2 support for JPA31 ROUND (#1742) (commit: 2a0f3b2) — GitHub / githubweb
  5. Version change to 4.0.1-SNAPSHOT (#1752) (commit: 9cc87ca) — GitHub / githubweb
  6. Issue #1727 - Fixed missing default FQN entity alias name. (#1729) (commit: 61e1d74) — GitHub / githubweb
  7. Oracle NoSQL cloud connection fix to set compartment (#1760) (commit: e2ac8a6) — GitHub / githubweb
  8. Oracle NoSQL Database - Lob type fix (#1764) (commit: 6d10143) — GitHub / githubweb
  9. Diagnostic new feature - corrupted cache (#1762) (commit: 2abc9fd) — GitHub / githubweb
  10. Fix for Failed to link Oracle21JsonPlatform (#1754) (commit: 1a17a0b) — GitHub / githubweb
  11. fix: issue with multiple aliases against same table (#1761) (commit: 3aaf5f4) — GitHub / githubweb
  12. Issue 1755: Add support for non-breaking spaces (commit: 9db785a) — Will Dazey / githubweb
  13. Fix Javadoc errors (commit: 2479b9e) — Will Dazey / githubweb
  14. Class read fallback needs to reread the stream from the beginning (#1766) (commit: 9fd3f9c) — GitHub / githubweb
  15. Added support for optional connection parameter authSource in NOSQL MONGODB (#1770) (commit: bf23a28) — GitHub / githubweb
  16. Maven Dependencies - JDBC and NoSQL drivers update (#1773) (commit: 4aa8582) — GitHub / githubweb
  17. Oracle NoSQL Database - Json type fix (#1772) (commit: 790bd17) — GitHub / githubweb
  18. MySQL dependencies revert to unblock nightly build (#1776) (commit: 0ae5a47) — GitHub / githubweb
  19. GitHub Actions and CodeQL - upgrade (#1774) (commit: dd1b825) — GitHub / githubweb
  20. WildFly EE platform (#1765) (commit: a9dd680) — GitHub / githubweb
  21. ASM Separation (#1477) (commit: b3924ac) — GitHub / githubweb
  22. Jenkins build - Docker image and MySQL (DB + JDBC driver) upgrade (#1794) (commit: 0f5aff7) — GitHub / githubweb
  23. Fix "Cannot add platform specific connection property" log spam (#1791) (commit: 99b1c81) — GitHub / githubweb
  24. Fix UUID handling for PostgreSQL (#1778) (commit: f06cce6) — GitHub / githubweb
  25. Fix UUID handling for PostgreSQL - Complete JavaDoc for #1778 (#1795) (commit: 4beeb15) — GitHub / githubweb
  26. CodeQL analysis fix (#1797) (commit: 9bebcd2) — GitHub / githubweb
  27. Oracle NoSQL Database - NativeQueries and more complex JPA queries support (#1793) (commit: 1e31560) — GitHub / githubweb
  28. Skip mongo tests on arm processors (#1799) (commit: bd8adcd) — GitHub / githubweb
  29. Issue 1735: Improve DB2 ZOS support for LIKE ESCAPE (#1789) (commit: 22017ef) — GitHub / githubweb
  30. Issue 1779: Add DB2zOS support for UNICODE Timestamps (#1783) (commit: dabf4d0) — GitHub / githubweb
  31. update dependencies (commit: a2432e6) — Lukas Jungmann / githubweb
  32. reflect mysql driver location change (commit: 7aa6124) — Lukas Jungmann / githubweb
  33. Using https:// for the ECA link in Contribution and Readme (#1802) (commit: 1df3bb2) — GitHub / githubweb
  34. Maven build - dependencies and plugings update plus org.eclipse.dash:license-tool-plugin under new profile added (#1807) (commit: 51fdcac) — GitHub / githubweb

#17 (Oct 5, 2022, 3:11:46 PM)

  1. Nightly build fix - org.eclipse.persistence.nightly refactor (#1703) (commit: e081108) — GitHub / githubweb
  2. Nightly build fix - Jenkins pipeline (#1704) (commit: fd9e4ec) — GitHub / githubweb
  3. Issue 1711: ClassCastException while updating foreignkeys with identity generation (commit: 9dad717) — Will Dazey / githubweb
  4. Bugfix for: Specifying QName in XmlVariableNode results namespace written twice (#1710) (commit: 8456a98) — GitHub / githubweb
  5. #1395: MetaModel Generator fails on Records (commit: ae4203c) — Lukas Jungmann / githubweb
  6. Fix ConcurrentModificationException in BatchFetchPolicy (commit: 7079fdc) — Lukas Jungmann / githubweb
  7. Maven plugin eclipselink-build-support upgrade to 1.0.0. (commit: cb3ea17) — Lukas Jungmann / githubweb
  8. ASM version switch to 9.4 to be ready for JDK 20. (commit: 140718f) — Lukas Jungmann / githubweb

#16 (Sep 9, 2022, 7:11:50 AM)

  1. Oracle21Platform unused field removal to fix JPA remote test (#1688) (commit: 301e95a) — GitHub / githubweb
  2. LGTM build command fix (commit: b4090a9) — Lukas Jungmann / githubweb
  3. [master] Hamcrest dependency removal (#1689) (commit: e5f86dc) — GitHub / githubweb
  4. "JPA" sequence replacement by Jakarta Persistence in resource strings (commit: 6fc15fc) — Lukas Jungmann / githubweb
  5. move advanced/xml-advanced tests to testapps (commit: 52b0d25) — Lukas Jungmann / githubweb
  6. Fix test failure in handling DynamicEntities (commit: dc8ff89) — Lukas Jungmann / githubweb
  7. fix broken cont. build (commit: 038f52f) — Lukas Jungmann / githubweb
  8. Move mongo tests to testapps, (commit: f551828) — Lukas Jungmann / githubweb
  9. Readme update to reflect current versioning (#1696) (commit: ad3d6bb) — GitHub / githubweb
  10. remove obsolete testrunners, (commit: 8e8c7bb) — Lukas Jungmann / githubweb
  11. Jenkins pipeline - NoSQL (MongoDB) test execution fix (#1698) (commit: 8c7893d) — GitHub / githubweb
  12. #1678: Canonical processor fails on entities shared across persistence units (commit: 90d9115) — Lukas Jungmann / githubweb
  13. Issue #1668 - Lowered log level and made messages less aggressive. (#1670) (commit: 1db179c) — GitHub / githubweb
  14. JsonPlatformProvider JPMS refactor to reflect current flow (commit: 297f3fa) — Lukas Jungmann / githubweb

#12 (Aug 31, 2022, 3:46:27 PM)

  1. Release script fix (#1686) (commit: ee3961f) — GitHub / githubweb

#9 (Jul 1, 2022, 6:23:39 AM)

  1. Changed second fraction precision of LocalDateTime and OffsetDateTime MySQL related type. (#1456) (commit: 9f98c8b) — GitHub / githubweb
  2. Remove models for which static weaving is expected to fail, (commit: c6132f9) — Lukas Jungmann / githubweb
  3. Bug 579327: ParameterExpression in CriteriaBuilder.isNull() doesn't register (commit: 455f354) — Will Dazey / githubweb
  4. Bug 579327: Test bug on Derby & DB2z (commit: 0bb79e2) — Will Dazey / githubweb
  5. integrate latest dependencies (commit: 3c40ddd) — Lukas Jungmann / githubweb
  6. New EclipseLik build image 2.0.0 with MySQL 8 (#1476) (commit: f772522) — GitHub / githubweb
  7. Jenkins build image upgrade to add needed utilities for 2.7 branch build (#1488) (commit: f79784a) — GitHub / githubweb
  8. ASM dependency update to 9.3.0 (#1492) (commit: f4e26bf) — GitHub / githubweb
  9. Bug 579726: CriteriaBuilder neg() only returns Integer type, instead of it's argument expression type. #1485 (commit: d4ae225) — Lukas Jungmann / githubweb
  10. Eclipselink.jar bundle - version.properties fix (#1496) (commit: 70bac7a) — GitHub / githubweb
  11. MongoDB dependency upgrade (#1502) (commit: 90ee999) — GitHub / githubweb
  12. Added math functions from API PR#351 to JPQL. (#1491) (commit: 634c362) — GitHub / githubweb
  13. Update jakarta dependencies (commit: e6109f9) — Lukas Jungmann / githubweb
  14. Issue #317 - Implemented LOCAL DATE, LOCAL TIME and LOCAL DATETIME in JPQL query. (commit: 9581b0b) — Lukas Jungmann / githubweb
  15. Issue 1245: Fix memory leak in BatchFetchPolicy clone() (commit: f4deba4) — Lukas Jungmann / githubweb
  16. #1507: Failing to create entity manager when running an app using module path (commit: db0aeb0) — Lukas Jungmann / githubweb
  17. fix content of eclipselink zip, (commit: a46e6d5) — Lukas Jungmann / githubweb
  18. add owasp and findsecbugs checks to the build (commit: 6a1f163) — Lukas Jungmann / githubweb
  19. Improve EclipseLink query parameter binding behavior (commit: 88c8788) — Lukas Jungmann / githubweb
  20. Query syntax and parameter binding testing (commit: 73f23ff) — Lukas Jungmann / githubweb
  21. limit modules during codeql action build (commit: 5b36d28) — Radek Felcman / githubweb
  22. Fix module related compile time warnings (commit: b3ca7bb) — Lukas Jungmann / githubweb
  23. JSON value support in JPA. (commit: ca670c0) — Lukas Jungmann / githubweb
  24. Fix Issue 1504 JSE test failures on Derby (commit: 2b8105d) — Lukas Jungmann / githubweb
  25. Fix PR 1443 JSE test failures on Derby (commit: f88f71d) — Lukas Jungmann / githubweb
  26. Bug 579409: Add support for Statement.getGeneratedKeys for Identity Generation (commit: aeeaf32) — Will Dazey / githubweb
  27. Add comment to highlight possible return types (commit: 8915940) — Will Dazey / githubweb
  28. Bug 579409: Move 'eclipselink.target-database-properties' to initialize earlier (commit: db429a6) — Will Dazey / githubweb
  29. Fix issue 1504 JSE test failure on Derby pt2 (commit: e546902) — Will Dazey / githubweb
  30. Issue #1538: Type Conversion error with the CEILING/FLOOR Operations (commit: f3b820c) — Lukas Jungmann / githubweb
  31. Issue #1537: Type conversion error with the Round operation (jUnit coverage) (commit: f76c6e9) — Lukas Jungmann / githubweb
  32. Add initial support for MariaDB (commit: 8f124cc) — Lukas Jungmann / githubweb
  33. remove direct dependency on javax.rmi from core (commit: bc8b2c6) — Lukas Jungmann / githubweb
  34. drop obsolete Oc4j related code (commit: af30f4a) — Lukas Jungmann / githubweb
  35. Fixed failing Date/time and math functions tests with Oracle DB. (#1546) (commit: 72436b3) — GitHub / githubweb
  36. Move beanvalidation tests to standalone junits (commit: 5280830) — Lukas Jungmann / githubweb
  37. Fix persistence dynamic entities on SE 11+ (commit: 9afabf2) — Lukas Jungmann / githubweb
  38. Fix validation for dynamic entities on the server (commit: d230388) — Lukas Jungmann / githubweb
  39. Issue 1556: minor messaging errors (commit: 51e5db0) — Will Dazey / githubweb
  40. Issue #1554: JPA 3.1 CriteriaBuilder Query exception (#1561) (commit: 036c4cc) — GitHub / githubweb
  41. JPA test framework updates: (commit: e8a8502) — Radek Felcman / githubweb
  42. move native model to testapps (commit: d7d5a77) — Radek Felcman / githubweb
  43. JPA test framework updates - minor cleanup (commit: ee55e10) — Radek Felcman / githubweb

#8 (Mar 11, 2022, 6:16:35 AM)

  1. Bug579128 classloaderleak beanvalidation (#1449) (commit: accd3d7) — GitHub / githubweb

#7 (Mar 11, 2022, 6:09:57 AM)

  1. Bug579081 optimization convert schema base64 to byte array (#1448) (commit: da512f0) — GitHub / githubweb
  2. Added missing EXTRACT(QUARTER FROM date/datetime) for Derby platform. Covered EXTRACT queries with jUnit. (commit: 72cf9f8) — Lukas Jungmann / githubweb

#6 (Mar 7, 2022, 5:11:20 AM)

  1. Bumps log4j-api from 2.16.0 to 2.17.0. (#1378) (commit: 2955c9f) — GitHub / githubweb
  2. Bump log4j-api from 2.17.0 to 2.17.1(#1382) (commit: 0ba1eef) — GitHub / githubweb
  3. Oracle dependencies update (JDBC Driver, XMLParser, DMS) to 21c (#1376) (commit: 1158e02) — GitHub / githubweb
  4. Bug in the PersistenceUnitProcessor.findPersistenceArchives(ClassLoader loader, String descriptorPath) - bugfix (#1383) (commit: 9417d47) — GitHub / githubweb
  5. JPA API and Parsson dependencies upgrade (#1404) (commit: f23a167) — GitHub / githubweb
  6. Cannot set FOR UPDATE in conjunction with ORDER BY and / or LIMIT (OracleDB & Derby) - bugfix + unit test (#1390) (commit: adf28f4) — GitHub / githubweb
  7. Fix 2.0 for Bug 404069 - MOXy should not append .0 to time info for dateTime and time formats + unit test (#1403) (commit: 1bef069) — GitHub / githubweb
  8. Bug 578262: Bulk update queries reuse the same version locking value (commit: 5f242dd) — Will Dazey / githubweb
  9. org.eclipse.persistence.jpa.jse.test test fixes against Oracle DB (#1370) (commit: 5763e7e) — GitHub / githubweb
  10. Bump postgresql JDBC driver from 42.2.18 to 42.2.25 (#1416) (commit: e5b6ba8) — GitHub / githubweb
  11. Bump hibernate-validator (#1417) (commit: 1066e98) — GitHub / githubweb
  12. Prepare for jakarta.enterprise.cdi-api 4.x update to remove deprecated …API (#1421) (commit: 9e0f3b0) — GitHub / githubweb
  13. JPA 3.1.0 new features implementation (UUID) (#1418) (commit: 0497ac6) — GitHub / githubweb
  14. BatchFetchType.IN causes IndexOutOfBoundsException in ForeignReferenceMapping.extractResultsFromBatchQuery (#1426) (commit: 1c492fe) — GitHub / githubweb
  15. JPA 3.1 (ORM 3.1 implementation) (#1425) (commit: c6e4306) — GitHub / githubweb
  16. Bump postgresql from 42.2.25 to 42.3.3 (#1435) (commit: c6c0e3e) — GitHub / githubweb
  17. Issue 1360: Random JPA WDF test failures (commit: b83b67c) — Will Dazey / githubweb
  18. Modified getLogString with more NULL Safety (commit: c069f46) — Lukas Jungmann / githubweb
  19. Changed Tabs to 4 Spaces (commit: 3ee42ca) — Lukas Jungmann / githubweb
  20. Integrate latest jakarta dependencies (#1441) (commit: f96df31) — GitHub / githubweb
  21. Bug 578686: ParameterExpression in ORDER BY clause doesn't register (commit: df49559) — Will Dazey / githubweb
  22. Added math functions from API PR#351. (commit: d2f7922) — Lukas Jungmann / githubweb
  23. JPA API PR 362 - Add support for Expressions as conditions in CriteriaBuilder CASE expressions (commit: 5c37a24) — Lukas Jungmann / githubweb
  24. Implement New JPA API 3.1.0 Features (commit: 243dd93) — Lukas Jungmann / githubweb
  25. Fixed TestJava8DateTime failures. (commit: 74aeaa5) — Lukas Jungmann / githubweb
  26. Integrate latest jakarta dependencies (commit: 2ab5824) — Lukas Jungmann / githubweb
  27. Bug 578686: Remove OrderBy parameter binding use case (commit: 326e4a2) — Lukas Jungmann / githubweb

#5 (Dec 17, 2021, 4:27:57 AM)

  1. Remove ASM build from eclipse-ee4j/eclipselink (commit: 89afd74) — Lukas Jungmann / githubweb
  2. Jenkins release job fix (commit: c0f808e) — Lukas Jungmann / githubweb
  3. Project README.md update (#1243) (commit: f2e73a5) — GitHub / githubweb
  4. Bug 1245: NullPointerException from BatchFetchPolicy dataResults (commit: 35b9d2b) — Lukas Jungmann / githubweb
  5. ConcurrencyManager dead-lock detection diagnostic improvement 2.0.2 (#1246) (commit: 6d37080) — GitHub / githubweb
  6. Activation dependency update. (#1255) (commit: cff665d) — GitHub / githubweb
  7. Tweak warnings in the build (commit: 766446e) — Lukas Jungmann / githubweb
  8. Fix reported compile time errors from tests (commit: 558bf4e) — Lukas Jungmann / githubweb
  9. reduce number of duplicates in the reports (commit: ced4126) — Lukas Jungmann / githubweb
  10. reduce compiler warnings (commit: b28eb7d) — Lukas Jungmann / githubweb
  11. Update module descriptor, (commit: 1ab0d5c) — Lukas Jungmann / githubweb
  12. run lrg tests in GH build (commit: 1843df4) — Lukas Jungmann / githubweb
  13. Replace deprecated constructors by valueOf (commit: 71285ee) — Lukas Jungmann / githubweb
  14. compiler warnings (casts, access to static, forgotten valueOf,..), (#1262) (commit: 6d7fa3c) — GitHub / githubweb
  15. build/test workflow for 3.0 (commit: 9c098ba) — Lukas Jungmann / githubweb
  16. rename job for 3.0 branch (commit: e68e879) — GitHub / githubweb
  17. configure codeql check (commit: 6d3b1b1) — Lukas Jungmann / githubweb
  18. clean up warnings (#1269) (commit: ed8460e) — GitHub / githubweb
  19. Maven build issue with Maven 3.8.2 fix (#1244) (commit: f514879) — GitHub / githubweb
  20. Fix up the build for maven 3.8.2 (#1272) (commit: 6d3b8a1) — GitHub / githubweb
  21. fix build-time warnings (#1273) (commit: dcf6d66) — GitHub / githubweb
  22. setup spotbugs (commit: 99549fa) — Lukas Jungmann / githubweb
  23. remove explicit (un)boxing (commit: 0105b78) — Lukas Jungmann / githubweb
  24. [master] Jenkins build - Spotbus analyze step (#1277) (commit: ab7db7c) — GitHub / githubweb
  25. make the build passing with javac -Xdoclint:all,-missing (commit: 6ba4c17) — Lukas Jungmann / githubweb
  26. remove empty param, return, throws tags, (commit: 5e79081) — Lukas Jungmann / githubweb
  27. javadoc warnings (commit: fd125c8) — Lukas Jungmann / githubweb
  28. Update moxy tests to use non-deprecated property (#1281) (commit: 3a0a5fd) — GitHub / githubweb
  29. add raw and uchecked to javac xlint for main sources (commit: 38592ca) — Lukas Jungmann / githubweb
  30. clean up JPQL parser project (commit: 1556cd9) — Lukas Jungmann / githubweb
  31. fix sdo test failures (commit: d801704) — Lukas Jungmann / githubweb
  32. more sdo fixes (commit: 328b3dd) — Lukas Jungmann / githubweb
  33. allow overriding min target SE version from the command line (commit: 67c8f11) — Lukas Jungmann / githubweb
  34. Rawtypes warnings in core and other foundation modules (#1294) (commit: fec4bc8) — GitHub / githubweb
  35. more rawtypes removal (#1295) (commit: 5e7a222) — GitHub / githubweb
  36. clean up db platforms (commit: da59328) — Lukas Jungmann / githubweb
  37. add missing export (commit: f79629c) — Lukas Jungmann / githubweb
  38. clean up server platforms (commit: f3fd372) — Lukas Jungmann / githubweb
  39. cleanup in sequencing (commit: 6fe70c2) — Lukas Jungmann / githubweb
  40. cleanup in codegen/factories (commit: b2cd639) — Lukas Jungmann / githubweb
  41. cleanup in eis/nosql world (commit: 5f1f8da) — Lukas Jungmann / githubweb
  42. remove unnecessarry modifier (commit: 526e2da) — Lukas Jungmann / githubweb
  43. initial cleanup in helpers and custom collections, (commit: d96c5c9) — Lukas Jungmann / githubweb
  44. exclude "by design" warnings from reports (commit: 2972e00) — Lukas Jungmann / githubweb
  45. Update .lgtm.yml (commit: 51a8600) — GitHub / githubweb
  46. few errors/warnings from static analysis (commit: 335f958) — Lukas Jungmann / githubweb
  47. fix equals on incomparable types (commit: 1547f59) — Lukas Jungmann / githubweb
  48. code cleanup - reduntant method calls (commit: 771945f) — Lukas Jungmann / githubweb
  49. Version change to 4.0.0-SNAPSHOT (commit: 445d4e1) — Lukas Jungmann / githubweb
  50. #1298: Rename org.eclipse.persistence.session.Record to avoid collision with java.lang.Record (commit: a9d1b96) — Lukas Jungmann / githubweb
  51. update spotbugs to 4.4.1 (commit: 23cc225) — Lukas Jungmann / githubweb
  52. cleanup jpars module (commit: 0e18d6b) — Lukas Jungmann / githubweb
  53. #1312: Remove unversioned JPARS resources (#1313) (commit: 705e961) — GitHub / githubweb
  54. SQL Struct with @Lob (BLOB, CLOB) used as stored procedure parameter type - fix (#1302) (commit: ebabd20) — GitHub / githubweb
  55. #1314: Introduce new org.eclipse.persistence.jpars.server artifact (#1316) (commit: d1881ff) — GitHub / githubweb
  56. Dependencies update for 4.0.0 (#1309) (commit: 08e6244) — GitHub / githubweb
  57. warnings in core/oxm/schema, jpa/parser, helpers (#1317) (commit: 3e2c7e5) — GitHub / githubweb
  58. Fixed generics in JAXBContextFactory. Fixed related compilation errors and warnings. (commit: 9c66f7e) — Lukas Jungmann / githubweb
  59. clean up jpa/jpql parser, turn warnings into errors (commit: 48f84fe) — Lukas Jungmann / githubweb
  60. add generics to ValueHolders, (commit: 61bbf0c) — Lukas Jungmann / githubweb
  61. use generic Class in core, moxy, sdo (#1324) (commit: f2857fc) — GitHub / githubweb
  62. Prepare for the removal of the securitymanager in moxy. (#1320) (commit: 88c6147) — GitHub / githubweb
  63. use generic Class in the rest of the main codebase (commit: c01a5a4) — Lukas Jungmann / githubweb
  64. move to generic Class in tests (commit: 706e233) — Lukas Jungmann / githubweb
  65. SQL Struct with @Lob (BLOB, CLOB) used as stored procedure parameter type - fix (#1336) (commit: 693d6d4) — GitHub / githubweb
  66. Bug 412391: Add support for hidden mappedsuperclass attributes (commit: d64a494) — Will Dazey / githubweb
  67. [master] OXM Tests move from MOXy to Core module (#1341) (commit: 2a414ff) — GitHub / githubweb
  68. Bug 1343 - optimize getStackTrace call in ConcurrencyManager to fix throughput degradation (#1344) (commit: 379a0f5) — GitHub / githubweb
  69. Prepare for the removal of the securitymanager in foundation. (#1340) (commit: e1d26aa) — GitHub / githubweb
  70. ASM dependency update to 9.2.0 (#1351) (commit: 83e1510) — GitHub / githubweb
  71. Bug 463042: Concurrency issue with Case expression operator (#1359) (commit: 78aeb54) — GitHub / githubweb
  72. problems with session customizer when upgrading to 2.7.9 - bugfix + unit test (#1364) (commit: fb1cc69) — GitHub / githubweb
  73. IdentifiableTypeImpl throws IllegalArgumentException with EmbeddedId and relations - bugfix + unit test (#1355) (commit: 07c80a8) — GitHub / githubweb
  74. LOG4J dependency update in MOXy OSGi test bundle and MySQL driver update (#1374) (commit: 3a30c16) — GitHub / githubweb
  75. Jakarta dependencies update for Jakarta EE 10 (#1377) (commit: b010328) — GitHub / githubweb

#4 (Aug 8, 2021, 4:59:33 AM)

  1. Travis-CI removal (#1220) (commit: 44f8f2c) — GitHub / githubweb
  2. Jenkins pipelines refresh (#1233) (commit: 60ccb27) — GitHub / githubweb
  3. Minor JSE test failure fixes (commit: 8775292) — Lukas Jungmann / githubweb
  4. [Master] Update Eclipselink to use Eclipselink*Visitor types (#1234) (commit: 99631ab) — GitHub / githubweb

#2 (Jul 16, 2021, 10:05:14 AM)

  1. Jenkins release pipeline fix (#1216) (commit: b171f20) — GitHub / githubweb