Guillaume Smet
8e25e7f350
HHH-12164 Upgrade Hibernate Validator used for testing to 6.0.7.Final
2017-12-20 16:21:29 +00:00
Andrea Boriero
574378dc6f
HHH-12106 - Fix Test
2017-12-20 15:43:32 +00:00
Vlad Mihalcea
dbda3c19de
HHH-12106 - Database name not quoted at schema update
2017-12-20 15:40:44 +00:00
Sanne Grinovero
5c43ad571f
Fix checkstyle violations
2017-12-19 10:02:43 +00:00
Steve Ebersole
981eb41d79
Update to Gradle 4.4
2017-12-18 10:56:30 -06:00
Steve Ebersole
86cde1296b
HHH-12133 - Create ManagedBeanRegistry and ManagedBean
...
- mostly just backporting this work from 6.0
2017-12-18 09:45:38 -06:00
Réda Housni Alaoui
b711e14a6c
HHH-10294 EntityGraph improvement: For each jpa attribute, generate also a String constant holding the attribute field name
2017-12-18 08:24:47 -06:00
Jonathan Bregler
b1775c2502
HHH-11798: Provide method for overriding delete statement in GlobalTemporaryTableBulkIdStrategy
2017-12-18 07:22:37 -06:00
benoit
5a5bd47493
HHH-12131 Avoid allocating unneeded byte array when parsing or
...
transforming UUID.
2017-12-18 07:21:21 -06:00
Réda Housni Alaoui
4efac1369a
HHH-10294 EntityGraph improvement: For each jpa attribute, generate also a String constant holding the attribute field name
2017-12-18 06:49:56 -06:00
Steve Ebersole
b7c0235697
HHH-11532 - load by natural-id and WrongClassException
2017-12-16 20:24:54 -06:00
Steve Ebersole
9529f4f0a2
HHH-12098 - prep 5.3
...
fix test failures for mysql, mariadb, cockroachdb
2017-12-16 13:18:31 -06:00
Steve Ebersole
30db0f0a24
HHH-12098 - prep 5.3
...
fix test failures for mysql, mariadb, cockroachdb
2017-12-16 10:27:20 -06:00
Jonathan Bregler
8eaf649aa3
HHH-12175: ParameterParser doesn't handle JPA positional parameters correctly
2017-12-15 19:29:15 -06:00
Steve Ebersole
90cabb43ad
HHH-12135 - Support for AttributeConverters as CDI beans
...
initial work to get AttributeConverter support to be able to integrate with ManagedBeanRegistry. There is a lot of "infrastructure" changes because the old code assumed we could instantiate the converter as soon as we knew the class which precludes lookup in the registry later.
2017-12-15 18:25:18 -06:00
Chris Cranford
173184e26d
HHH-12176 - Relax the checkstyle requirement for file headers.
2017-12-15 16:23:37 -05:00
Chris Cranford
cb61bfa52f
HHH-11259 - Improved CDI support including support for other types of managed beans;
...
HHH-12133 - Create ManagedBeanRegistry and ManagedBean;
HHH-12134 - Convert entity listener CDI support to use ManagedBean/MenagedBeanRepository
Checkstyle fixes.
2017-12-15 16:18:34 -05:00
Sanne Grinovero
d0267a5445
HHH-12171 Fix tests for hibernate-orm-modules
...
Apply the JPA 2.2 patch to WildFly before running integration tests
2017-12-15 16:44:05 +00:00
Sanne Grinovero
c24dc512f0
Revert "HHH-12171 - Fix tests for hibernate-orm-modules"
...
This reverts commit 5176828e2a
.
2017-12-15 14:30:15 +00:00
Sanne Grinovero
bb204ba0dc
Revert "Fix CDI tests failing due to migrating to JPA 2.2"
...
This reverts commit dc91f76c4bd7b31e0ec5efb0e2d09a20e1842119.
Solution dc91f76c4bd7b31e0ec5efb0e2d09a20e1842119 is not acceptable:
it will have the tests seem to pass but the modules we produce would
not actually work for other people as the published modules won't
include the proposed workaround.
2017-12-15 14:30:15 +00:00
Yoann Rodière
c873b13be8
HHH-12173 Restore backward compatibility in ExtendedBeanManager
2017-12-15 13:56:20 +01:00
Steve Ebersole
5176828e2a
HHH-12171 - Fix tests for hibernate-orm-modules
2017-12-14 13:00:52 -06:00
Chris Cranford
735da4347d
HHH-12169 - Document support for dependency injection for Envers revision listeners.
2017-12-14 13:40:41 -05:00
Chris Cranford
a5bce26262
HHH-12169 - Support dependency injection for Envers revision listeners.
2017-12-14 13:03:46 -05:00
Steve Ebersole
ddc1f03abc
HHH-11259 - Improved CDI support including support for other types of managed beans;
...
HHH-12133 - Create ManagedBeanRegistry and ManagedBean;
HHH-12134 - Convert entity listener CDI support to use ManagedBean/MenagedBeanRepository
Initial support for named CDI beans and the option to not cache bean references
2017-12-14 11:37:23 -06:00
Chris Cranford
9f50157a60
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-14 11:37:45 -05:00
Andrea Boriero
58e6235c6b
HHH-12148 - Fix tests
2017-12-14 14:36:08 +00:00
Andrea Boriero
decac7f686
HHH-12147 - Fix tests
2017-12-14 14:35:54 +00:00
Andrea Boriero
bd2106d6f8
HHH-12167 - Add matrix testing configuration for HANA database
2017-12-14 13:05:21 +00:00
Steve Ebersole
564ec55ca1
HHH-11259 - Improved CDI support including support for other types of managed beans;
...
HHH-12133 - Create ManagedBeanRegistry and ManagedBean;
HHH-12134 - Convert entity listener CDI support to use ManagedBean/MenagedBeanRepository
Initial ManagedBeanRegistry and ManagedBean impl;
Conversion of JPA event Listeners to use ManagedBeanRegistry
2017-12-14 06:51:17 -06:00
Vlad Mihalcea
b0c27562f4
Fix User Guide tests failing and triggereing other 2nd-level cache tests to fail as well
2017-12-13 20:39:45 +02:00
Andrea Boriero
814d0c260b
fix checkstyle errors
2017-12-13 17:47:18 +00:00
Andrea Boriero
37df2bac74
HHH-12147 - Code improvement
2017-12-13 17:42:58 +00:00
Andrea Boriero
00a07caf5b
HHH-12098 - Fix licence checkstyle error
2017-12-13 17:42:43 +00:00
Andrea Boriero
283750afd0
HHH-12136 HHH-12166 HHH-12101 - Fix licence checkstyle errors
2017-12-13 17:42:28 +00:00
Andrea Boriero
919b17bfa7
HHH-12146 - Fix checkstyle error
2017-12-13 17:42:17 +00:00
Andrea Boriero
84eec71ba6
exclude document userguide/model from checkstyle
2017-12-13 17:38:25 +00:00
Andrea Boriero
b1a9c816a7
HHH-12157 - TableGenerator defined on one class is not visible on another
...
(cherry picked from commit 8ae3dc4078597c69588ca8237591f1eab64c6bd7)
2017-12-13 09:38:00 -06:00
Andrea Boriero
9fe921db52
HHH-12157 - Add test for issue
...
(cherry picked from commit f40a6cc0f8fd0ccb03387beb5dac9d9bde846c4d)
2017-12-13 09:37:43 -06:00
Steve Ebersole
d5d3b080f9
HHH-12098 - prep 5.3
2017-12-13 09:15:22 -06:00
Steve Ebersole
447f3d57c7
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 09:15:12 -06:00
Steve Ebersole
d454ab0edc
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 07:40:20 -06:00
Steve Ebersole
59c3baae32
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 06:19:32 -06:00
Chris Cranford
6edff69101
Fix Envers test failure.
2017-12-13 06:19:32 -06:00
Steve Ebersole
91387adcc8
JPA TCK challenge
2017-12-13 06:19:32 -06:00
Vlad Mihalcea
a94faa9280
Fix CDI tests failing due to migrating to JPA 2.2
2017-12-13 06:19:32 -06:00
Vlad Mihalcea
da8e13c453
HHH-12155 - Update documentation regarding limitation of defining caching on just root entity
2017-12-13 06:19:32 -06:00
Sanne Grinovero
c4067f611c
Resolve whitespace formatting issues spotted by Checkstyle
2017-12-13 06:19:32 -06:00
Steve Ebersole
a7f1173e65
JPA TCK challenge
2017-12-13 06:19:32 -06:00
Steve Ebersole
7c6b8cbd4e
JPA TCK challenge
2017-12-13 06:19:32 -06:00