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
David Pilato
657bf6f59b
HHH-9647 Update jboss logging to 3.2.1.Final
...
When using Hibernate 4 with Log4J2, all messages are printed on CONSOLE instead of using Log4J2.
Upgrading the `pom.xml` with:
```xml
<dependency>
<groupId>org.jboss.logging</groupId>
<artifactId>jboss-logging</artifactId>
<version>3.2.1.Final</version>
</dependency>
```
Fixes the issue. See [JBLOGGING-107](https://issues.jboss.org/browse/JBLOGGING-107 ). It worths upgrading Hibernate to depend on 3.2.0 (minimum) or 3.2.1 (latest).
2015-03-10 12:47:56 -04:00
Sanne Grinovero
9973e90bcc
HHH-9648 Upgrade to HikariCP v. 2.3.3 (Java 6 compatible edition)
2015-03-06 22:44:56 +00:00
Galder Zamarreño
260ff03ae5
HHH-9632 Update to Infinispan 7.1.0.Final
2015-03-02 09:54:02 +01:00
Sanne Grinovero
89442d7c9e
HHH-9285 Upgrade to Hibernate Commons Annotations version 4.0.5.Final
2014-07-12 13:32:07 +01:00
Brett Meyer
ea62531a36
HHH-8869 upgraded to HikariCP 1.3.5, replaced deprecated property
...
Conflicts:
libraries.gradle
2014-04-08 16:11:29 -04:00
Brett Meyer
80284b9556
HHH-8869 fixes/simplifications for HikariCP 1.3.4
...
Conflicts:
libraries.gradle
2014-04-08 16:10:39 -04:00
Brett Meyer
e8a52e2904
HHH-8869 created hibernate-hikaricp connection provider
...
Conflicts:
libraries.gradle
2014-04-08 16:10:27 -04:00
Galder Zamarreño
c418ea147f
HHH-8624 Update to Infinispan 6.0.0.Final
2013-11-21 13:41:39 +01:00
Galder Zamarreño
7788092173
HHH-8624 Update to Infinispan 6.0 snapshot
...
* Snapshot update is only to verify that the testsuite passes with
the latest Infinispan fixes for ISPN-3639.
2013-11-21 13:41:38 +01:00
Steve Ebersole
67d8a53887
HHH-8700 - Update ORM modules using JPA metamodel generator to use the new module
2013-11-18 15:36:23 -06:00
Hardy Ferentschik
7c8984469b
HHH-8483 Getting metamodel-generator:build working
2013-11-11 20:08:16 +08:00
Strong Liu
d476eb7e16
HHH-8601 remove slf4j infavor of log4j
2013-10-10 01:14:26 +08:00
Strong Liu
d1aef40dcb
HHH-8601 remove commons-logging and upgrade slf4j
2013-10-10 00:28:19 +08:00
Steve Ebersole
c8d0204c4f
HHH-8595 - Update Jandex to 1.1.0.Final
2013-10-08 17:15:38 -05:00
Steve Ebersole
6991903fdc
HHH-8594 - Update to "final" version of jboss-transaction-api_1.2_spec once it is "final"
2013-10-08 17:05:02 -05:00
Steve Ebersole
300300e1af
HHH-8499 - Prepare for 4.3 Beta4 release
2013-09-12 11:44:42 -05:00
Steve Ebersole
9e54c418ab
HHH-8499 - Prepare for 4.3 Beta4 release
2013-09-12 11:44:42 -05:00
Steve Ebersole
1f6daa6785
HHH-8469 - Application of JPA 2.1 AttributeConverters
2013-09-06 13:38:56 -05:00
Scott Marlow
21c3e2bd80
HHH-8463 upgrade to javassist 3.18.1-GA
2013-09-03 10:56:54 -04:00
Jeremy Whiting
51deee1e66
Added Maven plugin to enhance Entities during build time.
...
Conflicts:
settings.gradle
2013-08-20 10:54:17 -04:00
Steve Ebersole
1a3a2a52a2
HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied
2013-08-01 00:18:56 -05:00
Brett Meyer
0a7725432e
HHH-8399 Upgrade to Javassist 3.18.1-Beta1
2013-07-31 12:10:05 -04:00
Steve Ebersole
8b7a92e170
HHH-8388 - pull in final jpa-api 2.1
2013-07-26 13:00:40 -05:00
Strong Liu
a4fa28d6b8
HHH-8358 Upgrade infinispan to 5.3.0.Final
2013-07-11 09:38:40 +08:00
Brett Meyer
34ef043223
HHH-8336 upgraded to c3p0 0.9.2.1
2013-07-03 10:04:40 -04:00
Brett Meyer
d79d2d238c
HHH-8288 Upgrade to Javassist 3.18
2013-06-18 13:05:56 -04:00
Brett Meyer
fca8f3c1af
HHH-8236 Update to hibernate-commons-annotations 4.0.2.Final
2013-05-14 23:54:08 -04:00
Gunnar Morling
1bf647b7eb
HHH-8218 - Upgrading to BV 1.1.0.Final and HV 5.0.1.Final
2013-05-06 16:29:52 -05:00
Gunnar Morling
77a4c3e52e
HHH-8219 - Adding Animal Sniffer plug-in to make sure only Java 6 APIs are used
2013-05-06 22:16:57 +02:00
Steve Ebersole
076e17e5b1
HHH-7957 - Integrate Latest draft(s) of the JPA 2.1 spec
2013-04-02 20:10:44 -05:00
Brett Meyer
bc077b7e88
Revert "HHH-8095 Update javax.transaction dependency so that it auto-generates a"
...
This reverts commit f2e4e32558
.
2013-03-27 18:34:24 -04:00
Tim Ward
f2e4e32558
HHH-8095 Update javax.transaction dependency so that it auto-generates a
...
version range
Conflicts:
libraries.gradle
2013-03-27 12:16:29 -04:00
Hardy Ferentschik
d3867e9c1b
HHH-8100 Update to BV 1.1 (1.1.0.CR3 and matching Hibernate Validator 5.0.0.CR4); plus upgrade classmate to 0.8.0
2013-03-25 15:48:29 -05:00
Steve Ebersole
a646b9309e
HHH-8098 - JTA 1.2
2013-03-23 13:57:00 -05:00
Steve Ebersole
2c5098b9c6
HHH-7997 - Integrate changes to EntityGraphs
2013-03-13 12:11:12 -05:00
Brett Meyer
ccb81b9c25
HHH-7519 Upgrade byteman version
2013-02-20 16:54:00 -05:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Steve Ebersole
5c453fee8d
HHH-7957 - Integrate Public Review Draft of the JPA 2.1 spec : entity graph support - phase 1
2013-02-03 14:23:59 -06:00
Brett Meyer
42bdb1b26d
HHH-7923 Revert to Javassist 3.15
2013-01-14 20:37:16 -05:00
brmeyer
c8aa47ba22
HHH-7435 Performance bottleneck on Javassist
2012-12-11 18:03:06 -05:00
Galder Zamarreño
9ec6eedca8
HHH-7553 Upgrade to Infinispan 5.2.0.Beta3
2012-11-08 10:16:37 +01:00
Galder Zamarreño
cf9ef94f8e
HHH-7553 Upgrade to Infinispan 5.2.0.Beta2 and fix testsuite
2012-10-26 17:46:03 +02:00
Steve Ebersole
fd8a45b2b2
HHH-7514 - Upgrade to Jandex 1.1
2012-08-22 13:41:16 -05:00
Sanne Grinovero
94aa561e19
HHH-7367 Upgrade to Infinispan 5.1.6.FINAL
2012-08-14 10:43:07 +08:00
Strong Liu
851da741a3
HHH-7385 change to use gradle 1.1
2012-08-08 19:08:38 +08:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00