Andrei Ivanov
|
fc24cdb708
|
HHH-10510 - Root cause not properly extracted when transaction commit fails
|
2016-03-09 08:35:14 +02:00 |
k abram
|
2aed1fd6b1
|
HHH-10549 - Hibernate incorrectly applies Converters with autoApply=true to subclasses
|
2016-03-09 07:36:57 +02:00 |
Steve Ebersole
|
6d208331a9
|
HHH-10455 - MapJoin results in NPE when using key()
|
2016-02-27 13:47:29 -06:00 |
Andrea Boriero
|
be425d2308
|
HHH-10544 - Fix MySQL failing tests
|
2016-02-18 15:53:41 +00:00 |
Gail Badner
|
efa72a8333
|
HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection
|
2016-02-09 23:33:50 -08:00 |
Steve Ebersole
|
13bbddfd30
|
HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database
|
2016-02-09 16:08:59 -06:00 |
Gail Badner
|
b1fef6c70b
|
HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean
|
2016-02-09 12:52:02 -08:00 |
Steve Ebersole
|
17de173cb5
|
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
HHH-10487 - Add @Incubating annotation
|
2016-02-09 11:45:46 -06:00 |
Martin Simka
|
af7a9a69a8
|
[HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax
|
2016-02-08 22:12:15 -08:00 |
Oliver Breidenbach
|
d610e53a80
|
HHH-9375 - Testcase: EntityGraph and isMember functions generates illegal sql
|
2016-02-08 11:16:53 +00:00 |
Maxime Falaize
|
b8a3774cb4
|
HHH-9411 : Fix downcast of treat statement.
|
2016-02-06 16:12:28 +02:00 |
Oliver Breidenbach
|
f69c4e7882
|
HHH-10261 - Fixing bug on creating subgraph on inherited attributes
|
2016-02-01 15:19:44 +00:00 |
Oliver Breidenbach
|
13fa120240
|
HHH-10261 - Test showing Exception if subgraph is created on an inherited attribute
|
2016-02-01 15:19:44 +00:00 |
Andrea Boriero
|
738b501d50
|
HHH-9286 - Add test for issue
|
2016-01-27 16:40:06 +00:00 |
Steve Ebersole
|
3b4c167482
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-26 16:41:53 -06:00 |
Steve Ebersole
|
6732e04058
|
HHH-10477 - Setting to allow delayed access to CDI
|
2016-01-25 15:33:43 -06:00 |
Steve Ebersole
|
95ed41b445
|
HHH-7572 - Develop API for load-by-multiple-ids
|
2016-01-25 13:12:45 -06:00 |
vladmihalcea
|
a8ee683280
|
Move user guide tests to org.hibernate.userguide and sql snippets to extras
|
2016-01-25 10:40:11 +02:00 |
Steve Ebersole
|
a5271d6e76
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-23 12:00:45 -06:00 |
Steve Ebersole
|
6076298ce9
|
HHH-8706 - Delay registering of the entity listener class as long as possible
|
2016-01-22 19:17:06 -06:00 |
vladmihalcea
|
68446ca029
|
Move User Guide tests to the documentation folder, so the hibernate-entitymanager does not depend on Java 1.8
|
2016-01-14 17:16:27 +02:00 |
Steve Ebersole
|
13a169c599
|
HHH-10317 - Allow to bind custom types that implement the Collection interface through JPA APIs
|
2016-01-12 17:43:49 -06:00 |
Steve Ebersole
|
5c77f279af
|
HHH-4161 - persistence.xml <jar-file> not following JSR220 spec
|
2016-01-12 15:22:19 -06:00 |
Steve Ebersole
|
efae886634
|
Migrate User Guide from Docbook to Asciidoctor (FindBugs fix)
|
2016-01-11 13:40:21 -06:00 |
vladmihalcea
|
c2ece0108e
|
Migrate User Guide from Docbook to Asciidoctor
|
2016-01-11 18:07:58 +02:00 |
Etienne Miret
|
ea2d26e92e
|
HHH-9356 Add a bunch of tests.
Conflicts:
hibernate-entitymanager/src/test/java/org/hibernate/jpa/test/convert/QueryTest.java
|
2016-01-09 21:57:22 -05:00 |
Dimitrios Liapis
|
866491711e
|
Typo fix
Typo fix
|
2016-01-09 19:55:46 -05:00 |
Steve Ebersole
|
b1d1a3c143
|
HHH-10307 - JTA no longer transitively provided (HHH-10178) causes problems for apps not using JTA
|
2016-01-08 11:12:58 -06:00 |
barreiro
|
d5740b00eb
|
HHH-10356 - Make runtime bytecode enhancement configurable
|
2015-12-16 15:27:55 -06:00 |
barreiro
|
6828f5ee9b
|
HHH-10354 - Rename 'field access' to 'extended enhancement'
|
2015-12-16 13:56:56 -06:00 |
Eskil Bylund
|
5cc2175033
|
Fix missing parenthesis around composite properties in WHERE clauses
The currentClauseType field would not be correct if the query contained a
subquery.
Signed-off-by: Andrea Boriero <andrea@hibernate.org>
|
2015-12-16 10:48:30 +00:00 |
Gail Badner
|
e150a6140e
|
HHH-10349 : PersistenceUtilHelper should call getDeclaredField/Method inside of privileged block
(cherry picked from commit 986b2b65ad )
|
2015-12-15 22:32:12 -08:00 |
Andrea Boriero
|
4b99c1b79d
|
HHH-9343 - Case/when in criteria with string literal result fails type checking
|
2015-11-27 16:35:04 +00:00 |
Andrea Boriero
|
462585c532
|
HHH-9343 - Add test fro issue
|
2015-11-27 16:14:50 +00:00 |
Gail Badner
|
24841e4e59
|
HHH-10328 : Unit test failure due to database identifier too long
(cherry picked from commit 24ee708de7 )
|
2015-11-24 20:58:02 -08:00 |
Gail Badner
|
c3ffe16ff0
|
HHH-10323 : Unit test failure on Oracle because constructor cannot be found
|
2015-11-23 22:16:20 -08:00 |
Gail Badner
|
d5017c339c
|
HHH-10312 : Unit test failures due to DB problems interpreting proper type for null value when bound to a query
(cherry picked from commit 519ba7175f )
|
2015-11-20 18:57:41 -08:00 |
Steve Ebersole
|
4793ca30a2
|
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
|
2015-11-17 10:21:58 -06:00 |
Gail Badner
|
b4dbb90f17
|
HHH-10161 : Hibernate ignores return value from javax.persistence.Parameter#getParameterType()
|
2015-11-16 22:30:09 -06:00 |
Steve Ebersole
|
1e44e7420b
|
HHH-10267 - Support defining lazy attribute fetch groups
|
2015-11-16 15:43:11 -06:00 |
Steve Ebersole
|
472f4ab9ef
|
HHH-10280 - Remove legacy bytecode enhancement artifacts
|
2015-11-12 19:47:50 -06:00 |
Steve Ebersole
|
4132a4293a
|
HHH-8847 - Exception thrown when trying to select a treated property
|
2015-11-09 22:41:59 -06:00 |
Steve Ebersole
|
f940c72aa9
|
HHH-9710 - IllegalArgumentException passing null as parameter value with explicit TemporalType
|
2015-11-09 22:05:47 -06:00 |
Steve Ebersole
|
7a2fbbd79a
|
HHH-9710 - IllegalArgumentException passing null as parameter value with explicit TemporalType
|
2015-11-09 22:04:10 -06:00 |
Steve Ebersole
|
2e6811f413
|
HHH-8802 - Class cast exception thrown when trying to access Embedded type relationship path in Tuple
|
2015-11-05 09:35:14 -06:00 |
Steve Ebersole
|
1a2bdd09e8
|
HHH-8775 - Exception when mapping a class more than once - applying tests from https://github.com/hibernate/hibernate-orm/pull/677 + fix
|
2015-11-04 20:32:46 -06:00 |
Steve Ebersole
|
eb2f33328d
|
HHH-9160 - javax.persistence.Query#getParameterValue(String) returns the ParameterRegistration not the parameter value
|
2015-10-30 12:55:16 -05:00 |
Steve Ebersole
|
287a516760
|
HHH-9230 - NullPointer when combining JPQL query with in clause and @NamedEntityGraph
|
2015-10-29 09:52:53 -05:00 |
Janario Oliveira
|
41879f6d1a
|
HHH-5948 - Trying to get a PluralAttributePath from a @MappedSuperclass throws org.hibernate.MappingException: Unknown collection role - Changed to read path from entity (not mappedclass) as defined in CollectionBinder.bind()
|
2015-10-28 21:56:14 -05:00 |
Steve Ebersole
|
bf41b43c16
|
HHH-8712 - Hibernate startup error "HHH015011: Unable to locate static metamodel field"
|
2015-10-28 21:26:48 -05:00 |