Commit Graph

334 Commits

Author SHA1 Message Date
Brett Meyer 8e3fd81046 HHH-7995 Added support for TypeContributors in OSGi. Integrated with
envers
2013-04-30 12:50:02 -04:00
Brett Meyer 2d0a757157 HHH-7944 envers classloader issues 2013-04-30 10:54:06 -04:00
Brett Meyer a30347552c HHH-7995 Auto-discovery of Hibernate extension points in OSGi 2013-04-22 15:19:23 -04:00
Lukasz Antoniak bbe408f994 HHH-8189 - Rollback audit records on flushed transaction rollback 2013-04-17 16:12:05 +02:00
Lukasz Antoniak 76fe91cf4a HHH-5845 - Lazy loading of audited entites with revision type DEL 2013-04-17 09:46:21 +02:00
Lukasz Antoniak 772f3cbc5d HHH-8171 - Cleanup 2013-04-15 00:00:08 +02:00
Kristoffer Lundberg 120237e007 HHH-8171 - SETORDINAL to support set of embeddables 2013-04-15 00:00:07 +02:00
Brett Meyer 934e7476a3 HHH-7478 Corrected test 2013-04-11 19:00:21 -04:00
Lukasz Antoniak 0958313ebc HHH-7478 - Fix and test 2013-04-11 18:16:31 -04:00
Lukasz Antoniak f732164b8c HHH-8049 - Fix and test 2013-04-09 12:16:32 +02:00
Lukasz Antoniak d35dee771b HHH-5845 - Cleanup
(cherry picked from commit 4213e3c13a)
2013-04-05 15:52:05 +02:00
Adar Dembo dcf3fa4ff6 HHH-5845 (partial fix) Lazy Loading of audited entites with revision type 'delete'
Fixed for to-one associations, but not for one-to-many and other collection types.
(cherry picked from commit 52ab4baafb)
2013-04-05 15:51:50 +02:00
Lukasz Antoniak 2fb5a9292d HHH-8087 - Cleanup
(cherry picked from commit 03a56f58b9)
2013-03-22 16:03:57 +01:00
Lukasz Antoniak 50f641a47b HHH-8087 - Fix and test
(cherry picked from commit fa12131267)
2013-03-22 15:26:49 +01:00
Lukasz Antoniak 57870f32bf HHH-8072 - Fixing Sybase tests
(cherry picked from commit bd7840dd0f)
2013-03-15 22:23:40 +01:00
Lukasz Antoniak 75681bcee2 HHH-8061 - Fixing EnumSet test on Oracle
(cherry picked from commit 11287c2e02)
2013-03-13 20:56:18 +01:00
Brett Meyer 2991a9399c HHH-8061 envers tests failing on master-matrix CI 2013-03-11 17:21:56 -04:00
Lukasz Antoniak 18d2f136f8 HHH-8036 - Fix and test 2013-03-04 22:38:46 +01:00
Lukasz Antoniak 797819ff07 HHH-6613 - Support for audited @ElementCollection of embeddables 2013-02-28 13:43:41 +01:00
Brett Meyer 343a599a4b HHH-8019 Multiple tests creating identifiers too long for Oracle 2013-02-19 15:12:44 -05:00
Brett Meyer 1af005bfb1 HHH-7991 Correct all instances of
Thread.currentThread().getContextClassLoader()
2013-02-14 11:04:35 -05:00
Brett Meyer 94cbc61f04 HHH-7527 Enterprise OSGi JPA support 2013-02-14 11:04:35 -05:00
Brett Meyer e25211380d HHH-7999 Oracle test failures due to lack of support for identity
columns
2013-02-13 23:12:11 -05:00
Lukasz Antoniak e3131fa956 HHH-7948 - Fix and test
(cherry picked from commit d702dfbc8c)
2013-01-30 16:05:17 +01:00
Lukasz Antoniak 11e3800f49 HHH-7948 - Fix and test 2013-01-29 19:52:29 +01:00
Lukasz Antoniak 46cc6ac49f HHH-7934 - Test case
(cherry picked from commit 2f71f071ec)
2013-01-28 14:55:00 -05:00
Lukasz Antoniak b6b0f8ae20 HHH-7934 - Fix and test
(cherry picked from commit 69230d1ebd)
2013-01-28 14:55:00 -05:00
Lukasz Antoniak 87eae02f5c HHH-7918 - Completely recalculate entity state on merge 2013-01-28 14:53:45 -05:00
Lukasz Antoniak 357b12c040 HHH-7918 - Fix and test 2013-01-28 14:53:45 -05:00
Lukasz Antoniak 11ed12ef8f HHH-7437 - Fix and test
(cherry picked from commit bcf73bd32c)
2013-01-28 14:53:05 -05:00
Brett Meyer f70234c5ee HHH-7902 Replace JDBC proxies with a set of contracts/helpers
HHH-7902 Merged JdbcResourceRegistry into JdbcCoordinator.  Parts of
LogicalConnection moved into JdbcCoordinator as well.

HHH-7902 Replaced Statement#close and ResultSet#close calls with
JdbcCoordinator#release

HHH-7902 Enforced the use of StatementPreparer, instead of Connection

HHH-7902 ResultSetExtractor.  Replaced all instances of execute,
executeQuery, executeUpdate, etc.

HHH-7902 Refactored AbstractReturningDelegate to give access to
jdbcCoordinator

HHH-7902 Corrected test failures

HHH-7902 Removed resource registry use from JdbcIsolation workers

HHH-7902 Corrected a few bugs in JdbcCoordinator and ResultSetExtractor.

HHH-7902 ResultSetExtractor -> ResultSetReturn.  Reworked proxy tests to
test the new APIs.
2013-01-14 13:49:15 -05:00
Lukasz Antoniak 2fc81e9d98 HHH-7870 - Fix and test
(cherry picked from commit 0713cea180)
2013-01-10 15:09:49 +01:00
Steve Ebersole 93f4fe0668 HHH-7667 - Investigate expanding bytecode enhancement support 2012-12-18 14:28:39 -06:00
Lukasz Antoniak 6498ca969c HHH-7800 - Tests cleanup 2012-11-22 12:21:56 +01:00
Csaba Varga ca44ff7949 HHH-7800: Fixed "maximize" doesn't work inside a disjunction issue 2012-11-22 12:06:39 +01:00
Csaba Varga d5a40bbd1f HHH-7800: added unit test to demonstrate broken behavior ("maximize"
does not work inside an AuditDisjunction)
2012-11-22 12:06:30 +01:00
Csaba Varga ac95b64aad HHH-7800: Fixed "between" doesn't work inside a disjunction issue 2012-11-22 12:06:19 +01:00
Lukasz Antoniak ec7993e20e HHH-5910 - Fix and test
(cherry picked from commit c01dd40a65)
2012-11-19 19:07:03 +01:00
Lukasz Antoniak fc69e24b5a HHH-7780 - Proper enumeration named/ordinal discovery 2012-11-14 16:36:43 +01:00
Lukasz Antoniak 94e13074c1 HHH-3854 - Fix and test 2012-11-11 18:09:22 +01:00
Lukasz Antoniak 55e8efc8f0 HHH-6349 - Test cleanup 2012-10-30 17:32:03 +01:00
Erik-Berndt Scheper 9d84c8dea8 HHH-6349 Testcase: AuditJoinTable rows missing when detached entities with collections are merged into the persistence context 2012-10-30 17:32:02 +01:00
Erik-Berndt Scheper e826dde7bb HHH-6349 Testcase: AuditJoinTable rows missing when detached entities with collections are merged into the persistence context 2012-10-30 17:32:01 +01:00
Lukasz Antoniak 73bae00c1c HHH-7669 - Oracle sequences ordered 2012-10-30 09:24:51 +01:00
brmeyer 51feb11265 HHH-7682 Audit records are not rolled back when transaction is rolled
back
2012-10-25 10:12:37 -04:00
Lukasz Antoniak cac5ddea21 HHH-7690 - @EmbeddedId with @ManyToOne inside 2012-10-25 13:19:02 +02:00
brmeyer ce573c8856 HHH-7669: JtaTransaction test fails on Oracle RAC
https://hibernate.onjira.com/browse/HHH-7669
2012-10-23 17:49:50 -04:00
brmeyer 518fa90dd7 HHH-7569 Correct test-only failures in hibernate-core-master-matrix CI
job(cherry picked from commit 69442c6ea7)
2012-09-18 07:14:07 -04:00
Lukasz Antoniak a195c6805b HHH-7543 - Fix and test 2012-08-24 22:24:08 +02:00
Lukasz Antoniak dafe837487 HHH-7212 - Fix 2012-08-23 22:41:04 +02:00