Skip to content

Releases: eclipse-ee4j/eclipselink

2.7.15

22 May 07:44
53511fd
Compare
Choose a tag to compare

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
  • [2.7] Oracle proxy authentication test fix by @rfelcman in #2143

New Contributors

Full Changelog: 2.7.14...2.7.15

2.7.15-RC2

16 May 19:34
53511fd
Compare
Choose a tag to compare
2.7.15-RC2 Pre-release
Pre-release

What's Changed

Full Changelog: 2.7.15-RC1...2.7.15-RC2

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

4.0.3-RC1

16 May 12:44
8caf889
Compare
Choose a tag to compare
4.0.3-RC1 Pre-release
Pre-release

What's Changed

  • [4.0] Version change to 4.0.3-SNAPSHOT by @rfelcman in #1899
  • [4.0] Bugfix for - Missing error message when calling JpaHelper.getReportQuery() with wrong argument - backport by @rfelcman in #1912
  • [4.0] Remove wrong comments for locate function by @waahhh in #1946
  • [4.0] ASM version upgrade to 9.6 (JDK 22 ready) - backport from master by @rfelcman in #1964
  • Added doPrivileged for setAccessible when parsing JPQL query with EXT… by @ajaypaul-ibm in #1982
  • [4.0] Improved messages in LogginLocalizationResource and ValidationExceptionResource by @ajaypaul-ibm in #2055
  • [4.0] Startup Time Regression in EclipseLink 4.0.1 by @anija-anil in #2047
  • [4.0] UUID not working as GeneratedValue Id with merge - fix (#2087) (backport from master) by @rfelcman in #2088
  • [4.0.x] Prepare for API changes in the next major version by @lukasj in #2089
  • [4.0] Bugfix: NullPointerException at CacheIndexMetadata.getField() by @rfelcman in #2110
  • [4.0] Performance improvement: synchronize to java.util.concurrent.locks switch to improve performance with VirtualThreads - backport from master by @rfelcman in #2118
  • [4.0] JCEEncryptor default encryption algorithm upgrade (#2004) - backport from master by @rfelcman in #2122
  • [4.0] improved javadoc in 4.0.x stream by @lukasj in #2125
  • [4.0] New PersistenceUnit property - eclipselink.login.encryptor - backport from master by @rfelcman in #2126
  • [4.0] Dependencies, Maven plugin and org.eclipse.ee4j:project versions upgrade by @rfelcman in #2127

Full Changelog: 4.0.2...4.0.3-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