Commit Graph

7971 Commits

Author SHA1 Message Date
Steve Ebersole b8c6bc2204 CONTRIBUTING.md changes to add Legal section + adding dco.txt 2017-08-08 09:27:33 -05:00
Andrea Boriero bc05ff24bc HHH-11882 - Fix test causing failures 2017-08-08 14:37:11 +02:00
Gail Badner af4f63aff7 HHH-11898 : added @FailureExpected to test reproducing the error 2017-08-07 21:28:28 -07:00
barreiro a2803d7703 HHH-11882 - Remove old bytecode enhancer testing infrastructure 2017-08-07 09:41:33 -05:00
barreiro d3ce7ded37 HHH-11882 - Fix TestLazyPropertyOnPreUpdate 2017-08-07 09:41:33 -05:00
barreiro eca2c6001e HHH-11882 - Remove old bytecode enhancer tests 2017-08-07 09:41:33 -05:00
barreiro fb6a7a376f HHH-11882 - Bytecode enhancer tests with the new JUnit runner 2017-08-07 09:41:33 -05:00
barreiro 168a47bdae HHH-11882 - Bytecode enhancer JUnit runner 2017-08-07 09:41:33 -05:00
Gail Badner cc342dc072 HHH-11910 : SchemaUpdateTest fails on databases using case-insensitive identifiers 2017-08-04 16:40:40 -07:00
Gail Badner a8fcdffc50 HHH-11898 : test case 2017-08-04 16:40:40 -07:00
jcibik 019cd397fb HHH-11905 - AbstractLobTest Fails on Sybase 2017-08-03 16:32:08 +03:00
jcibik af4a76e6a9 HHH-11904 - EnumExplicitTypeTest test assert fails on mariadb clusters 2017-08-03 12:04:17 +03:00
Gail Badner 2fe8e5e340 HHH-11903 : test case 2017-08-01 21:36:03 -07:00
Bogdan Stirbat 47f8a67990 HHH-11539 - when foreignKey is added to an @JoinColumn, and not @CollectionTable directly, consider it as well 2017-08-01 11:13:51 +03:00
Vlad Mihalcea 742df1f3fa HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example for property-based changes
2017-07-31 16:32:48 +03:00
Vlad Mihalcea 28758f7d53 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Extend the Revision log example with actual test cases and SQL statement snippets
2017-07-31 13:30:52 +03:00
Vlad Mihalcea e56ecc24ff HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Provide two examples for the entity type change revision tracking
2017-07-28 09:43:30 +03:00
Vlad Mihalcea fa81aafb28 HHH-11891 - Clarify documentation about Hibernate support for basic array types
Apply Steve suggestions
2017-07-28 08:22:35 +03:00
Vlad Mihalcea f0ccd7126a HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Refactor the Revision log example with actual test cases
2017-07-27 16:08:49 +03:00
Vlad Mihalcea 582bd94530 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example to demonstrate the audit log query difference for ValidityAuditStrategy
2017-07-27 11:26:57 +03:00
Vlad Mihalcea 871722dc08 HHH-11891 - Clarify documentation about Hibernate support for basic array types 2017-07-27 09:56:40 +03:00
Vlad Mihalcea a260006d76 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example to configure the ValidityAuditStrategy
2017-07-26 17:39:03 +03:00
Vlad Mihalcea 7c5213171b HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add examples about reading revisions and reconstructing entity state
2017-07-25 16:17:37 +03:00
Vlad Mihalcea d671fe1391 HHH-11890 - Remove old docbook folder from the documentation module 2017-07-25 11:54:01 +03:00
Vlad Mihalcea ba2e273e9e HHH-11886 - Elaborate Envers documentation and switch to actual source code examples 2017-07-24 17:41:45 +03:00
echunca 4477baf53b HHH-11826: ImplicitNamingStrategyComponentPathImpl generates invalid SQL for Entity with Embedded ElementCollection 2017-07-24 15:55:03 +03:00
Freek de Bruijn df3a248c9b HHH-11878 - Minor typo in CascadeStyles.java 2017-07-24 13:04:06 +03:00
Gail Badner 3553efa05f HHH-11881 : Null Set collection elements are inserted into collection table 2017-07-20 17:03:28 -07:00
Gail Badner 240492f940 HHH-11881 : Added tests 2017-07-20 17:02:46 -07:00
Vlad Mihalcea 1afbdadd67 Minor documentation changes for Envers 2017-07-19 12:58:57 +03:00
Arnold Galovics 68a40425b1 HHH-11176: Add support for Tuple results for native queries 2017-07-18 18:09:37 +03:00
András Eisenberger 1347ee6250 HHH-11465 - @AttributeOverride does not work for CompositeUserType inside of @Embeddable 2017-07-18 18:07:43 +03:00
jonathan 2bb041423e HHH-11726 - PASS_DISTINCT_THROUGH hint is ignored when used in conjunction with maxResults/firstResult limiters 2017-07-17 10:23:46 +03:00
Guillaume Husta 60f2ac8534 FIX HHH-11868 2017-07-13 09:21:13 -04:00
Vlad Mihalcea 7f94320cec HHH-9864 - foreign key violation with order_inserts=true and batches with mixed subclass entities
Add extra check for executeBatch which should prove that batching works as expected
2017-07-05 19:59:55 +03:00
Vlad Mihalcea 175e0dae34 Fix test failing in Envers and for MariaDB 2017-07-05 17:44:14 +03:00
Vlad Mihalcea 4b672a214f HHH-9864 - foreign key violation with order_inserts=true and batches with mixed subclass entities
Add test for @ManyToOne association
2017-07-05 16:24:09 +03:00
Vlad Mihalcea 6ed1303349 HHH-11526 - Documentation for custom collection types 2017-07-05 14:25:13 +03:00
Vlad Mihalcea c87253575d HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the OSGI chapter
2017-07-05 12:39:03 +03:00
Vlad Mihalcea ceaeb81e33 HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Identifier chapter
2017-07-05 11:56:21 +03:00
Vlad Mihalcea b9b956cd2c HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Dynamic entity mapping chapter
2017-07-04 15:43:33 +03:00
Vlad Mihalcea 87ce2670e7 HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Entity chapter
2017-07-04 14:22:28 +03:00
Vlad Mihalcea f9cb1d5cb4 HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Access chapter
2017-07-04 08:59:16 +03:00
Chris Cranford 0d5f9c16ff HHH-11851 - Fix for native envers test cases to execute against validity and default audit strategies. 2017-07-03 11:16:06 -04:00
Vlad Mihalcea c42df6a11b HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Embeddable chapter
2017-06-29 16:56:08 +03:00
Vlad Mihalcea c39a337418 HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Natural Id chapter
2017-06-28 18:22:27 +03:00
Vlad Mihalcea 64b16fdf5e HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
Fixed in the Locking chapter
2017-06-28 15:28:53 +03:00
Shawn Clowater 1d0a44ab92 HHH-11830 - Shared Session memory leak via TransactionObserver reference 2017-06-28 12:35:15 +03:00
Vlad Mihalcea 0a24f4d6bd HHH-11837 - MapsId and PrimaryKeyJoinColumn examples in the documentation should use OneToOne rather than ManyToOne
Replace many-to-one with one-to-one as illustrated by the actual entity maappings
2017-06-27 12:09:41 +03:00
Vlad Mihalcea 7728d23c9f HHH-5538 - Postgres: fix dialect to work in databases with mutiple schema and search_path set
Move test to a more appropriate package
2017-06-27 11:13:31 +03:00