Commit Graph

728 Commits

Author SHA1 Message Date
Andrea Boriero b897a36f2f Fix issue with generated pom missing project description 2020-04-06 18:21:11 +01:00
Yoann Rodière 2f32169249 HHH-13689 Replace uses of the deprecated osgi plugin with the biz.aQute.bnd plugin
https://docs.gradle.org/5.0-milestone-1/release-notes.html#deprecated-osgi-plugin
2020-04-01 10:54:56 -05:00
Sanne Grinovero 0f5c3a0abc HHH-11253 Make Byte Buddy BytecodeProvider impl the default 2018-03-02 12:19:18 +00:00
Steve Ebersole d806eff912 HHH-12190 - General tidying of Gradle scripts 2018-01-16 14:34:43 -06:00
Rafael Winterhalter ba3359fe62 HHH-11152: Added BytecodeProvider based on Byte Buddy 2016-11-16 13:18:46 -06:00
Gail Badner 60bfef093a HHH-10761 : Moved test case to hibernate-entitymanager 2016-06-21 17:15:31 -07:00
Gail Badner 0e9a349f8c HHH-10761 : Added test case
(cherry picked from commit d5fa58e850)
2016-06-21 17:00:01 -07: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 14b34c78bd HHH-10601 - Fix test 2016-05-13 11:47:09 +01:00
Andrea Boriero 998a55e307 HHH-10601 - Add test for issue 2016-05-12 08:29:59 +01:00
Andrea Boriero 9ae57a6f7a remove hibernate-entitymanager project 2016-05-06 13:13:29 -05:00
Andrea Boriero 37fc401da8 copy test from hem to core 2016-05-06 13:12:39 -05:00
Steve Ebersole d06055a951 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (Query#getHints) 2016-05-06 13:12:38 -05:00
Steve Ebersole 71009d0da4 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole 9ecb2a3deb HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole 1c1783e90f HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole 5a328d1d72 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Steve Ebersole 1ece6056d1 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (fix test failures) 2016-05-06 13:12:37 -05:00
Andrea Boriero c79ff0f7ee Fix PackagedEntityManagerTest 2016-05-06 13:12:37 -05:00
Andrea Boriero 4f1bca75bc Fix JPA Transaction#commit() does not throw RollbacackException 2016-05-06 13:12:36 -05:00
Chris Cranford a54da750ad Fixed failing tests and code to treat '?' parameters as 0-based ordinals and '?<position>' parameters as named 1-based parameters. 2016-05-06 13:12:36 -05:00
Chris Cranford a765335563 Fixed mapping problem with field named "from". 2016-05-06 13:12:36 -05:00
Chris Cranford affa6a086c Fix FlushMode 2016-05-06 13:12:36 -05:00
Steve Ebersole bedb33decf HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (Interceptor handling) 2016-05-06 13:12:36 -05:00
Andrea Boriero 9e4b90e72a Fix test transactionCoordinator.isActive() check 2016-05-06 13:12:35 -05:00
Steve Ebersole 8ef423a1b3 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (have HibernateException extend JPA PersistenceException) 2016-05-06 13:12:35 -05:00
Steve Ebersole 2c96937587 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (HEM tests - JPA requirements around access to Transaction delegate after EntityManager is closed; also its requirement that the same Transaction delegate be available across all calls to its commit/rollback methods) 2016-05-06 13:12:34 -05:00
Steve Ebersole a7a039e291 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (continued fixing of hibernate-core test failures) 2016-05-06 13:12:34 -05:00
Steve Ebersole 87e3f0fd28 HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (first sucessful full compile of consolidated hibernate-core) 2016-05-06 13:12:32 -05:00
Steve Ebersole 774b805ce1 initial HEM->CORE consolidation work 2016-05-06 13:11:18 -05:00
Martin Simka a68a6c6770 [HHH-10641] Fix identifier is too long exception for test LongVarcharValidationTest 2016-04-05 17:58:25 +03:00
Vlad Mihalcea 11c74b4ebb Fix import issue. Instead of jpamodelgen, the TestForIssue annotation should be loaded from testing. 2016-03-22 11:10:09 +02:00
mdebeljuh 7aea8a60e9 HHH-10633 - JPA 2.1 Named Entity Graph in ORM XML loaded without subgraph
Process subgraphs and subclassSubgraphs concomitantly
2016-03-22 07:13:08 +02:00
Vlad Mihalcea 0ed39c7746 Change hibernate.properties to take configurable environment settings 2016-03-16 09:30:29 +02:00
Gail Badner bdb458a609 HHH-10269 : JDBC Statement is not closed if exception appeared during query execution 2016-03-11 13:55:19 -08:00
Gail Badner 1c2107899a HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity 2016-03-09 16:53:13 -08:00
Gail Badner 4a54c911c1 HHH-10556 : Failure getting a PluralAttributePath for collection declared in a superclass marked @Entity 2016-03-09 16:53:13 -08:00
Andrei Ivanov fc24cdb708 HHH-10510 - Root cause not properly extracted when transaction commit fails 2016-03-09 08:35:14 +02:00
k abram 2aed1fd6b1 HHH-10549 - Hibernate incorrectly applies Converters with autoApply=true to subclasses 2016-03-09 07:36:57 +02:00
Steve Ebersole 6d208331a9 HHH-10455 - MapJoin results in NPE when using key() 2016-02-27 13:47:29 -06:00
Andrea Boriero be425d2308 HHH-10544 - Fix MySQL failing tests 2016-02-18 15:53:41 +00:00
Gail Badner efa72a8333 HHH-5855 : Merge causes a duplicated "insert" of a child entity in lazy collection 2016-02-09 23:33:50 -08:00
Steve Ebersole 13bbddfd30 HHH-9548 - Allow propagation of NULL for stored-procedure argument parameters to database 2016-02-09 16:08:59 -06:00
Gail Badner b1fef6c70b HHH-10412 : case/when in criteria always casts resulting object which fails on mysql with boolean 2016-02-09 12:52:02 -08:00
Steve Ebersole 17de173cb5 HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Martin Simka af7a9a69a8 [HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax 2016-02-08 22:12:15 -08:00
Oliver Breidenbach d610e53a80 HHH-9375 - Testcase: EntityGraph and isMember functions generates illegal sql 2016-02-08 11:16:53 +00:00
Maxime Falaize b8a3774cb4 HHH-9411 : Fix downcast of treat statement. 2016-02-06 16:12:28 +02:00
Oliver Breidenbach f69c4e7882 HHH-10261 - Fixing bug on creating subgraph on inherited attributes 2016-02-01 15:19:44 +00:00