Skip to content

Releases: eclipse-ee4j/eclipselink

4.0.4

19 Jul 08:14
059428c
Compare
Choose a tag to compare

What's Changed

  • [4.0] Version change to 4.0.4-SNAPSHOT by @rfelcman in #2148
  • [4.0] Maven build - org.eclipse.persistence.javadoc module fix by @rfelcman in #2150
  • Allow escaping of '?' using '??' in SQL expression (#1935) by @pvarga88 in #2156
  • [4.0] LoggingLocalization performance improvement - backport from master by @rfelcman in #2171
  • [4.0] fix #1950 Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - backport from master by @Zuplyx in #2177
  • [4.0] Fix #1240: SessionEventListener: add pre/post flush() events - backport from master by @Zuplyx in #2178
  • [4.0] fix #1957: Presize HashMap allocations - backport from master by @Zuplyx in #2179
  • [4.0] Maven build - MANIFEST.MF Implementation-Version fix by @rfelcman in #2202
  • [4.0] Virtual Threads: performance impact with Helidon integration fix (pinning threads) by @rfelcman in #2181

Full Changelog: 4.0.3...4.0.4

4.0.4-RC1

15 Jul 11:20
059428c
Compare
Choose a tag to compare
4.0.4-RC1 Pre-release
Pre-release

What's Changed

  • [4.0] Version change to 4.0.4-SNAPSHOT by @rfelcman in #2148
  • [4.0] Maven build - org.eclipse.persistence.javadoc module fix by @rfelcman in #2150
  • Allow escaping of '?' using '??' in SQL expression (#1935) by @pvarga88 in #2156
  • [4.0] LoggingLocalization performance improvement - backport from master by @rfelcman in #2171
  • [4.0] fix #1950 Duplicate objects in UnitOfWorkImpl.primaryKeyToNewObjects - backport from master by @Zuplyx in #2177
  • [4.0] Fix #1240: SessionEventListener: add pre/post flush() events - backport from master by @Zuplyx in #2178
  • [4.0] fix #1957: Presize HashMap allocations - backport from master by @Zuplyx in #2179
  • [4.0] Maven build - MANIFEST.MF Implementation-Version fix by @rfelcman in #2202
  • [4.0] Virtual Threads: performance impact with Helidon integration fix (pinning threads) by @rfelcman in #2181

Full Changelog: 4.0.3...4.0.4-RC1

4.0.3

22 May 07:11
b5bf922
Compare
Choose a tag to compare

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
  • [4.0] Queries created with criteria api with many joins - fix - backport from master by @rfelcman in #2131
  • [4.0] NPE in ExpressionOperator.printCollection - backport from 2.7 by @rfelcman in #2140
  • [4.0] Oracle proxy authentication test fix - backport from master by @rfelcman in #2144

Full Changelog: 4.0.2...4.0.3

4.0.3-RC2

17 May 08:07
b5bf922
Compare
Choose a tag to compare
4.0.3-RC2 Pre-release
Pre-release

What's Changed

  • [4.0] Queries created with criteria api with many joins - fix - backport from master by @rfelcman in #2131
  • [4.0] NPE in ExpressionOperator.printCollection - backport from 2.7 by @rfelcman in #2140
  • [4.0] Oracle proxy authentication test fix - backport from master by @rfelcman in #2144

Full Changelog: 4.0.3-RC1...4.0.3-RC2

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