barreiro
8fc0bf5202
HHH-11284 - HHH-11404 - Fix enhancement in cases where there is some sort of inheritance
2017-01-18 18:55:23 -06:00
barreiro
ffe62ac68b
HHH-11242 - Basic test case for the maven plugin
2017-01-18 18:55:23 -06:00
barreiro
4a3dee1588
HHH-11242 - [enhancer] load class on isolated class pool to avoid it being frozen
2017-01-18 18:55:23 -06:00
Andrea Boriero
c1093d533e
HHH-11395 - ServiceRegistry#getService(...) throws NPE when service initiator returns null
2017-01-18 18:55:04 -06:00
Andrea Boriero
c1d8a3e426
HHH-11395 - Add test for issue
2017-01-18 18:55:04 -06:00
Andrea Boriero
a506f53a5c
HHH-11376 - Malformed SQL query sent to SQL Server with left outer join and pessimistic lock
2017-01-18 23:37:27 +00:00
Andrea Boriero
5f0ae6fcb7
HHH-11376 - Add test for issue
2017-01-18 23:37:27 +00:00
Steve Ebersole
ed4e3f50e7
HHH-10858 - Could not find matching type descriptor for requested Java class [...]; using fallback
2017-01-18 14:52:37 -06:00
Steve Ebersole
7af60b7c5a
HHH-10858 - Could not find matching type descriptor for requested Java class [...]; using fallback
2017-01-18 14:45:44 -06:00
Chris Cranford
89583fd008
HHH-11383 - Added additional property projection test case.
2017-01-18 14:26:13 -05:00
Chris Cranford
5ac46eb703
HHH-11383 - Removed InvalidWithClauseException check when join alias != table alias
2017-01-18 14:26:13 -05:00
Chris Cranford
327d0a93cd
HHH-11383 - Added test case.
2017-01-18 14:26:13 -05:00
Chris Cranford
ebf4803a33
HHH-8973 - Fix tracking entity modifications to detached entities with the modified flags feature.
2017-01-18 12:37:50 -05:00
Chris Cranford
ad0cd4fc18
HHH-8973 - Added test case.
2017-01-18 12:37:50 -05:00
Max Tian
0693b54256
HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
2017-01-18 14:30:20 +02:00
Andrea Boriero
34d92507c9
HHH-11375 - SINGLE_TABLE associated entity query missing restriction of DiscriminatorColumn
2017-01-18 11:36:07 +00:00
Christian Beikov
4d5c66c80b
HHH-11375 - Add test
2017-01-18 11:35:52 +00:00
Sven Haster
904335a369
HHH-10561 - Join on treated root not rendered in HQL
2017-01-18 13:01:01 +02:00
Christian Beikov
349df983f0
Test and fix for HHH-11401
2017-01-18 10:10:39 +00:00
Gail Badner
122f00f30c
HHH-11173 : Change CollectionType#renderLoggableString to return '<uninitialized>' when collection is uninitialized
2017-01-17 21:40:00 -05:00
barreiro
4d6cda1548
HHH-11173 - Fix text serialization of uninitialized lazy attributes
2017-01-17 19:13:05 -05:00
Andrea Boriero
4dad087b39
HHH-11393 - Hibernate/JPA CriteriaQuery trim function generate wrong SQL
2017-01-17 18:00:11 +02:00
Andrea Boriero
c0d5fe9153
HHH-11236 - JPA hbm2ddl auto-generation creates ddl with invalid syntax for Unique Key with any MySQLDialect
2017-01-17 17:28:07 +02:00
Sanne Grinovero
570beaf7fb
HHH-11394 Custom WildFly modules include a duplicate dependency on Javassist
2017-01-17 11:33:45 +00:00
Steve Ebersole
71ec8907f6
HHH-11370 - Consider making javax.enterprise:cdi-api dependency "provided"
2017-01-12 21:53:54 -06:00
Gail Badner
99a033c21c
HHH-11202 : IllegalAccessException on Embeddable ID after serializing Getter in cache key
2017-01-12 09:36:50 -08:00
Rafael Winterhalter
4a32f1a0d5
Update Byte Buddy to v1.6.0. Use cache for type storage to avoid leaks.
2017-01-12 12:40:50 +02:00
Yordan Gigov
19469e8b4f
HHH-11369 - gradle tasks fail to list
2017-01-12 12:28:19 +02:00
Fábio Ueno
380642bc79
HHH-11388 - Fix documentation typos
2017-01-12 12:19:40 +02:00
Fábio Ueno
f87f1d5b79
Added missing backtick
2017-01-11 11:53:51 -05:00
Fábio Ueno
65ab56a827
Added missing double greater than signs
2017-01-11 11:53:51 -05:00
Fábio Ueno
9a62e55a4d
Added missing backtick
2017-01-11 11:53:51 -05:00
Sanne Grinovero
cb1faeb9b7
HHH-11382 Upgrade WildFly version used for integration tests to 10.1.0.Final
2017-01-11 15:51:12 +00:00
Vlad Mihalcea
491d7341ad
HHH-11377 - ReflectHelper#getConstantValue should consider digits as well
2017-01-10 13:51:32 +02:00
Vlad Mihalcea
2b59aadc94
HHH-11236 - JPA hbm2ddl auto-generation creates ddl with invalid syntax for Unique Key with any MySQLDialect
...
Change test configuration to use update instead of create-drop
2017-01-10 09:08:44 +02:00
Vlad Mihalcea
22548f1127
HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
...
Restrict test case for SQL Server only
2017-01-09 17:13:36 +02:00
Vlad Mihalcea
8f5bc492e8
HHH-11236 - JPA hbm2ddl auto-generation creates ddl with invalid syntax for Unique Key with any MySQLDialect
...
Add replicating test case that works just fine
2017-01-09 16:07:52 +02:00
Vlad Mihalcea
2a441d7f2d
HHH-10183 - Mapping for NVARCHAR in SqlServer not working with native queries; org.hibernate.MappingException: No Dialect mapping for JDBC type: -9
...
Add replicating test case
2017-01-09 13:32:09 +02:00
Chris Cranford
f01055985e
HHH-11364 - Checkstyle fixups.
2017-01-06 10:22:08 -05:00
CK Guven
883799082c
HHH-11364 add null check for properties in middle embeddable components
2017-01-06 10:22:08 -05:00
Chris Cranford
9528d6c00c
Checkstyle fix.
2017-01-06 10:00:08 -05:00
Gunnar Morling
7d3788c76a
HHH-11309 Marking OSGi package imports for ByteBuddy as optional
2017-01-02 17:57:28 +01:00
Chris Cranford
652f85644f
HHH-9108 - Fix PropertyAccessException when auditing an Embeddable that contains an associative collection.
2016-12-23 00:44:10 -05:00
Chris Cranford
61ce4b86ff
HHH-9108 - Added test case.
2016-12-23 00:42:52 -05:00
Chris Cranford
1d41a3f761
HHH-9834 - Fix failure when deleting and inserting values with the same Map key.
2016-12-22 16:14:57 -05:00
Chris Cranford
36e75f4a4d
HHH-9834 - Added additional test case scenarios
2016-12-22 16:14:57 -05:00
lsiu
56f7466d52
Fix HHH-11352 - the Pattern at buildShallowIndexPattern where "wordBoundary==true" should wrap the pattern properly with '\b'
2016-12-22 13:09:11 -05:00
Arnold Galovics
dd9c68a862
HHH-11134 StringIndexOutOfBoundsException in BooleanTypeDescriptor fix
2016-12-22 13:01:33 -05:00
Radim Vansa
a21706bf02
HHH-11344 Testsuite speed-up
...
* reduce number of setups (@Before -> @BeforeClassOnce)
* remove sleeps related to JGroups flush (issue in a 6+ years old version)
* do not create new cache manager in CollectionRegionAccessStrategyTest#doPutFromLoadRemoveDoesNotProduceStaleDataInvalidation
* Share cache manager in some tests
* Replace system time with mocked time service where possible
* Replace sleeps with synchronization
* Disabled ConcurrentWriteTest.testMany (this is a stress test)
2016-12-22 12:40:25 +01:00
Radim Vansa
4ceb71f08a
Prevent NPE when running with log on trace level
2016-12-22 12:40:25 +01:00