Steve Ebersole
91cd767d20
HHH-10115 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
2015-09-22 16:12:41 -05:00
Andrea Boriero
ff7644f722
HHH-10108 - Substituted checkstyle NewlineAtEndOfFile rule with rules used in OGM and fixed classes having more than a newline at the end of file
2015-09-22 18:42:08 +01:00
Radim Vansa
63612f6ca6
HHH-10058 Parameterized test runner compatible with CustomRunner
...
(cherry picked from commit d9b456b03a
)
2015-09-01 12:05:57 -05:00
Kamil Szymanski
c66dba9799
HHH-9593 Remove superfluous references to enclosing class
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java
2015-08-26 16:04:25 -04:00
Steve Ebersole
3192e1db92
HHH-9503 - Consistently accept numeric value or Connection constant field name for configuring transaction isolation
2015-08-04 21:11:18 -05:00
Radim Vansa
4fd7680191
HHH-9977 Consider options for passing Session to caching SPI calls
...
* Passing SessionImplementor to all the calls executed in transactional context
2015-07-28 17:56:55 +01:00
Steve Ebersole
37cc060b45
HHH-9930 - Enable mariadb (mysql) database profile
2015-07-23 12:25:40 -05:00
Steve Ebersole
b24ba54d38
HHH-9930 - Enable mariadb (mysql) database profile
2015-07-20 12:06:34 -05:00
Steve Ebersole
6812c07a16
HHH-9946 - Do better job cleaning up "stray" transactions in base test
2015-07-18 14:20:02 -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
Radim Vansa
e5f4b616d4
HHH-9840 Checkstyle fixes
2015-07-01 23:19:46 +01:00
Radim Vansa
cffe71aeba
HHH-9840 Change all kinds of CacheKey contract to a raw Object
...
* Replaced all CacheKey with Object
* Because of statistics, added unwrap operation to all AccessStrategies
2015-07-01 23:14:13 +01:00
Sanne Grinovero
16ae00a53a
HHH-9840 Allow 2nd level cache implementations to customize the various key implementations
2015-07-01 20:42:51 +01:00
Steve Ebersole
30b260f14f
HHH-9848 - Allow disabling auto-quoting of database object names (tables, columns, etc)
2015-06-05 13:43:10 -05:00
Steve Ebersole
9e063ffa25
HHH-9837 - Remove reliance during annotation binding on org.hibernate.internal.util.ClassLoaderHelper
...
HHH-9841 - Redesign org.hibernate.property.PropertyAccessorFactory
2015-06-04 14:12:17 -05:00
Steve Ebersole
bd256e4783
HHH-9803 - Checkstyle fix ups - headers
2015-05-18 23:25:14 -05:00
Steve Ebersole
611f8a0e1c
HHH-9803 - Checkstyle fix ups
2015-05-18 13:35:27 -05:00
Steve Ebersole
7308e14fed
HHH-9803 - Checkstyle fix ups
2015-05-15 18:07:07 -05:00
Sanne Grinovero
da83e06e52
HHH-9783 TestableLoggerProvider needs to implement a new method after upgrade of JBoss Logger
2015-05-09 15:52:52 +01:00
Steve Ebersole
da1fcbbfb7
HHH-9762 - Complete deprecation of Settings contract
2015-05-05 18:00:37 -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
9786409096
HHH-9550 - Allow a dialect to specify the level of catalog/schema support
2015-04-07 14:31:41 -05:00
Steve Ebersole
a92ddea9ca
HHH-9492 - Migrate to new bootstrap API (MetadataSources, etc) - Gunnar's feedback
2015-03-26 00:25:52 -05:00
Steve Ebersole
63a0f03c5a
HHH-9654 - Adjust envers for 5.0 APIs + JAXB
2015-03-18 20:22:26 -05:00
Sanne Grinovero
c067fc2b42
HHH-9658 Simplify the way tests assert on logging statements
2015-03-13 19:09:12 +00:00
Steve Ebersole
1abae7bfa2
HHH-9655 - Add logging to help better track down tests that leave SessionFactories open
2015-03-10 19:28:56 -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
Steve Ebersole
66ce8b7fb5
HHH-9466 - Drop metamodel package from source
2014-10-30 07:43:55 -05:00
Steve Ebersole
daf120b063
HHH-8923 - Reconsider closing of ServiceRegistry instances
2014-03-26 09:33:07 -04:00
Thomas Jones-Low
50d1be9e2d
HHH-8930 Make the rebuildSessionFactory() method be more aggressive about closing
2014-02-10 12:15:52 -05:00
Brett Meyer
78a62acc2d
HHH-5289 remove unnecessary security checks in property accessors
2014-01-10 16:06:50 -05: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
73f0e7b29d
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 17:56:30 -06:00
Steve Ebersole
b580b8e723
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 17:53:31 -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
cea1096b12
Revert "HHH-8733 - General build cleanup - hibernate-testing"
...
This reverts commit 17a58ae033
.
2013-11-26 17:48:09 -06:00
Steve Ebersole
17a58ae033
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 13:55:29 -06:00
Steve Ebersole
bc2855b323
HHH-8733 - General build cleanup - hibernate-testing
2013-11-26 13:53:18 -06:00
Steve Ebersole
8fe5460ec0
HHH-8741 - More checkstyle cleanups
2013-11-24 20:07:37 -06:00
Steve Ebersole
cd590470c0
HHH-8741 - More checkstyle cleanups
2013-11-24 09:44:55 -06:00
Steve Ebersole
8ec17e68e7
HHH-8741 - More checkstyle cleanups
2013-11-23 00:06:06 -06:00
Brett Meyer
dd44ad459a
HHH-7927 Enabling globally_quoted_identifiers breaks schema validation
...
if TableGenerator is used
2013-10-31 07:01:40 -04:00
Steve Ebersole
dc7cdf9d88
HHH-8276 - Integrate LoadPlans into UniqueEntityLoader (PoC)
2013-10-08 22:09:41 -05:00
Brett Meyer
0ba9a3a289
HHH-7150 added Cache#evictAllRegions
2013-10-07 12:14:17 -04:00
Lukasz Antoniak
456dfd83f9
HHH-7807 - Cascade delete revisions
...
Conflicts:
documentation/src/main/docbook/devguide/en-US/Envers.xml
hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
2013-08-05 23:42:05 -04:00
Brett Meyer
b9d3fa5581
HHH-8420 multiple test-only fixes from matrix failures
2013-08-05 17:05:24 -04:00
Steve Ebersole
f4cc86f7ad
HHH-8405 - Track down tests that leak SessionFactories
2013-08-01 17:16:07 -05:00
Lukasz Antoniak
6c2937e3c8
HHH-8193 - Reset input stream before binding
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java
hibernate-core/src/test/java/org/hibernate/test/type/descriptor/java/BlobDescriptorTest.java
2013-07-10 13:26:57 -04:00
Strong Liu
fecde04472
HHH-8127 OutOfMemoryError when running tests
2013-04-26 02:44:18 +08:00