1. 339316c Bug 530681 - Free up memory occupied by command when using asynchronous command propagation for cluster coordination by Tomas Kraus · 6 years ago master
  2. a4106ca 531528: IdentifiableType.hasSingleIdAttribute() returns true when IdClass references an inner class by Lukas Jungmann · 6 years ago
  3. e73f1d7 Bug 433205 - Canonical Model Generator is too verbose, no way to disable output by Tomas Kraus · 6 years ago
  4. dffd294 Bug 529602: Fix failing DBWS/SDO tests by Will Dazey · 6 years ago
  5. e6310d8 fix bad reference to modelgen.jar by Lukas Jungmann · 6 years ago
  6. e999a53 Bug 530680: embedded element collection within an entity of protected isolation does not merged changes into clones correctly by Lukas Jungmann · 6 years ago
  7. 2259564 Bug 531062: Incorrect JPQL generation for nested arrays with IN expression by Will Dazey · 6 years ago
  8. b9dc006 Bug 531304: DBWS service calling stored procedure with argument returns wrong result under heavy load by Lukas Jungmann · 6 years ago
  9. fbe2b50 Bug 531305: Canonical model generator fails to run on JDK9 - test by Lukas Jungmann · 6 years ago
  10. cfd3efd Bug 531305: Canonical model generator fails to run on JDK9 by Lukas Jungmann · 6 years ago
  11. a24fccb [test-fix] Fixing failing JSE testLobMerge() by Will Dazey · 6 years ago
  12. 1f1392e Bug 529602: Add CLOB compare for Oracle WHERE clause by Will Dazey · 6 years ago
  13. 3bb2079 [nobug] release uow in tests by Lukas Jungmann · 6 years ago
  14. b35e62d Bug 530755: Improve exception thrown when setting PlatformClass by Will Dazey · 6 years ago
  15. 0de9b9b [nobug] jpa-lrg split to smaller parts by Lukas Jungmann · 6 years ago
  16. 32407d9 Bug 530965: missing import for different namespace from the same location by Lukas Jungmann · 6 years ago
  17. 2b7cd92 make sure tests drop tables by Lukas Jungmann · 6 years ago
  18. 41c0cbe switch locking to correct order by Lukas Jungmann · 6 years ago
  19. 45fab19 [nobug] move failover tests to junit by Lukas Jungmann · 6 years ago
  20. 936d478 Bug530901 - Prepare Java SE platform detection code for Java 11. by Tomas Kraus · 6 years ago
  21. c8850c8 split JPA LRG into smaller buckets by Lukas Jungmann · 6 years ago
  22. 774f894 [nobug] Move AdvancedProcessorTestCase to pure JUnit tests by Lukas Jungmann · 6 years ago
  23. 5f005dd [nobug] adopt tycho 1.1.0 by Lukas Jungmann · 6 years ago
  24. 5f2ec2f [nobug] move API tests to JUnit... by Lukas Jungmann · 6 years ago
  25. 3d63c6f [nobug] allow using pure JUnit4 in eclipselink.core.test project by Lukas Jungmann · 6 years ago
  26. 755c024 Bug 530214: TRIM(... FROM ...) operation fails for literal binding by Will Dazey · 6 years ago
  27. 4bdfe7e [nobug] fix failing dbws builder tests - requires JDK 8u141+ by Lukas Jungmann · 6 years ago
  28. 4af8c0d Bug 510204 - Removed possible NPE from predeploy logging by Tomas Kraus · 6 years ago
  29. 09391ed Bug 529907 - EntityManagerSetupImpl.addBeanValidationListeners() should fall back on old method for finding helperClass by Joe Grassel · 6 years ago
  30. 0a42ccb refix the build by Lukas Jungmann · 6 years ago
  31. adcc7a6 fix broken build by Lukas Jungmann · 6 years ago
  32. 3fc9e0a [nobug] properly fix pessimistic locking tests in core by Lukas Jungmann · 6 years ago
  33. 5f1247e Bug 529877: make test-osgi tests runnable on jdk 9 by Lukas Jungmann · 6 years ago
  34. 74ea188 Bug 529454: test fix by Lukas Jungmann · 6 years ago
  35. be4e38d [nobug] close EMs in tests by Lukas Jungmann · 6 years ago
  36. 544217a Bug 529454: Update javax.validation api to 2.0.1 Final - binary adoption by Lukas Jungmann · 6 years ago
  37. 84c003f Bug 529454: Update javax.validation api to 2.0.1 Final - binary by Lukas Jungmann · 6 years ago
  38. 11dac73 [nobug] fix pessimistick locking tests to run on platforms fully supporting them by Lukas Jungmann · 6 years ago
  39. c4c804d Bump tycho to 1.0.0 by Lukas Jungmann · 6 years ago
  40. 588021d [nobug] attempt to not run out of connections in jpa-lrg on mysql by Lukas Jungmann · 6 years ago
  41. 6ab4322 [nobug] update IDE project definitions for dbws.builder.test by Lukas Jungmann · 6 years ago
  42. b6970c0 [nobug] update IDE project definitions by Lukas Jungmann · 6 years ago
  43. b8d132d [nobug] tests - avoid table name collisions within jpa-lrg by Lukas Jungmann · 6 years ago
  44. cee8480 [nobug] tests - correct EM needs close by Lukas Jungmann · 6 years ago
  45. f3faa4e [nobug] properly close EMs in tests by Lukas Jungmann · 6 years ago
  46. 5074888 Added Automatic-Module-Name to MANIFEST Put automatic timestamp to built jar names by build script by Lukas Jungmann · 7 years ago
  47. 1a7319f remove non-existing package from manifest by Lukas Jungmann · 6 years ago
  48. 44b3ef8 Bug 522635 - Reverting IdentityMap#elements() return type to plain Enumeration. - Enumeration<Object> caused some test failures. by Tomas Kraus · 6 years ago
  49. 0d06164 Bug 522635 - ConcurrentModificationException when triggering lazy load from conforming query by Tomas Kraus · 6 years ago
  50. a19d830 Bug 291546 - Performance degradation due to usage of Vector in DescriptorEventManager by Tomas Kraus · 6 years ago
  51. fb42031 bug 528339 is fixed, so reenable failure during DB clean up by Lukas Jungmann · 6 years ago
  52. 63c1f17 [nobug] remove forgotten test reference by Lukas Jungmann · 6 years ago
  53. cf513e5 [nobug] move table qualifier test to the better place by Lukas Jungmann · 6 years ago
  54. fa032f8 Bug 525402 - StaticWeaveProcessor must ignore module-info.class in Java 9 by Tomas Kraus · 6 years ago
  55. cf41432 [nobug] temporary logging in test to find our reason for intermittent failure in nightlies by Lukas Jungmann · 6 years ago
  56. 50ac960 [nobug] fix connection string creation in tests to allow usage of properties by Lukas Jungmann · 6 years ago
  57. 64985ca Bug 510204 - Temporary StdErrLogger code removal by Tomas Kraus · 6 years ago
  58. be3bdfb Bug 526419 - Modify EclipseLink to reflect changes in JTA by tomas.kraus@oracle.com · 7 years ago
  59. db126ec change the db.url per Lukas request by Bo Liu · 6 years ago
  60. 649e038 attempt to speed up the build by Lukas Jungmann · 6 years ago
  61. 6d40fb7 Bug 441546 - Foreign Key attribute when used in JoinColumn generates wrong DDL statement by Vikram Bhatia · 6 years ago
  62. 0e12b94 Bug 508974: NPE in DirectCollectionMapping.compareListsForChange by Lukas Jungmann · 6 years ago
  63. 5b085d7 Bug 414974: test by Lukas Jungmann · 6 years ago
  64. ce5e210 Bug 414974: allow eclipselink.archive.factory and eclipselink.target-server to be specified as an integration property of PersistenceProvider.createContainerEntityManagerFactory(PersistenceUnitInfo, Map) by Scott Marlow · 10 years ago
  65. 31499c3 upgrade mysql jdbc driver to 5.1.44 by Bo Liu · 6 years ago
  66. c5602ed don't fail the test during DB cleanup by Lukas Jungmann · 6 years ago
  67. d911392 Bug 441546 - Foreign Key attribute when used in JoinColumn generates wrong DDL statement. by Vikram Bhatia · 6 years ago
  68. de473db Bug 406024: testIdentityOutsideTransaction failed on latest GlassFish by Lukas Jungmann · 6 years ago
  69. df9bf8a Bug 527605: update jmockit to more recent version (CQ: 14740/8545) by Lukas Jungmann · 7 years ago
  70. c3a7f52 [nobug] server-test-jpa21/22-lrg fixes for wildfly/mysql by Lukas Jungmann · 6 years ago
  71. 25b546e [nobug] server-test-lrg fixes for wildfly by Lukas Jungmann · 6 years ago
  72. bd914da fix testrunners inclusion by Lukas Jungmann · 6 years ago
  73. 2c770a0 Revert "[nobug] fix failing dbws builder tests" - affected tests started failing on 8 by Lukas Jungmann · 6 years ago
  74. b8a5cda Bug 402381: 2 tests of EntityManagerFactoryTestSuite in jpa21/advanced failed on server by Lukas Jungmann · 6 years ago
  75. fabeeca Bug 527273 - Minor message improvements in messages added after EclipseLink 2.6 by Dalia Abo Sheasha · 6 years ago
  76. adea020 [nobug] fix failing testMappedSuperclassWeaving test - server side by Lukas Jungmann · 6 years ago
  77. 0b567ed [nobug] pass vm options to the server by Lukas Jungmann · 6 years ago
  78. 5afb642 [nobug] fix EntityManagerFactoryTestSuite#testGetPersistenceUnitUtilOnCloseEMF test on the server by Lukas Jungmann · 6 years ago
  79. a71de0c fix failures in jpa22 tests deployment by Lukas Jungmann · 6 years ago
  80. 2da2ff8 [nobug] initial support for testing on wildfly - part 2 by Lukas Jungmann · 6 years ago
  81. 7644a38 Bug 526957 - Split the logging messages between LoggingLocalizationResource and TraceLocalizationResource by Dalia Abo Sheasha · 6 years ago
  82. 5b4c4fc [nobug] initial support for testing on wildfly by Lukas Jungmann · 7 years ago
  83. 1f29202 [nobug] fix failing dbws builder tests by Lukas Jungmann · 7 years ago
  84. 9117e0d Bug 526891: [test-jpa-jse] proxy created in tests should use correct classloader by Lukas Jungmann · 7 years ago
  85. 8f868eb [nobug] remove Unsafe from tests by Lukas Jungmann · 7 years ago
  86. 89def64 [nobug] improve test stability on jdk9 by Lukas Jungmann · 7 years ago
  87. 5b0197d [nobug] fix condition in sdo test compile util by Lukas Jungmann · 7 years ago
  88. 4d70cdd [nobug] fix sdo test failures by Lukas Jungmann · 7 years ago
  89. bd51718 [nobug] fix sdo failures on jdk9 by Lukas Jungmann · 7 years ago
  90. 9dc1c3f [nobug] fix jpa failures on jdk9 by Lukas Jungmann · 7 years ago
  91. 40213ad Bug 526783: Add ability to run tests on custom JDK by Lukas Jungmann · 7 years ago
  92. 97352d4 Bug 525854 - Fix Java SE platform detection and clean up platform code by Tomas Kraus · 7 years ago
  93. 48593ba Bug 525854 - Fix Java SE platform detection and clean up platform code by Tomas Kraus · 7 years ago
  94. 356334d Bug 525854 - Fix Java SE platform detection and clean up platform code by Tomas Kraus · 7 years ago
  95. adbd2b4 Bug 525854 - Fix Java SE platform detection and clean up platform code by tomas.kraus@oracle.com · 7 years ago
  96. 9cabba8 Bug 520387: EclipseLink metadata processing sets incorrect owning descriptors by Will Dazey · 7 years ago
  97. ba185c7 Bug 521954: Eclipselink 2.7 is not able to parse ORM XML files using the 2.2 schema - modelgen by Lukas Jungmann · 7 years ago
  98. 9569a6d Bug 525526: uptake ASM 6.0 final by Lukas Jungmann · 7 years ago
  99. 27fe83d Bug 525526: upgrade to ASM 6.0 final (CQ: 14395) - binaries by Lukas Jungmann · 7 years ago
  100. 89e0d4c Bug 525526: upgrade to ASM 6.0 final (CQ: 14395) by Lukas Jungmann · 7 years ago