4555 Commits

Author SHA1 Message Date
Gail Badner
b3791bc3c3 HHH-7841 : Redesign Loader 2013-04-11 14:31:26 -05:00
Steve Ebersole
3f8699c913 HHH-7841 - Redesign Loader 2013-04-11 14:31:26 -05:00
Steve Ebersole
88d5c02d7f HHH-7841 - Redesign Loader 2013-04-11 14:31:25 -05:00
Steve Ebersole
1b10ee72f5 HHH-7841 - Redesign Loader - initial test of ResultSetProcessor 2013-04-11 14:31:25 -05:00
Steve Ebersole
87012e8101 HHH-8077 - Add MDC usage into attribute walking to help decode logs from recursive calls 2013-04-11 14:31:25 -05:00
Gail Badner
6ea20fa308 HHH-7841 : Add LoadQuery for generating SQL 2013-04-11 14:31:25 -05:00
Steve Ebersole
8b7091e1c7 HHH-7841 - Redesign Loader 2013-04-11 14:31:25 -05:00
Steve Ebersole
3d332371bd HHH-7841 - Redesign Loader 2013-04-11 14:31:25 -05:00
Steve Ebersole
c75dafbedd HHH-7841 - Redesign Loader 2013-04-11 14:31:25 -05:00
Steve Ebersole
a102bf2c31 HHH-7841 - Redesign Loader 2013-04-11 14:31:25 -05:00
Steve Ebersole
c259e157b0 HHH-8167 - Adding @NotNull to a @ManyToOne association with @JoinColumnsOrFormulas logs a ClassCastException 2013-04-11 14:30:32 -05:00
Brett Meyer
53f7b73adb HHH-8178 Natural IDs generate one UniqueKey for all columns 2013-04-11 14:19:33 -04:00
Brett Meyer
d39272a280 HHH-8175 Test fixes for postgresplus92 2013-04-11 14:19:33 -04:00
Lukasz Antoniak
35bd192556 HHH-2403 - Test cleanup 2013-04-11 09:12:23 +02:00
Steve Ebersole
692959a48e HHH-8170 - Deprecate Hibernate @ForeignKey in favor of JPA 2.1 introduced @ForeignKey annotation 2013-04-10 16:25:12 -05:00
Steve Ebersole
33640ae2bd HHH-8164 - Deprecate @Sort in favor of @SortNatural and @SortComparator 2013-04-10 16:25:12 -05:00
Brett Meyer
9c3bad3b2d HHH-8084 LobMergeTest fails on oracle 2013-04-10 15:25:20 -04:00
Brett Meyer
6386ba4d88 HHH-7944 Corrected envers JPA imports in manifest 2013-04-10 15:25:20 -04:00
Steve Ebersole
54bc9fbf9d HHH-8163 - Deprecate @IndexColumn and add @ListIndexBase 2013-04-10 12:26:33 -05:00
Steve Ebersole
4806324291 HHH-8163 - Deprecate @IndexColumn and add @ListIndexBase 2013-04-10 11:48:24 -05:00
Steve Ebersole
bb5e07dce9 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 20:40:36 -05:00
Steve Ebersole
b8ebe0ef4d HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 19:40:58 -05:00
Steve Ebersole
34e7512c76 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 19:38:40 -05:00
Brett Meyer
9ace3a6a08 HHH-7617 Gradle eclipse task missing src paths and test source generation 2013-04-09 15:30:20 -04:00
Steve Ebersole
ea9f478e0f HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 12:58:18 -05:00
Steve Ebersole
1a066dd6b3 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-09 12:54:15 -05:00
Brett Meyer
06bb009dc6 HHH-8160 Support unmanaged JPA in 4.3.x 2013-04-09 09:57:38 -04:00
Brett Meyer
73891e06d5 HHH-8160 Corrected OSGi scanner 2013-04-09 09:57:37 -04:00
Brett Meyer
cc4ef44670 HHH-8160 Updated for Gradle 1.5 OSGi plugin changes and package
versioning issues
2013-04-09 09:57:36 -04:00
Lukasz Antoniak
802fcf7b4e HHH-8049 - Fix and test 2013-04-09 11:52:40 +02:00
Steve Ebersole
96aa4a6239 HHH-8159 - Apply fixups indicated by analysis tools 2013-04-08 21:24:09 -05:00
Steve Ebersole
826aa6301f HHH-8156 - Apply new Gradle plugins 2013-04-08 21:24:09 -05:00
Steve Ebersole
e019c2ac19 HHH-8147 - Update to use distribution plugin for createing release bundles 2013-04-08 21:24:08 -05:00
Zbyněk Roubalík
38556485fe HHH-8157 Adding DBAllocator labels for Postgresql 9.2, Postgres Plus 9.2 and IBM DB2 10 2013-04-08 13:46:02 -04:00
Brett Meyer
cf921df1d0 HHH-8092 Added comment about unique constraints in schema update. 2013-04-08 13:05:44 -04:00
Lukasz Antoniak
5cc051e1df HHH-7944 - Separation of Envers API, SPI and internal packages 2013-04-08 14:43:29 +02:00
Steve Ebersole
2b2f333593 HHH-8147 - Update to use distribution plugin for createing release bundles 2013-04-05 15:15:11 -05:00
Steve Ebersole
e037fcb55f HHH-8145 - Add MaxPermSize to test configuration 2013-04-05 14:40:43 -05:00
Steve Ebersole
64cbd2fdd0 HHH-8151 - Consolidate defining "java language level" in one place 2013-04-05 14:38:23 -05:00
Steve Ebersole
0c72623038 HHH-8152 - General cleanup 2013-04-05 14:31:43 -05:00
Lukasz Antoniak
4213e3c13a HHH-5845 - Cleanup 2013-04-05 11:51:12 +02:00
Adar Dembo
52ab4baafb 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.
2013-04-05 11:51:11 +02:00
Steve Ebersole
378fc1378a HHH-8143 - Create a 'generateSources' task that performs all generation tasks 2013-04-04 14:45:49 -05:00
Brett Meyer
d68dcd9ae6 HHH-7993 Support jar scanning in OSGi 2013-04-04 15:02:26 -04:00
Steve Ebersole
d6fe409a48 HHH-8142 - Create a 'compile' task that performs all copmpilations 2013-04-04 13:42:17 -05:00
Steve Ebersole
26868ad314 HHH-8141 - Upgrade to Gradle 1.5 2013-04-04 13:01:39 -05:00
Steve Ebersole
907a2750b6 HHH-8138 - Log SQLException in DatabaseTarget with cause of schema export CREATE statement failure 2013-04-04 07:51:18 -05:00
Steve Ebersole
2a96ed865d HHH-8137 - Javadoc generation is currently not playing nicely with Java7 javadoc changes 2013-04-04 07:47:43 -05:00
Steve Ebersole
2c5cb697e1 4.3.0.Beta1 release 2013-04-03 12:17:58 -05:00
Steve Ebersole
485a5314e9 4.3.0.Beta1 release 4.3.0.Beta1 2013-04-03 11:39:14 -05:00