Skip to content

Releases: eclipse-ee4j/eclipselink

2.7.15-RC1

10 May 12:10
af60e4e
Compare
Choose a tag to compare
2.7.15-RC1 Pre-release
Pre-release

What's Changed

  • [2.7] Version change to prepare for a next release 2.7.15 by @rfelcman in #2023
  • [2.7] Ant build cleanup fix by @rfelcman in #2029
  • [2.7] WebLogic Server test fixes by @rfelcman in #2028
  • [2.7] Minor messaging improvements by @anija-anil in #2057
  • [2.7] WebLogic Server test fixes - Ordinal binding vs Named binding by @rfelcman in #2111
  • [2.7] Bug in internal.helper.ConcurrencyUtil.dumpConcurrencyManagerInformationStep02(ConcurrencyManagerState) - copy paste mistake - it logs twice the Page 03 start - information about threads waiting to acquire read cache keys by @rfelcman in #2113
  • [2.7] Performance improvement: synchronize to java.util.concurrent.locks switch to improve performance with VirtualThreads - backport from master by @rfelcman in #2119
  • [2.7] ASM version upgrade to 9.7 (JDK 23 ready) by @rfelcman in #2123
  • [2.7] Queries created with criteria api with many joins - fix - backport from master by @rfelcman in #2133
  • [2.7] MOXy SchemaGenerator WSDL Namespace order switch by @rfelcman in #2135
  • fixes #2136 - NPE in ExpressionOperator.printCollection by @igormukhin in #2137

New Contributors

Full Changelog: 2.7.14...2.7.15-RC1

2.7.14

13 Dec 11:58
d05cebc
Compare
Choose a tag to compare

What's Changed

  • [2.7] Version change to prepare for a next release 2.7.14 by @rfelcman in #1917
  • Configuration of CACHE_QUERY_FORCE_DEFERRED_LOCKS - fix [2.7] by @rfelcman in #1925
  • [2.7] compiler warnings (valueOf instead of new Byte(),Double()... ) by @rfelcman in #1940
  • [2.7] Eclipselink.jar - add JPMS descriptor (module-info.java) by @rfelcman in #1943
  • [2.7] Jenkins pipeline fix by @rfelcman in #1947
  • [2.7] Eclipselink.jar - JPMS fixes by @rfelcman in #1954
  • [2.7] fix #1950: Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - backport from master by @Zuplyx in #1956
  • [2.7] Remove wrong comments for locate function by @waahhh in #1944
  • [2.7] ASM version upgrade to 9.6 (JDK 22 ready) by @rfelcman in #1966
  • [2.7] fix 1957: Presize HashMap allocations in UnitOfWorkImpl - backport from master by @Zuplyx in #1959
  • [2.7] JDK 11 build and test fix by @rfelcman in #1967
  • [2.7] fix #1240: SessionEventListener: add pre/post flush() events - backport from master by @Zuplyx in #1992
  • [2.7] New PersistenceUnit property - eclipselink.login.encryptor - backport from master by @rfelcman in #1993
  • Added doPrivileged for setAccessible when parsing JPQL query with EXT… by @ajaypaul-ibm in #1995
  • [2.7] Installer and OSGi test fixes by @rfelcman in #1999
  • [2.7] Oracle 23C platform - backport from master by @rfelcman in #2000
  • [2.7] Update ANTLR implementation to 3.5.3 by @rfelcman in #2003
  • [2.7] Oracle extension test build fixes - backport from master by @rfelcman in #2005
  • [2.7] DatabasePlatform.wasFailureCommunicationBased() fix - backport from master by @rfelcman in #2009
  • [2.7] Oracle JPA test fix - ucp.jar classpath and boolean test for Oracle23C platform by @rfelcman in #2014
  • [2.7] JCEEncryptor default encryption algorithm upgrade by @rfelcman in #2016
  • [2.7] Dependencies update by @rfelcman in #2018
  • [2.7] Jenkins build fix to reflect changed updated MySQL driver and JUnit by @rfelcman in #2019

Full Changelog: 2.7.13...2.7.14

2.7.14-RC1

08 Dec 14:31
d05cebc
Compare
Choose a tag to compare
2.7.14-RC1 Pre-release
Pre-release

What's Changed

  • [2.7] Version change to prepare for a next release 2.7.14 by @rfelcman in #1917
  • Configuration of CACHE_QUERY_FORCE_DEFERRED_LOCKS - fix [2.7] by @rfelcman in #1925
  • [2.7] compiler warnings (valueOf instead of new Byte(),Double()... ) by @rfelcman in #1940
  • [2.7] Eclipselink.jar - add JPMS descriptor (module-info.java) by @rfelcman in #1943
  • [2.7] Jenkins pipeline fix by @rfelcman in #1947
  • [2.7] Eclipselink.jar - JPMS fixes by @rfelcman in #1954
  • [2.7] fix #1950: Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - backport from master by @Zuplyx in #1956
  • [2.7] Remove wrong comments for locate function by @waahhh in #1944
  • [2.7] ASM version upgrade to 9.6 (JDK 22 ready) by @rfelcman in #1966
  • [2.7] fix 1957: Presize HashMap allocations in UnitOfWorkImpl - backport from master by @Zuplyx in #1959
  • [2.7] JDK 11 build and test fix by @rfelcman in #1967
  • [2.7] fix #1240: SessionEventListener: add pre/post flush() events - backport from master by @Zuplyx in #1992
  • [2.7] New PersistenceUnit property - eclipselink.login.encryptor - backport from master by @rfelcman in #1993
  • Added doPrivileged for setAccessible when parsing JPQL query with EXT… by @ajaypaul-ibm in #1995
  • [2.7] Installer and OSGi test fixes by @rfelcman in #1999
  • [2.7] Oracle 23C platform - backport from master by @rfelcman in #2000
  • [2.7] Update ANTLR implementation to 3.5.3 by @rfelcman in #2003
  • [2.7] Oracle extension test build fixes - backport from master by @rfelcman in #2005
  • [2.7] DatabasePlatform.wasFailureCommunicationBased() fix - backport from master by @rfelcman in #2009
  • [2.7] Oracle JPA test fix - ucp.jar classpath and boolean test for Oracle23C platform by @rfelcman in #2014
  • [2.7] JCEEncryptor default encryption algorithm upgrade by @rfelcman in #2016
  • [2.7] Dependencies update by @rfelcman in #2018
  • [2.7] Jenkins build fix to reflect changed updated MySQL driver and JUnit by @rfelcman in #2019

Full Changelog: 2.7.13...2.7.14-RC1

3.0.4

25 Oct 07:57
d32bad7
Compare
Choose a tag to compare

What's Changed

  • Version change from 3.0.3-SNAPSHOT to 3.0.4-SNAPSHOT by @rfelcman in #1663
  • [3.0] Minor messaging improvements by @dazey3 in #1674
  • [3.0] PrintInnerJoinInWhereClause as query hint - backport from master by @rfelcman in #1682
  • [3.0] Issue 1711: ClassCastException while updating foreignkeys with identity generation by @dazey3 in #1713
  • [3.0] Bugfix for: Specifying QName in XmlVariableNode results namespace written twice - backport from master by @rfelcman in #1718
  • [3.0] remove the noisy entries from the logs - backport from the master by @rfelcman in #1748
  • [3.0] Documents conversion to Asciidoc format - backport from master by @rfelcman in #1753
  • [3.0] Issue 1755: Add support for non-breaking spaces by @dazey3 in #1758
  • [3.0] Class read fallback needs to reread the stream from the beginning (#1766) by @lukasj in #1767
  • [3.0] Class read fallback needs to reread the stream from the beginning - build fix by @rfelcman in #1769
  • [3.0] Fix ConcurrentModificationException in BatchFetchPolicy - backport from 2.7 by @rfelcman in #1708
  • [3.0] Diagnostic new feature - corrupted cache (backport from master) by @rfelcman in #1785
  • [3.0] GitHub Actions fix for Javadoc generation by @rfelcman in #1796
  • [3.0] Issue 1779: Add DB2zOS support for UNICODE Timestamps by @dazey3 in #1782
  • [3.0] Add Oracle21c support by @dazey3 in #1824
  • [3.0] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1829
  • [3.0] Persistence weaver logging (remove useless log message) - backport from master by @rfelcman in #1838
  • [3.0] Issue 1540: Improve Oracle platform java time support by @dazey3 in #1836
  • [3.0] Issue 1544: Derby mapping of LocalTime should map to TIME type by @dazey3 in #1833
  • [3.0] Issue 1735: Improve DB2 ZOS support for LIKE ESCAPE by @dazey3 in #1788
  • [3.0] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1858
  • [3.0] fix #1596 Major performance issue in case of many new entities (#1843) - backport from master by @rfelcman in #1863
  • [3.0] Oracle DDL Parser dependency update 3.0.0 -> 3.0.1 by @rfelcman in #1868
  • [3.0] SDO potential memory leak fix 2.0 - backport from master by @rfelcman in #1869
  • [3.0] Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument - backport by @rfelcman in #1913
  • [3.0] Remove wrong comments for locate function by @waahhh in #1945
  • [3.0] ASM version upgrade to 9.6 (JDK 22 ready) - backport from master by @rfelcman in #1965
  • [3.0] Eclipselink.jar - add JPMS descriptor (module-info.java) - backport from 2.7 by @rfelcman in #1972

Full Changelog: 3.0.3...3.0.4

3.0.4-RC

23 Oct 12:22
d32bad7
Compare
Choose a tag to compare
3.0.4-RC Pre-release
Pre-release

What's Changed

  • Version change from 3.0.3-SNAPSHOT to 3.0.4-SNAPSHOT by @rfelcman in #1663
  • [3.0] Minor messaging improvements by @dazey3 in #1674
  • [3.0] PrintInnerJoinInWhereClause as query hint - backport from master by @rfelcman in #1682
  • [3.0] Issue 1711: ClassCastException while updating foreignkeys with identity generation by @dazey3 in #1713
  • [3.0] Bugfix for: Specifying QName in XmlVariableNode results namespace written twice - backport from master by @rfelcman in #1718
  • [3.0] remove the noisy entries from the logs - backport from the master by @rfelcman in #1748
  • [3.0] Documents conversion to Asciidoc format - backport from master by @rfelcman in #1753
  • [3.0] Issue 1755: Add support for non-breaking spaces by @dazey3 in #1758
  • [3.0] Class read fallback needs to reread the stream from the beginning (#1766) by @lukasj in #1767
  • [3.0] Class read fallback needs to reread the stream from the beginning - build fix by @rfelcman in #1769
  • [3.0] Fix ConcurrentModificationException in BatchFetchPolicy - backport from 2.7 by @rfelcman in #1708
  • [3.0] Diagnostic new feature - corrupted cache (backport from master) by @rfelcman in #1785
  • [3.0] GitHub Actions fix for Javadoc generation by @rfelcman in #1796
  • [3.0] Issue 1779: Add DB2zOS support for UNICODE Timestamps by @dazey3 in #1782
  • [3.0] Add Oracle21c support by @dazey3 in #1824
  • [3.0] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1829
  • [3.0] Persistence weaver logging (remove useless log message) - backport from master by @rfelcman in #1838
  • [3.0] Issue 1540: Improve Oracle platform java time support by @dazey3 in #1836
  • [3.0] Issue 1544: Derby mapping of LocalTime should map to TIME type by @dazey3 in #1833
  • [3.0] Issue 1735: Improve DB2 ZOS support for LIKE ESCAPE by @dazey3 in #1788
  • [3.0] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1858
  • [3.0] fix #1596 Major performance issue in case of many new entities (#1843) - backport from master by @rfelcman in #1863
  • [3.0] Oracle DDL Parser dependency update 3.0.0 -> 3.0.1 by @rfelcman in #1868
  • [3.0] SDO potential memory leak fix 2.0 - backport from master by @rfelcman in #1869
  • [3.0] Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument - backport by @rfelcman in #1913
  • [3.0] Remove wrong comments for locate function by @waahhh in #1945
  • [3.0] ASM version upgrade to 9.6 (JDK 22 ready) - backport from master by @rfelcman in #1965
  • [3.0] Eclipselink.jar - add JPMS descriptor (module-info.java) - backport from 2.7 by @rfelcman in #1972

Full Changelog: 3.0.3...3.0.4-RC1

2.7.13

27 Jul 08:00
7ffb888
Compare
Choose a tag to compare

What's Changed

  • [2.7] Version change to prepare for a next release 2.7.13 by @rfelcman in #1814
  • [2.7] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1830
  • [2.7] Persistence weaver logging (remove useless log message) - backport from master by @rfelcman in #1839
  • [2.7] Issue 1540: Improve Oracle platform java time support by @dazey3 in #1835
  • [2.7] Issue 1544: Derby mapping of LocalTime should map to TIME type by @dazey3 in #1834
  • [2.7] fix #1596 Major performance issue in case of many new entities - backport from master by @Zuplyx in #1860
  • [2.7] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1859
  • [2.7] Ant build add JDK 17 support by @rfelcman in #1864
  • [2.7] JPA test fixes by @rfelcman in #1857
  • [2.7] Oracle DDL Parser dependency update 1.0.0.v201807030954 -> 3.0.1 by @rfelcman in #1871
  • [2.7] SDO potential memory leak fix 2.0 - backport from the master by @rfelcman in #1866
  • [2.7] Bug 543265 - WSDL namespace order is different on ITEMSERVICEPORT?WSDL - backport from master by @rfelcman in #1879
  • [2.7] JDK 21 build and test support by @rfelcman in #1881
  • [2.7] Ant build - MOXy tests fix by @rfelcman in #1907
  • [2.7] Ant build - MOXy tests fix 2.0 by @rfelcman in #1908
  • [2.7] Ant build - TopLink integration change by @rfelcman in #1910
  • [2.7] Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument - backport by @rfelcman in #1914

Full Changelog: 2.7.12...2.7.13

2.7.13-RC1

25 Jul 08:34
7ffb888
Compare
Choose a tag to compare
2.7.13-RC1 Pre-release
Pre-release

What's Changed

  • [2.7] Version change to prepare for a next release 2.7.13 by @rfelcman in #1814
  • [2.7] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1830
  • [2.7] Persistence weaver logging (remove useless log message) - backport from master by @rfelcman in #1839
  • [2.7] Issue 1540: Improve Oracle platform java time support by @dazey3 in #1835
  • [2.7] Issue 1544: Derby mapping of LocalTime should map to TIME type by @dazey3 in #1834
  • [2.7] fix #1596 Major performance issue in case of many new entities - backport from master by @Zuplyx in #1860
  • [2.7] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1859
  • [2.7] Ant build add JDK 17 support by @rfelcman in #1864
  • [2.7] JPA test fixes by @rfelcman in #1857
  • [2.7] Oracle DDL Parser dependency update 1.0.0.v201807030954 -> 3.0.1 by @rfelcman in #1871
  • [2.7] SDO potential memory leak fix 2.0 - backport from the master by @rfelcman in #1866
  • [2.7] Bug 543265 - WSDL namespace order is different on ITEMSERVICEPORT?WSDL - backport from master by @rfelcman in #1879
  • [2.7] JDK 21 build and test support by @rfelcman in #1881
  • [2.7] Ant build - MOXy tests fix by @rfelcman in #1907
  • [2.7] Ant build - MOXy tests fix 2.0 by @rfelcman in #1908
  • [2.7] Ant build - TopLink integration change by @rfelcman in #1910
  • [2.7] Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument - backport by @rfelcman in #1914

Full Changelog: 2.7.12...2.7.13-RC1

4.0.2

16 Jun 12:30
3bfa6ac
Compare
Choose a tag to compare

What's Changed

  • [master] Version change to 4.0.2-SNAPSHOT by @rfelcman in #1819
  • Correct clobbered message from git rebase for (#1477) by @jgrassel in #1820
  • [master] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1828
  • remove useless log message by @lukasj in #1837
  • [master] Add DB2 z/OS support for new JPA 3.1 supported functions by @dazey3 in #1831
  • [master] Fix for java.lang.StackOverflowError after bumping from 4.0.0 to 4.0.1 after ASM refactor by @rfelcman in #1841
  • [master] SDO potential memory leak fix by @rfelcman in #1844
  • [master] Maven build - Eclipse Dash License Tool (Maven Plugin) implementation by @rfelcman in #1846
  • [master] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1851
  • [master] fix #1596 Major performance issue in case of many new entities by @Zuplyx in #1843
  • [master] SDO potential memory leak fix 2.0 by @rfelcman in #1855
  • [master] Update LoggingLocalizationResource messages by @jgrassel in #1861
  • [master] Oracle DDL Parser dependency update 3.0.0 -> 3.0.1 by @rfelcman in #1870
  • [4.0] Oracle 23 platform - backport from master #1876 #1887 by @rfelcman in #1889
  • [4.0] Oracle AQ API upgrade to com.oracle.database.messaging/aqapi-jakarta@23.2.0.0 - backport from master #1882 by @rfelcman in #1891
  • [4.0] Maven plugins and dependencies update by @rfelcman in #1892
  • [4.0] Maven build asm dependency change by @rfelcman in #1894
  • [4.0] maven-surefire-report-plugin title settings change by @rfelcman in #1896
  • [4.0] Nightly build reports - permission change by @rfelcman in #1897

Full Changelog: 4.0.1...4.0.2

4.0.2-RC2

15 Jun 07:38
3bfa6ac
Compare
Choose a tag to compare
4.0.2-RC2 Pre-release
Pre-release

What's Changed

  • [4.0] Nightly build reports - permission change by @rfelcman in #1897

Full Changelog: 4.0.2-RC1...4.0.2-RC2

4.0.2-RC1

13 Jun 08:39
96c4af7
Compare
Choose a tag to compare
4.0.2-RC1 Pre-release
Pre-release

What's Changed

  • [master] Version change to 4.0.2-SNAPSHOT by @rfelcman in #1819
  • Correct clobbered message from git rebase for (#1477) by @jgrassel in #1820
  • [master] Issue 1827: Add java.time support for DB2 schema generation by @dazey3 in #1828
  • remove useless log message by @lukasj in #1837
  • [master] Add DB2 z/OS support for new JPA 3.1 supported functions by @dazey3 in #1831
  • [master] Fix for java.lang.StackOverflowError after bumping from 4.0.0 to 4.0.1 after ASM refactor by @rfelcman in #1841
  • [master] SDO potential memory leak fix by @rfelcman in #1844
  • [master] Maven build - Eclipse Dash License Tool (Maven Plugin) implementation by @rfelcman in #1846
  • [master] ASM version switch to 9.5 to be ready for JDK 21. by @rfelcman in #1851
  • [master] fix #1596 Major performance issue in case of many new entities by @Zuplyx in #1843
  • [master] SDO potential memory leak fix 2.0 by @rfelcman in #1855
  • [master] Update LoggingLocalizationResource messages by @jgrassel in #1861
  • [master] Oracle DDL Parser dependency update 3.0.0 -> 3.0.1 by @rfelcman in #1870
  • [4.0] Oracle 23 platform - backport from master #1876 #1887 by @rfelcman in #1889
  • [4.0] Oracle AQ API upgrade to com.oracle.database.messaging/aqapi-jakarta@23.2.0.0 - backport from master #1882 by @rfelcman in #1891
  • [4.0] Maven plugins and dependencies update by @rfelcman in #1892
  • [4.0] Maven build asm dependency change by @rfelcman in #1894
  • [4.0] maven-surefire-report-plugin title settings change by @rfelcman in #1896

Full Changelog: 4.0.1...4.0.2-RC1