1. 76ed4be [ARIES-1900][maven-release-plugin]prepare for next development iteration by Tim Ward · 5 years ago master
  2. dbf0323 [ARIES-1900][maven-release-plugin]prepare release tx-control-1.0.1 by Tim Ward · 5 years ago tx-control-1.0.1
  3. c86b8c8 Upgrade to bnd-maven-plugin version 4.1.0 by Tim Ward · 5 years ago
  4. 5baa385 Add integration tests for the Transaction Control Service implementations by Tim Ward · 5 years ago
  5. 1ff407f Ensure integration tests run against the current provider versions and fix the imports for HikariCP 3.3.0 by Tim Ward · 5 years ago
  6. cffdf3e Update copyright year in NOTICE files by Tim Ward · 5 years ago
  7. 99a405d Upgrade to HikariCP 3.3.0 by Tim Ward · 5 years ago
  8. 48a6b66 Ensure that all of the POM files are moved to new snapshot versions by Tim Ward · 5 years ago
  9. acf0b4a Add integration test for OpenJPA 3.0.0 with XA transactions by Tim Ward · 5 years ago
  10. 4c82520 Add integration test for OpenJPA 3.0.0 by Tim Ward · 5 years ago
  11. 62b3f27 Speed up the JPA integration tests by Tim Ward · 5 years ago
  12. f7cd89e [ARIES Tx Control 1.0.0 maven-release-plugin]prepare for next development iteration by Tim Ward · 6 years ago
  13. ced44ae [ARIES Tx Control 1.0.0 maven-release-plugin]prepare release 1.0.0 by Tim Ward · 6 years ago 1.0.0
  14. 44f72ca Move to using Git SCM information so that automatic releasing can occur by Tim Ward · 6 years ago
  15. c2d6877 Move to using the released version of Aries JPA 2.7.0 by Tim Ward · 6 years ago
  16. ad17e28 Add missing licence headers to files throughout the Aries Tx Control codebase by Tim Ward · 6 years ago
  17. e74d4b8 Use the released OSGi Tx Control 1.0 and JPA Service 1.1 API by Tim Ward · 6 years ago
  18. ad0dec7 Make sure that DataSources are recreated when configuration-driven JPA providers lose and re-acquire the EMFBuilder service by Tim Ward · 6 years ago
  19. 1272046 Tx Control spec compliance - re-fix the setRollbackOnly issue in pre completion and add a unit test by Tim Ward · 6 years ago
  20. 4f155dd Tx Control spec compliance - the XA JPA provider must support recovery to be the reference implementation by Tim Ward · 6 years ago
  21. 1ded5dc Tx Control spec compliance - recovery should work for JDBC resources created from the factory service by Tim Ward · 6 years ago
  22. f6cb1ac Tx Control spec compliance - support passed in JDBC resource providers in the local JPA implementation by Tim Ward · 6 years ago
  23. 1317719 Tx Control spec compliance - handle null properties being passed to the local JPA Provider Factory by Tim Ward · 6 years ago
  24. 1a21dcc Tx Control spec compliance ensure that passed in JDBC Resource providers are properly handled by Tim Ward · 6 years ago
  25. 2d64bd6 Tx Control spec compliance - avoid NPEs when null Maps are passed, throw thw correct exception from joinTransaction by Tim Ward · 6 years ago
  26. 9d241cd Ensure that a RollbackException is generated for unexpected failures by Tim Ward · 6 years ago
  27. 63ce9b1 Tx Control spec compliance - failing the CT due to unwrapping failure by Tim Ward · 6 years ago
  28. e1afa6d Tx Control spec compliance by Tim Ward · 6 years ago
  29. 0553df8 Tx Control Service spec compliance by Tim Ward · 6 years ago
  30. 0fc68c8 Tx Control spec compliance by Tim Ward · 6 years ago
  31. eb3d657 Tx Control Service spec work by Tim Ward · 6 years ago
  32. bdae9a1 tx-control-service spec fixes by Tim Ward · 6 years ago
  33. 46fe11f tx-control-service spec compliance by Tim Ward · 6 years ago
  34. eb9ec5a tx-control-service spec compliance by Tim Ward · 6 years ago
  35. a2b1a35 tx-control-service-local spec compliance by Tim Ward · 6 years ago
  36. a578cf4 Marker commit indicating the point at which Transaction Control moved to its own Git Repository by Tim Ward · 6 years ago
  37. 72776a6 [tx-control] Update the JPA resource provider to support plugins when using the EntityManagerFactoryBuilder by timothyjward · 7 years ago
  38. 26efe65 [tx-control] Fix up relativePath for parent poms by timothyjward · 7 years ago
  39. 19265a8 [tx-control] Re-organise the Tx Control build, and use the official API by timothyjward · 7 years ago
  40. a5838f7 [ARIES-Tx-Control][maven-release-plugin]prepare for next development iteration by timothyjward · 7 years ago
  41. 873a465 [ARIES-Tx-Control][maven-release-plugin]prepare release tx-control-0.0.3 by timothyjward · 7 years ago
  42. f2a4f48 [tx-control] Add JPA XA support for Hibernate 5.2.x by timothyjward · 7 years ago
  43. b347c48 [tx-control] Support Connection Test Queries when pooling by timothyjward · 7 years ago
  44. af5dd47 ARIES-1647 Advertise the Transaction Control service from the local transactions bundle by timothyjward · 7 years ago
  45. 9ae830a [tx-control] Add support for releasing resource providers to the factories by timothyjward · 7 years ago
  46. f8bcccf [tx-control-0.0.2][maven-release-plugin]prepare for next development iteration by timothyjward · 8 years ago
  47. ad2b38f [tx-control-0.0.2][maven-release-plugin]prepare release tx-control-0.0.2 by timothyjward · 8 years ago
  48. 4c7761e [tx-control] Fix another failed release due to leftover tag by timothyjward · 8 years ago
  49. f6cfa3a [tx-control-0.0.2][maven-release-plugin]prepare for next development iteration by timothyjward · 8 years ago
  50. 856e0f4 [tx-control-0.0.2][maven-release-plugin]prepare release tx-control-0.0.2 by timothyjward · 8 years ago
  51. 9977b1a [tx-control] Fix versioning mess made by the release plugin by timothyjward · 8 years ago
  52. 77f0719 [tx-control-0.0.2][maven-release-plugin]prepare for next development iteration by timothyjward · 8 years ago
  53. 91e7567 [tx-control] Minor fixes to Javadoc and license files by timothyjward · 8 years ago
  54. a786e2d ARIES-1617 Ensure type safety for configuration driven JPA resource providers by timothyjward · 8 years ago
  55. 367237f ARIES-1616 Further refactoring to remove duplicate code in the JPA resource providers by timothyjward · 8 years ago
  56. 9f3f2f0 ARIES-1616 Clean up XA JPA resources properly by timothyjward · 8 years ago
  57. 954df16 ARIES-1616 Factor out JPA resource provider common code from Local JPA by timothyjward · 8 years ago
  58. 1e92519 ARIES-1616 Factor out resource provider independent common code by timothyjward · 8 years ago
  59. 65864ac ARIES-1616 Clean up Local JPA resources properly by timothyjward · 8 years ago
  60. e389e50 ARIES-1616 Force the transaction log to close when Transaction Control shuts down by timothyjward · 8 years ago
  61. 50706f8 [tx-control] Ensure that XA Connections are released by the JDBCResourceProvider by timothyjward · 8 years ago
  62. 8052736 [tx-control] Ensure that the same ThreadLocal is used for all resources created by an XA JPAEntityManagerProvider by timothyjward · 8 years ago
  63. e048337 [tx-control] Ensure that JPA container snapshots can be reliably used in the tests by timothyjward · 8 years ago
  64. 04671cb [tx-control] Avoid tying XA JPA resources to a single Transaction Control service by timothyjward · 8 years ago
  65. 2eede50 [tx-control] Add missing package to avoid the need to deploy the JDBC API by timothyjward · 8 years ago
  66. 853a66e [tx-control] Correctly set the causes of ScopedWorkExceptions by timothyjward · 8 years ago
  67. 0d5e263 [ARIES-1585] Add tests for JDBC connection cleanup, and fix the leaks! by timothyjward · 8 years ago
  68. fe0a31e [tx-control] Register the recovery service before the ResourceProvider so that recovery is always available before someone uses the service by timothyjward · 8 years ago
  69. 22ca804 [tx-control] Add recovery support to the XA JDBC provider by timothyjward · 8 years ago
  70. 488991f [tx-control] Improvements for the Local and XA JDBC ResourceProviders: by timothyjward · 8 years ago
  71. 7f6bee9 [tx-control] Drop OSGi core dependency to R5 as no R6 features are currently needed by timothyjward · 8 years ago
  72. ffd510b [tx-control] Add license headers to build files by timothyjward · 8 years ago
  73. a6ee96d [tx-control] Add support for resource recovery when using XA by timothyjward · 8 years ago
  74. f21a6f1 [tx-control] Move to use the bnd-maven-plugin by timothyjward · 8 years ago
  75. 46f96a9 [tx-control] Make local resource support configurable, and permit users to enforce a single last participant by timothyjward · 8 years ago
  76. 9569ae4 [tx-control] Simplify Tx Control Service providers, and add configurable recovery logging for XA by timothyjward · 8 years ago
  77. 7e6039c [tx-control] Remove unnecessary Hibernate bug fix after fixing ARIES-1575 by timothyjward · 8 years ago
  78. dfaf785 [tx-control][maven-release-plugin]prepare for next development iteration by timothyjward · 8 years ago
  79. 8628a9e [tx-control][maven-release-plugin]prepare release tx-control-0.0.1 by timothyjward · 8 years ago
  80. b4ac43d [tx-control] Move to an internal parent for setting things like JavaDoc JDK version by timothyjward · 8 years ago
  81. f8a8808 [tx-control] Test workaround for Hibernate bug HHH-10855 by timothyjward · 8 years ago
  82. b144741 [tx-control] Switch dependencies to release versions by timothyjward · 8 years ago
  83. 59a7fc8 [tx-control] Add Provided and Required Service Capabilities to the tx control bundles by timothyjward · 8 years ago
  84. 87a84fd [tx-control] Add licence information so that the tx-control project can be released by timothyjward · 8 years ago
  85. 46d053b [tx-control] Tidy up JavaDoc for Transaction Control API by timothyjward · 8 years ago
  86. 78d13ba [tx-control] Integration tests for JPA two phase commit by timothyjward · 8 years ago
  87. 1a6982a [tx-control] Mark ScopedWorkException#context as transient so the Exception can be serialized by timothyjward · 8 years ago
  88. e535aec [tx-control] Enhance the Coordinator Optimisation test to show one transaction isn't necessarily better by timothyjward · 8 years ago
  89. 33c9fdf [tx-control] Make the OSGi API version 1.0, but add a mandatory attribute to indicate its instability by timothyjward · 8 years ago
  90. 6a0905f [tx-control] Add an itest using the coordinator to speed up database inserts by timothyjward · 8 years ago
  91. 2e3278d [tx-control] Remove the link to the Coordinator service as per the latest RFC update by timothyjward · 8 years ago
  92. 0316633 [tx-control] Add support for read-only transactions by timothyjward · 8 years ago
  93. a112fe5 [tx-control] Ensure that EclipseLink usee the non-jta-datasource for sequence generation by timothyjward · 8 years ago
  94. 53d94dd [tx-control] Actually enlist the XA connection by timothyjward · 8 years ago
  95. 3a15f92 [tx-control] Initial support for XA transactions with EclipseLink and OpenJPA by timothyjward · 8 years ago
  96. b39b6e4 [tx-control] Add XA support for JPA using Hibernate by timothyjward · 8 years ago
  97. 3a10c82 [tx-control] Do not build any of tx-control unless JDK 8 is available by timothyjward · 8 years ago
  98. a640d69 [tx-control] Add tests for OpenJPA 2.4.1 by timothyjward · 8 years ago
  99. 970f034 [tx-control] Avoid teardown exception when using Hibernate by timothyjward · 8 years ago
  100. 120d9a0 [tx-control] Add documentation for the JPA local provider by timothyjward · 8 years ago