Skip to content

Releases: eclipse-ee4j/eclipselink

3.0.3-RC1

26 Apr 13:11
e57d038
Compare
Choose a tag to compare
3.0.3-RC1 Pre-release
Pre-release

What's Changed

  • [3.0] Version change from 3.0.2-SNAPSHOT to 3.0.3-SNAPSHOT by @rfelcman in #1213
  • [3.0] Bug 574548: Add support for parameters with CriteriaBuilder update query by @dazey3 in #1198
  • [3.0] Travis-CI removal by @rfelcman in #1221
  • Fix #1161: Clone appropriate fields in OneToManyMapping.clone(). Fix ConcurrentModificationException. (backport for 3.0) by @aserkes in #1209
  • [3.0] Minor JSE test failure fixes by @dazey3 in #1231
  • [3.0] Update Eclipselink to use Eclipselink*Visitor types by @jgrassel in #1236
  • [3.0] Bug 1245: NullPointerException from BatchFetchPolicy dataResults by @dazey3 in #1249
  • [3.0] ConcurrencyManager dead-lock detection diagnostic improvement 2.0.2 - backport by @rfelcman in #1253
  • [3.0] Jenkins release job fix by @rfelcman in #1239
  • backport build related changes from master by @lukasj in #1264
  • mova action to the correct folder by @lukasj in #1267
  • add config for lgtm by @lukasj in #1266
  • Backport recent changes from master by @lukasj in #1265
  • [3.0] clean up warnings (#1269) by @lukasj in #1270
  • [3.0] Jenkins build fix to reflect/use JDK specified in the Jenkins pipeline by @rfelcman in #1271
  • [3.0] Maven build issue with Maven 3.8.2 fix - backport by @rfelcman in #1285
  • fix Sdo test failures by @lukasj in #1334
  • Prepare for the removal of the securitymanager in moxy. (#1320) by @Tomas-Kraus in #1335
  • [3.0] Bug 412391: Add support for hidden mappedsuperclass attributes by @dazey3 in #1329
  • Prepare for the removal of the securitymanager in foundation. (#1340) by @Tomas-Kraus in #1350
  • [3.0] Bug 463042: Concurrency issue with Case expression operator by @dazey3 in #1358
  • [3.0] Bug 1343: Remove getStackTrace to fix throughput degredation by @dazey3 in #1345
  • [3.0] Update Eclipselink 3.0 to use Eclipselink ASM 9.2.0 by @jgrassel in #1362
  • [3.0] SQL Struct with @lob (BLOB, CLOB) used as stored procedure parameter type - backport from master by @rfelcman in #1338
  • [3.0] problems with session customizer when upgrading to 2.7.9 - bugfix + unit test (#1364) - backport from master by @rfelcman in #1365
  • [3.0] IdentifiableTypeImpl throws IllegalArgumentException with EmbeddedId and relations - bugfix + unit test - backport from master by @rfelcman in #1367
  • [3.0] LOG4J dependency update in MOXy OSGi test bundle and MySQL driver update by @rfelcman in #1375
  • [3.0] Oracle dependencies update (JDBC Driver, XMLParser, DMS) to 21c (#1376) - backport from master by @rfelcman in #1385
  • [3.0] Bug in the PersistenceUnitProcessor.findPersistenceArchives(ClassLoader loader, String descriptorPath) - bugfix - backport from master by @rfelcman in #1386
  • [3.0] Cannot set FOR UPDATE in conjunction with ORDER BY and / or LIMIT (OracleDB & Derby) - bugfix + unit test - backport from master by @rfelcman in #1407
  • [3.0] Fix/new feature for Bug 404069 - MOXy should not append .0 to time info for dateTime and time formats + unit test - backport from master by @rfelcman in #1410
  • [3.0] Bug 578262: Bulk update queries reuse the same version locking value by @dazey3 in #1401
  • [3.0] CDI 4 update to remove deprecated API by @dazey3 in #1422
  • [3.0] org.eclipse.persistence.jpa.jse.test test fixes against Oracle DB - backport from master by @rfelcman in #1419
  • [3.0] Bug 578686: ParameterExpression in ORDER BY clause doesn't register by @dazey3 in #1432
  • [3.0] BatchFetchType.IN causes IndexOutOfBoundsException in ForeignReferenceMapping.extractResultsFromBatchQuery - backport from master by @rfelcman in #1427
  • [3.0] Bug 578686: Remove OrderBy parameter binding use case by @dazey3 in #1450
  • [3.0] Bug 579327: ParameterExpression in CriteriaBuilder.isNull() doesn't register by @dazey3 in #1459
  • [3.0] Bug 579327: Test bug on Derby & DB2z by @dazey3 in #1470
  • [3.0] ASM and Checkstyle dependencies update by @rfelcman in #1478
  • Jenkins release pipeline - resources upgrade by @rfelcman in #1479

Full Changelog: 3.0.2...3.0.3-RC1

4.0.0-M3

26 Apr 13:11
accd3d7
Compare
Choose a tag to compare
4.0.0-M3 Pre-release
Pre-release

What's Changed

  • Bug579081 optimization convert schema base64 to byte array by @lananda in #1448
  • Added missing EXTRACT(QUARTER FROM date/datetime) for Derby platform. by @Tomas-Kraus in #1452
  • Bug579128 classloaderleak beanvalidation by @lananda in #1449

Full Changelog: 4.0.0-M2...4.0.0-M3

4.0.0-M2

26 Apr 13:10
Compare
Choose a tag to compare
4.0.0-M2 Pre-release
Pre-release

What's Changed

  • Bump log4j-api from 2.16.0 to 2.17.0 in /bundles/others/src/main/resources/nonfiltered/eclipselink-test-src.zip/moxy/eclipselink.moxy.test by @dependabot in #1378
  • Bump log4j-api from 2.17.0 to 2.17.1 in /bundles/others/src/main/resources/nonfiltered/eclipselink-test-src.zip/moxy/eclipselink.moxy.test by @dependabot in #1382
  • [master] Oracle dependencies update (JDBC Driver, XMLParser, DMS) to 21c by @rfelcman in #1376
  • Bug in the PersistenceUnitProcessor.findPersistenceArchives(ClassLoader loader, String descriptorPath) - bugfix by @rfelcman in #1383
  • [master] JPA API and Parsson dependencies upgrade by @rfelcman in #1404
  • [master] Cannot set FOR UPDATE in conjunction with ORDER BY and / or LIMIT (OracleDB & Derby) - bugfix + unit test by @rfelcman in #1390
  • [master] Fix/new feature for Bug 404069 - MOXy should not append .0 to time info for dateTime and time formats + unit test by @rfelcman in #1403
  • [master] Bug 578262: Bulk update queries reuse the same version locking value by @dazey3 in #1402
  • [master] org.eclipse.persistence.jpa.jse.test test fixes against Oracle DB by @rfelcman in #1370
  • Bump postgresql from 42.2.18 to 42.2.25 by @dependabot in #1416
  • Bump hibernate-validator from 6.0.7.Final to 6.0.20.Final in /bundles/others/src/main/resources/nonfiltered/eclipselink-test-src.zip/moxy/eclipselink.moxy.test by @dependabot in #1417
  • [master] CDI 4 update to remove deprecated API by @dazey3 in #1421
  • [master] JPA 3.1.0 new features implementation (UUID) by @rfelcman in #1418
  • [master] BatchFetchType.IN causes IndexOutOfBoundsException in ForeignReferenceMapping.extractResultsFromBatchQuery by @rfelcman in #1426
  • [master] JPA 3.1 (ORM 3.1 implementation) by @rfelcman in #1425
  • Bump postgresql from 42.2.25 to 42.3.3 by @dependabot in #1435
  • [master] Issue 1360: Random JPA WDF test failures by @dazey3 in #1437
  • Modified getLogString with more NULL Safety by @rostup in #1438
  • Integrate latest jakarta dependencies by @lukasj in #1441
  • [master] Bug 578686: ParameterExpression in ORDER BY clause doesn't register by @dazey3 in #1433
  • Added math functions from API PR#351. by @Tomas-Kraus in #1423
  • Implement New JPA API 3.1.0 Features by @Tomas-Kraus in #1443
  • Fixed TestJava8DateTime failures. by @Tomas-Kraus in #1446
  • Integrate latest jakarta dependencies by @lukasj in #1447
  • [master] Bug 578686: Remove OrderBy parameter binding use case by @dazey3 in #1444

New Contributors

Full Changelog: 4.0.0-M1...4.0.0-M2

4.0.0-M1

26 Apr 13:09
b010328
Compare
Choose a tag to compare
4.0.0-M1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 3.1.0-M1...4.0.0-M1

2.7.10

21 Dec 13:56
fe64cd3
Compare
Choose a tag to compare

What's Changed

  • Version change to prepare for a next release 2.7.10 by @rfelcman in #1193
  • Jenkins pull request verify by @rfelcman in #1203
  • Bug 574548: Add support for parameters with CriteriaBuilder update query by @dazey3 in #1199
  • Travis-CI removal by @rfelcman in #1222
  • Fix #1161: Clone appropriate fields in OneToManyMapping.clone(). Fix ConcurrentModificationException. (backport for 2.7) by @aserkes in #1208
  • Minor JSE test failure fixes by @dazey3 in #1230
  • Update Eclipselink to use Eclipselink*Visitor types by @jgrassel in #1237
  • Bug 1245: NullPointerException from BatchFetchPolicy dataResults by @dazey3 in #1250
  • Bug 412391: Add support for hidden mappedsuperclass attributes by @dazey3 in #1330
  • Bug 1343: Remove getStackTrace to fix throughput degredation by @dazey3 in #1346
  • Update ConcurrencyManager impl to be in sync with master by @dazey3 in #1347
  • Update ECL 2.7 to use Eclipselink ASM 9.2.0. by @jgrassel in #1361
  • Bug 463042: Concurrency issue with Case expression operator by @dazey3 in #1357
  • SQL Struct with @lob (BLOB, CLOB) used as stored procedure parameter type - backport from 2.6 by @rfelcman in #1339
  • Problems with session customizer when upgrading to 2.7.9 - bugfix + unit test - backport from master by @rfelcman in #1366
  • Test dependencies update (JBoss Logging, Classmate) by @rfelcman in #1349
  • IdentifiableTypeImpl throws IllegalArgumentException with EmbeddedId and relations - bugfix + unit test - backport from master by @rfelcman in #1368
  • LOG4J dependency update in MOXy OSGi tests by @rfelcman in #1373

Full Changelog: 2.7.9...2.7.10

2.7.10-RC2

17 Dec 09:21
fe64cd3
Compare
Choose a tag to compare
2.7.10-RC2 Pre-release
Pre-release

What's Changed against 2.7.10-RC1

  • [2.7] LOG4J dependency update in MOXy OSGi tests by @rfelcman in #1373

Full Changelog: 2.7.10-RC1...2.7.10-RC2

2.7.10-RC1

14 Dec 08:47
de56357
Compare
Choose a tag to compare
2.7.10-RC1 Pre-release
Pre-release

Version change to prepare for a next release 2.7.10 (#1193) (commit: eb28c99)
Jenkins pipelines - GitHub PR verification by Eclipse-CI Jenkins (#1203) (commit: 26ab0ef)
Bug 574548: Add support for parameters with CriteriaBuilder update query (commit: 0d60b72)
Travis-CI removal (#1222) (commit: eabb43c) (details / githubweb)
Fix #1161: Clone appropriate fields in OneToManyMapping.clone(). Fix ConcurrentModificationException. (backport for 2.7) (#1208) (commit: 474f855)
Minor JSE test failure fixes (commit: 95e1fc7)
Update Eclipselink to use Eclipselink*Visitor types (commit: d7e41b0)
Bug 1245: NullPointerException from BatchFetchPolicy dataResults (commit: ffca7ee)
Bug 412391: Add support for hidden mappedsuperclass attributes (commit: 8a7e963)
Bug 1343 - optimize getStackTrace call in ConcurrencyManager to fix throughput degradation (#1346) (commit: 0c1a376)
Update ConcurrencyManager impl to be in sync with master (#1347) (commit: a437d85)
Update ECL 2.7 to use Eclipselink ASM 9.2.0. (#1361) (commit: 3b158c7)
Bug 463042: Concurrency issue with Case expression operator (#1357) (commit: 26e1fe7)
SQL Struct with @lob (BLOB, CLOB) used as stored procedure parameter type - fix (#1339) (commit: fc558d4)
Problems with session customizer when upgrading to 2.7.9 - bugfix + unit test (#1366) (commit: e20917f)
Test dependencies update (JBoss Logging, Classmate) (#1349) (commit: d3596c8)
IdentifiableTypeImpl throws IllegalArgumentException with EmbeddedId and relations - bugfix + unit test (commit: de56357)

3.1.0-M1: Remove ASM build from eclipse-ee4j/eclipselink

20 Aug 09:51
Compare
Choose a tag to compare
Signed-off-by: Will Dazey <[email protected]>

3.0.2

16 Jul 09:59
2a0820a
Compare
Choose a tag to compare
Maven/Nightly build fix - bundle names change (#1183)

Maven/Nightly build fix - bundle names change, time HHmm added to nightlyVersion property,  MANIFEST.MF content

Signed-off-by: Radek Felcman <[email protected]>

3.0.2-RC2

12 Jul 09:41
2a0820a
Compare
Choose a tag to compare
3.0.2-RC2 Pre-release
Pre-release
Maven/Nightly build fix - bundle names change (#1183)

Maven/Nightly build fix - bundle names change, time HHmm added to nightlyVersion property,  MANIFEST.MF content

Signed-off-by: Radek Felcman <[email protected]>