Rafael Winterhalter
ba3359fe62
HHH-11152: Added BytecodeProvider based on Byte Buddy
2016-11-16 13:18:46 -06:00
Steve Ebersole
ae1e89edba
HHH-10864 - Allow ORM to be built with Java 9
2016-06-18 12:10:12 -05:00
Steve Ebersole
45cd13a68f
HHH-10823 - Consider adding hibernate-entitymanager again
2016-06-17 13:35:03 -05:00
Andrea Boriero
9ae57a6f7a
remove hibernate-entitymanager project
2016-05-06 13:13:29 -05:00
Vlad Mihalcea
0ed39c7746
Change hibernate.properties to take configurable environment settings
2016-03-16 09:30:29 +02:00
Steve Ebersole
a5271d6e76
HHH-8706 - Delay registering of the entity listener class as long as possible
2016-01-23 12:00:45 -06:00
Steve Ebersole
b1d1a3c143
HHH-10307 - JTA no longer transitively provided (HHH-10178) causes problems for apps not using JTA
2016-01-08 11:12:58 -06:00
Steve Ebersole
4793ca30a2
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
2015-11-17 10:21:58 -06:00
Gail Badner
0b6ea757e3
HHH-7573 : Re-work test case to be similar to org.hibernate.test.instrument tests
2015-07-28 20:10:48 -07:00
ballm
91995cf951
HHH-7573 Added check for handle LazyPropertyInitializer.UNFETCHED_PROPERTY
...
Added test to check that the change handles the various possible scenarios.
Test requires build time instrumentation.
(cherry picked from commit e7475f12b0
)
2015-07-28 20:10:48 -07:00
Steve Ebersole
bd256e4783
HHH-9803 - Checkstyle fix ups - headers
2015-05-18 23:25:14 -05:00
Steve Ebersole
650267077d
HHH-9717 - Build script improvements - applied new standalone XJC and AnimalSniffer plugins
2015-04-10 11:58:22 -05:00
Steve Ebersole
c021d12ee2
HHH-9550 - Allow a dialect to specify the level of catalog/schema support
2015-04-07 16:36:13 -05:00
Brad Koehn
b1c02c85cb
HHH-9142 fixed a bug where joining to a non-class-based entity (EntityMode.MAP) would fail, added regression test.
2014-08-04 16:39:24 -04:00
Steve Ebersole
458b2dc772
HHH-8842 - Hibernate can't handle JodaTime Converters result (possible bug)
...
(cherry picked from commit 6fb5a899bd
)
2014-01-10 09:37:26 -06:00
Steve Ebersole
49ff975f7d
HHH-8733 - General build cleanup
2013-12-02 22:11:00 -06:00
Steve Ebersole
055a750a53
HHH-8733 - General build cleanup
2013-12-02 20:57:57 -06:00
Steve Ebersole
14d0116af2
Revert "HHH-8733 - General build cleanup - hibernate-testing"
...
This reverts commit bc2855b323
.
2013-11-26 17:48:25 -06:00
Steve Ebersole
bc2855b323
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 13:53:18 -06:00
Steve Ebersole
d1023821b1
HHH-8733 - General build cleanup
2013-11-26 13:04:55 -05:00
Steve Ebersole
ffecce514e
HHH-8733 - General build cleanup
2013-11-22 21:20:27 -06:00
Steve Ebersole
f9aa122b5e
HHH-8733 - General build cleanup
2013-11-22 19:46:05 -06:00
Steve Ebersole
c1612fe004
HHH-8733 - General build cleanup
2013-11-22 14:53:24 -06: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
Brett Meyer
8a0d301ba5
HHH-8474 accounted for Gradle 1.7's BND upgrade
2013-09-06 18:28:57 -04:00
Steve Ebersole
c1d1695606
HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied
2013-08-01 01:19:33 -05:00
Steve Ebersole
1a3a2a52a2
HHH-8400 - Positional parameters defined on NamedStoredProcedureQuery not applied
2013-08-01 00:18:56 -05:00
Steve Ebersole
1337d36a79
HHH-8235 - Drop database profiles upstream
2013-05-10 15:59:02 -05:00
Steve Ebersole
8eeef7af3b
HHH-8146 - Update to use maven-publishing plugin
2013-04-16 18:26:02 -05:00
Brett Meyer
079fd4ac01
HHH-8160 Corrected Import-Package in module manifests
2013-04-16 10:29:44 -04:00
Brett Meyer
cc4ef44670
HHH-8160 Updated for Gradle 1.5 OSGi plugin changes and package
...
versioning issues
2013-04-09 09:57:36 -04:00
Steve Ebersole
378fc1378a
HHH-8143 - Create a 'generateSources' task that performs all generation tasks
2013-04-04 14:45:49 -05:00
Steve Ebersole
26868ad314
HHH-8141 - Upgrade to Gradle 1.5
2013-04-04 13:01:39 -05:00
Steve Ebersole
3bc89ad30f
HHH-8099 - CDI 1.1
2013-03-25 15:48:29 -05:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Steve Ebersole
110c3a4b92
HHH-7550 - Fix UP-TO-DATE checking for APT-based tasks
2012-08-24 20:39:53 -05:00
Steve Ebersole
f74cf0b83f
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec : CDI support
2012-08-17 18:20:03 -05:00
Strong Liu
7a82349f75
HHH-7385 change to use gradle 1.1
2012-08-08 17:09:11 +08:00
Steve Ebersole
cb13cea1ac
HHH-7387 - Integrate Draft 6 of the JPA 2.1 spec + HEM boot cleanup (HHH-6159)
2012-07-18 17:48:59 -05:00
Steve Ebersole
7cda27b6aa
cleanup missed references to matrix sourceSet
2012-06-08 08:08:13 -05:00
Steve Ebersole
bd7b54a4ea
cleanup missed references to matrix sourceSet
2012-06-08 07:59:54 -05:00
Strong Liu
e4a82a0b6b
HHH-7197 - update build scripts to not use deprecated gradle apis and change manual's xml declation to use doc namespace
2012-03-26 15:12:10 +08:00
Steve Ebersole
7861fdee44
HHH-7067 - Update build to work with Gradle m8
2012-02-15 16:33:45 -06:00
Steve Ebersole
ab94a18c33
HHH-6931 - Provide local database hook
2012-01-03 20:43:15 -06:00
Steve Ebersole
097e157329
HHH-6916 - Not proper array-handling in AbstractQueryImpl.registerParameterBinding
2011-12-25 20:46:35 -06:00
Steve Ebersole
d02864bac6
HHH-6903 - add building of hem and manual docs
2011-12-16 09:13:45 -06:00
Strong Liu
ff9eb6d1b2
test need to be compiled in UTF-8
2011-11-21 10:16:30 +08:00
Strong Liu
b552f70726
HHH-6675 upgrade dependencies
2011-09-26 00:29:13 +08:00
Strong Liu
1f2f7270db
HHH-6618 running hibernate functional test cases on DB matrix
2011-09-01 00:08:29 +08:00
Strong Liu
3b7bdb8ddc
HHH-6618 enable idea support for matrix sourceset
2011-08-30 15:20:51 +08:00