Gail Badner
5177a92204
5.0.10
2016-07-31 22:21:34 -07:00
Gail Badner
71d799ae11
HHH-10795 : Corrections due to backporting
2016-07-29 17:20:40 -07:00
Gail Badner
b22f0113a8
HHH-10795 : added assertions to test case
...
(cherry picked from commit afbc9e2dcd
)
2016-07-29 17:20:40 -07:00
Gail Badner
6bd487cae6
HHH-10795 : StatefulPersistenceContext.entityEntryContext does not work properly for ManagedEntity associated with a different StatefulPersistenceContext
...
(cherry picked from commit 001ea33603
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
2016-07-29 17:20:40 -07:00
Karel Maesen
32127bd5c1
HH-10987 - Update geolatte-geom to 1.0.4
2016-07-29 18:23:31 +02:00
Chris Cranford
d41daa3b46
HHH-10994 - Relax requirement of 'as' in the alias phrase for the MSSQL LimitHandler implementation.
...
(cherry picked from commit 714ba62
)
2016-07-28 12:48:34 -05:00
Vlad Mihalcea
0032886918
HHH-11002 - Add documentation section about Filter and FilterDef
2016-07-28 16:35:02 +03:00
Gail Badner
f8243a6007
HHH-10993 : NPE when Lazy loading collection without transaction for bytecode enhanced entitie
...
(cherry picked from commit 2c553f3290
)
2016-07-26 16:37:29 -07:00
johara
43134abdd0
HHH-10993 - Added testcase for Lazy Loaded collections outside transaction in bytecode enhanced entities
...
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java
2016-07-26 16:36:07 -07:00
barreiro
d66c213b61
HHH-10973 - Fix 'class is frozen' when enhancing bidirectional relationships
...
(cherry picked from commit a9318ce656
)
2016-07-21 22:54:06 -07:00
barreiro
5192eb71f5
HHH-10977 - Entity not enhanced after MappedSuperclass
...
(cherry picked from commit 987487e106
)
2016-07-21 22:53:52 -07:00
barreiro
0f881d7cf2
HHH-10977 - Fix enhanced classloader so that the testsuite behaves as the enhancement plugins do
...
(cherry picked from commit b3aaa12b64
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTestUtils.java
2016-07-21 22:52:54 -07:00
Dmytro Bondar
606cc34049
HHH-10725 - Hibernate Integrations Guide: an incorrect example LatestAndGreatestConnectionProviderImpl
2016-07-21 16:27:12 +03:00
barreiro
0f8fa7a12b
HHH-10922 - Call on bytecode enhanced method trigger load of proxy
...
(cherry picked from commit 92c1e63577
)
2016-07-19 16:20:57 -07:00
Gail Badner
e66ec8f77e
HHH-10922 - Correcions due to backporting
...
(cherry picked from commit 58b3f69555
)
2016-07-19 16:19:29 -07:00
barreiro
d972fecbf2
HHH-10922 - Test case
...
(cherry picked from commit 45adb05f5a
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java
2016-07-19 16:18:11 -07:00
barreiro
40ac9ce4b0
HHH-10922 - Add support for custom enhancement context on bytecode enhacer tests
...
(cherry picked from commit 68a2896c2b
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTestUtils.java
2016-07-19 16:15:40 -07:00
Vlad Mihalcea
afab46fefa
HHH-10971 - Document flush operation order
2016-07-19 18:09:09 +03:00
Vlad Mihalcea
c6ec57d714
HHH-10966 - Document @DiscriminatorValue NULL and NOT_NULL options
2016-07-18 17:44:28 +03:00
Gail Badner
cc94c57097
HHH-5393 : MappingException when @MapKeyColumn refers to a column mapped in embeddable map value
...
(cherry picked from commit c893577efc
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
2016-07-14 16:28:54 -07:00
Gail Badner
c1f3b54194
HHH-10551 : test case
2016-07-11 18:35:57 -07:00
Gail Badner
9834c85116
HHH-10888 : PluralAttribute#isAssociation returns true for @ElementCollection
...
(cherry picked from commit cdd7fb66c8
)
2016-07-11 14:13:31 -07:00
barreiro
e8cab909c0
HHH-10801 - Bytecode enhancement of @MappedSuperclass
...
(cherry picked from commit cdc69a475b
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/mapped/MappedSuperclassTestTask.java
2016-07-01 14:04:39 -07:00
Gail Badner
70bb620644
HHH-10646 : Correct to backport
2016-07-01 13:58:55 -07:00
barreiro
2aa76b3ef9
HHH-10646 - [enhancer] Add support for @MappedSuperclass
...
(cherry picked from commit e615d76a26
)
Conflicts:
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/EnhancerTest.java
2016-07-01 13:52:58 -07:00
Gail Badner
4f3391a592
HHH-10851 : Change to check for @Access on field and getter before checking the class containing the attribute
...
(cherry picked from commit 570577b653
)
2016-06-30 22:29:18 -07:00
barreiro
ac47825db2
HHH-10851 - PropertyAccessMixed not aware of Access annotation
...
(cherry picked from commit 5ef1da74c2
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/property/access/internal/PropertyAccessEnhancedImpl.java
2016-06-30 22:27:24 -07:00
Gail Badner
afe747e7a8
HHH-10865 : Fixes required for backporting
2016-06-29 19:39:10 -07:00
Gail Badner
4c900da689
HHH-10865 - ManyToMany relation dropped from database when lazy loading is active
...
(cherry picked from commit 8e8be9aeb4
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
hibernate-core/src/main/java/org/hibernate/tuple/entity/BytecodeEnhancementMetadataPojoImpl.java
2016-06-29 19:37:19 -07:00
Gail Badner
11f2d5d5f7
HHH-10413 : fixes required to backport
...
(cherry picked from commit 995e76e5fb
)
2016-06-28 23:16:26 -07:00
Gail Badner
62c8bb914b
HHH-10413 : byte[] as the version attribute broken
...
(cherry picked from commit 1d20ea4f60
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/type/BinaryType.java
(cherry picked from commit 0561093de6
)
2016-06-28 23:16:14 -07:00
Andrea Boriero
dc1073e212
HHH-10861 - Fix nullLiteral in select expression
...
(cherry picked from commit 597183a3b9
)
Conflicts:
hibernate-entitymanager/src/main/java/org/hibernate/jpa/criteria/expression/NullLiteralExpression.java
(cherry picked from commit 4f46968600
)
2016-06-28 18:25:28 -07:00
Gail Badner
57f12918d6
HHH-10729 HHH-9021 HHH-10230 : Move tests to hibernate-entitymanager
...
(cherry picked from commit 57a9345959
)
2016-06-28 18:25:07 -07:00
Gail Badner
2139fd8c0d
HHH-10729 HHH-9021 HHH-10230 : Add more checks to test cases
...
(cherry picked from commit 13db8b95e3
)
2016-06-28 18:24:45 -07:00
Andrea Boriero
7a17840c16
HHH-10729 HHH-9021 HHH-10230 - Fix Issue with literals in select expression
...
(cherry picked from commit e71af130f0
)
2016-06-28 18:24:31 -07:00
Andrea Boriero
903a3befb3
HHH-10729 HHH-9021 HHH-10230 - Add test for issue
...
(cherry picked from commit e0963d56b9
)
2016-06-28 18:24:17 -07:00
Andrea Boriero
99aa8dd34a
HHH-10341 - Fix failing test
...
(cherry picked from commit 83eb8b0f76
)
2016-06-28 13:36:59 -07:00
Andrea Boriero
80e591f064
HHH-10341 - Fix Specification violation in Implementation of TupleElement
...
(cherry picked from commit 04f1fcc762
)
2016-06-28 13:36:39 -07:00
Gail Badner
7764358c7f
HHH-10341 - Move test to hibernate-entitymanager
...
(cherry picked from commit f32476e6c9
)
2016-06-28 13:36:28 -07:00
Andrea Boriero
3d421f1595
HHH-10341 - Add test for issue
...
(cherry picked from commit 57b954d476
)
2016-06-28 13:36:18 -07:00
Gail Badner
a3da71e5f8
HHH-10843 : Fix QuerySyntaxException when use CriteriaBuilder.concat in selectCase expression
...
(cherry picked from commit 5b255fa0c2
)
2016-06-28 13:10:13 -07:00
Gail Badner
ec8aa4ecc3
HHH-10843 - Move test to hibernate-entitymanager
...
(cherry picked from commit 61d73f6214
)
2016-06-28 13:10:01 -07:00
Andrea Boriero
3ddd32d82d
HHH-10843 - Add test for issue
...
(cherry picked from commit a3ed7010b6
)
2016-06-28 13:09:48 -07:00
Vlad Mihalcea
6655477ed0
Update the Locking documentation
...
- add a side-by-side comparison of LockMode and LockModeType
- describe the follow-on-locking behavior
2016-06-23 16:52:50 +03:00
Gail Badner
f6a6f35dd9
HHH-10648 : Backport corrections
...
(cherry picked from commit d407e73775
)
2016-06-23 00:36:11 -07:00
Gail Badner
90c372aa95
HHH-10648 : No MultipleBagFetchException is thrown when fetching two bags eagerly
...
(cherry picked from commit 59c0d48f8d
)
2016-06-23 00:35:51 -07:00
barreiro
879674cdf7
HHH-10708 - Fix test case
2016-06-22 12:39:53 -07:00
Gail Badner
9c840739db
HHH-10708 : Fix bug due to backporting (SPI does not exist in 5.0)
2016-06-22 12:39:23 -07:00
Steve Ebersole
33e16f2788
HHH-10708 - Accessing a lazy collection in an enhanced class deletes it afterwards
...
(cherry picked from commit 0e1b79d2b5
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java
HHH-10708 : Corrections due to backporting
(cherry picked from commit 0f918b4d42
)
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/internal/AbstractEntityEntry.java
2016-06-22 12:39:23 -07:00
barreiro
fffd2515a6
HHH-10708 - Test cases
...
(cherry picked from commit 9768cf21c5
)
2016-06-22 12:39:23 -07:00