96 Commits

Author SHA1 Message Date
Sanne Grinovero
66b46c1efe HHH-11270 Upgrade to Infinispan 8.2.5.Final 2016-11-22 16:41:16 +00:00
Vlad Mihalcea
4e5648dc8a SQL Server Driver is now on Maven Central 2016-11-18 17:39:14 +02:00
Rafael Winterhalter
ba3359fe62 HHH-11152: Added BytecodeProvider based on Byte Buddy 2016-11-16 13:18:46 -06:00
Sanne Grinovero
433d276aad HHH-11238 Upgrade JBoss Logging Tools to 2.0.1.Final 2016-11-10 16:37:55 +00:00
Sanne Grinovero
61bb51a1e7 HHH-11239 Upgrade Jandex to version 2.0.3.Final 2016-11-10 16:37:48 +00:00
Sanne Grinovero
bb52eb143e HHH-11240 Upgrade Infinispan to version 8.2.4.Final 2016-11-10 16:37:36 +00:00
Andrea Boriero
52fcd906cf HHH-11105 - Update Ehcache to 2.10.3 2016-10-20 10:41:09 +01:00
Robin Anil
921d76ef99 HHH-11148 - Migrate HikariCP from Java 1.6 to Java 1.8 2016-10-03 17:51:09 +03:00
Steve Ebersole
f025cf9c03 HHH-11024 - Exception still thrown when dropping schema with a managed connection 2016-08-06 14:05:03 -05:00
Sanne Grinovero
50a45b2bfa HHH-10949 Upgrade to Infinispan 8.2.3.Final 2016-07-26 17:34:27 +03:00
Sanne Grinovero
4eb0090c90 HHH-10948 Upgrade to Byteman 3.0.6 2016-07-26 17:34:27 +03:00
Gunnar Morling
d59e6956d1 HHH-10923 Upgrading Shrinkwrap version 2016-07-26 15:16:25 +03:00
Gunnar Morling
65bbf28d3c HHH-10923 Upgrading CDI and related dependency versions 2016-07-26 15:16:25 +03:00
VEINHORN
fde8b608fc Upgrade Junit version from 4.11 to 4.12 2016-07-22 11:33:54 +03:00
Gunnar Morling
9ec9399ac4 HHH-10812 Adding module ZIP and integration test for using Hibernate ORM 5.1 on WildFly 10 2016-06-29 15:49:50 -05:00
Gunnar Morling
96043a8014 HHH-10867 Updating Hibernate Validator to 5.2.4.Final 2016-06-17 23:30:24 +01:00
Nikita
309b1b27b0 HHH-10516 - Incorrect coalesce function for InformixDialect
HHH-10846 - InformixDialect has incorrect substring function
2016-06-16 16:24:59 +03:00
Alex Snaps
a872885a43 HHH-10770 JCache 2nd-level cache
* Provider and CacheManager creation
* Caches creation
* Region class hierarchy
* Different access strategies
2016-05-31 23:55:23 -05:00
Vlad Mihalcea
438e9643f9 HHH-10781 - Remove all slf4j dependencies 2016-05-31 16:06:57 +03:00
Gustavo Adolfo Rodríguez Libreros
5c724307c7 HHH-9570: Auto-detect SQL Server 2014
Copying a previous workaround for the same issue: https://github.com/hibernate/hibernate-orm/pull/395

- Previously, SQL Server version 12 (SQL Server 2014) was an unknown version, resulting in the SQLServerDialect
- Add version 12 to the switch statement so that SQLServer2012Dialect  is now returned by default, as SQL Server 2014 is much more similar to SQL Server 2012 than SQL Server 2000
- Add test case
- Add Oracle and SQL Server environments for testing purpose
2016-04-25 17:57:06 +03:00
Andrea Boriero
add68bbe93 Add mariadb config to be used with gradle processTestResources -Pdb= 2016-03-29 18:06:30 +02:00
Vlad Mihalcea
c62c367957 HHH-9271 - IdentityGenerator broken with quoted identifiers 2016-03-22 12:29:45 +02:00
Vlad Mihalcea
0ed39c7746 Change hibernate.properties to take configurable environment settings 2016-03-16 09:30:29 +02:00
Radim Vansa
c2abc5c289 HHH-10449 Upgrade to Infinispan 8.1.0.Final 2016-01-26 10:52:46 -06:00
Sanne Grinovero
4acd4bff8e HHH-10379 Remove dependency to rhq-pluginAnnotations 2015-12-15 16:53:44 +00:00
Sanne Grinovero
5a0d23ea5a HHH-10336 Upgrade to Jandex 2.0.0.Final 2015-11-25 23:00:20 +00:00
Sanne Grinovero
45c6f9b4ef HHH-10335 Upgrade to Hibernate Commons Annotations 5.0.1.Final 2015-11-25 22:59:39 +00:00
Radim Vansa
9372803718 HHH-10215 Upgrade to Infinispan 8.0 2015-11-13 09:52:31 -06:00
Alex Snaps
0b57c4e787 HHH-10124 HHH-8732 Upgraded Ehcache to 2.10.1 2015-11-12 08:54:01 -06:00
barreiro
22a4bdd502 HHH-10145 - [maven plugin] Include dependencies in loader classloader 2015-11-06 12:17:41 -06:00
Steve Ebersole
1a0bbe19cc HHH-10171 - Update Javassist 2015-10-07 12:35:53 -05:00
Steve Ebersole
767edb4b6e HHH-10136 - Upgrade HikariCP to latest version;
HHH-10171 - Update Javassist
2015-10-07 12:26:37 -05:00
Steve Ebersole
0cf66b85e0 HHH-10050 - AttributeConverter should supports ParameterizedType if autoApply is true 2015-10-06 16:07:33 -05:00
Steve Ebersole
4d39b38342 HHH-10137 - Upgrade to/support Jandex 2.0 2015-10-02 10:33:23 -05:00
Andrea Boriero
8d3b2e723b HHH-9996 - Finish Derby database profile 2015-09-28 21:28:12 +01:00
Steve Ebersole
463decd245 HHH-9959 - Upgrade Hibernate Validator to 5.2.0.Final 2015-07-29 08:56:59 -05:00
Steve Ebersole
0d6393a8b1 HHH-9887 - Make sure the JPA temp ClassLoader is not used to load Class definitions that are then held on to 2015-07-02 02:50:12 -05:00
Steve Ebersole
8734e10ec5 HHH-9831 - Upgrade HCANN 2015-05-28 17:06:16 -05:00
Steve Ebersole
e2d347c2a7 HHH-9830 - Upgrade to jboss-logging 3.3 Final (rather than Beta) 2015-05-28 16:46:15 -05:00
Steve Ebersole
bd256e4783 HHH-9803 - Checkstyle fix ups - headers 2015-05-18 23:25:14 -05:00
Steve Ebersole
ff14315744 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:39:43 -05:00
Steve Ebersole
10922ba279 HHH-9699 - Re-work the hibernate-osgi integration tests using managed Karaf 2015-05-08 15:39:43 -05:00
Galder Zamarreño
37494f4a9f HHH-9781 Update to Infinispan 7.2.1.Final
* The upgrade caused some tests that verified number of cached elements
in memory to fail. The cause for this was the change in clear()
operation which now is non-transactional, hence each element needs to
be removed individually.
2015-05-08 17:43:39 +02:00
Steve Ebersole
5c88ccec5c HHH-9768 - Maintain explicit list of ANSI SQL keywords 2015-05-01 10:50:29 -05:00
Steve Ebersole
9786409096 HHH-9550 - Allow a dialect to specify the level of catalog/schema support 2015-04-07 14:31:41 -05:00
Steve Ebersole
f295d66d6e HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-31 13:02:19 -05:00
Steve Ebersole
5f6d1d24f7 HHH-8844 - Add support for Java 8 date and time types (JSR-310) 2015-03-24 16:01:15 -05:00
Steve Ebersole
80bf715f0b HHH-9490 - Migrate from dom4j to jaxb for XML processing - hibernate-osgi 2015-03-19 12:40:29 -05:00
Steve Ebersole
9caca0ce37 HHH-9490 - Migrate from dom4j to jaxb for XML processing;
HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc);
HHH-7078 - Split NamingStrategy into ImplicitNamingStrategy/PhysicalNamingStrategy;
HHH-6005 - Better handling of implicit column naming with @ElementCollection of @Embeddables;
HHH-9633 - Add tests that explicitly test the "main" NamingStrategy impls
2015-03-10 16:53:51 -05:00
Sanne Grinovero
800ceaa329 HHH-9647 Upgrade related components 2015-03-10 12:47:56 -04:00