Commit Graph

8293 Commits

Author SHA1 Message Date
Steve Ebersole abbf1fdbbe HHH-12188 - Add Java 9 automatic module name hinting
aligned OSGi symbolic name with Java 9 module name;
cleaned up jar/osgi manifest configuration block
2017-12-28 10:13:55 -06:00
Steve Ebersole 78bc62fe1e HHH-12098 - prep 5.3
odd Java 9 build failures
2017-12-27 20:19:46 -06:00
Steve Ebersole 5b25a2a561 HHH-12098 - prep 5.3
disable tests for hibernate-orm-modules - no WF release supporting EE 8 technologies
2017-12-27 20:19:02 -06:00
Steve Ebersole 5f4f4642a2 HHH-12191 - Add Travis CI support 2017-12-27 15:24:16 -06:00
Steve Ebersole 300fa80016 HHH-12189 - Only call setAccessible() when member is not accessible 2017-12-27 09:53:07 -06:00
Steve Ebersole d7d55f4e87 HHH-9641 - Resume uploading Javadoc JARs to Maven
HHH-12187 - Drop custom javadoc css

- disable all "publish artifacts" (except relocation pom) for hibernate-infinispan
2017-12-27 09:20:18 -06:00
Steve Ebersole 8c13488c5d HHH-9641 - Resume uploading Javadoc JARs to Maven
HHH-12187 - Drop custom javadoc css

- delay package group calculations until execution (doFirst)
- exclude internal packages from javadoc
2017-12-27 08:41:17 -06:00
Steve Ebersole 6ccbd98bc3 HHH-12187 - Drop custom javadoc css;
HHH-9641 - Resume uploading Javadoc JARs to Maven
2017-12-27 08:41:17 -06:00
Steve Ebersole 1da748ed28 HHH-12177 - Drop hibernate-infinispan module - relocated 2017-12-22 12:07:18 -06:00
Andrea Boriero 02e8b95f5b HHH-12177 - Update migration guide 2017-12-22 12:00:34 -06:00
Andrea Boriero 1e4d483e73 HHH-12177 - Disable generation of hibernate-infinispan jar 2017-12-22 12:00:34 -06:00
Andrea Boriero 25854433ac HHH-12177 - Drop hibernate-infinispan module 2017-12-22 12:00:34 -06:00
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