10302 Commits

Author SHA1 Message Date
Andrea Boriero
ef8e028ded HHH-13214 Delete re-firing SQL from previous calls 2020-07-15 09:52:32 +01:00
Andrea Boriero
3553576236 HHH-13214 Delete re-firing SQL from previous calls 2020-07-15 09:52:25 +01:00
lining
0b71131136 HHH-13214 Delete re-firing SQL from previous calls 2020-07-15 09:52:18 +01:00
Nathan Xu
0614bfe3b8 HHH-14097 fix bug that redundant SQLs might be issued for 'FETCH' entity graph 2020-07-09 14:10:53 +01:00
Sanne Grinovero
2f7271c3b2 HHH-14096 Transform the XMLHelper copy for Envers into a private internal utility 2020-07-07 09:44:30 +01:00
Sanne Grinovero
ef5d277df9 HHH-14096 Adapt the Hibernate Envers module to use its private copy of XMLHelper 2020-07-07 09:43:12 +01:00
Sanne Grinovero
115b5b9976 HHH-14096 Moving the XMLHelper from ORM core into testsuite helpers 2020-07-07 09:43:00 +01:00
Sanne Grinovero
77ee4529a6 HHH-14096 Remove unused import for deprecated type XmlDocument and dom4j 2020-07-07 09:42:55 +01:00
Xavier Dury
efe151daa9 HHH-13931 MissingFormatArgumentException in JpaCompliantLifecycleStrategy.BeanImpl 2020-07-06 13:37:45 +01:00
yuanhang zheng
27bb8980d0 HHH-14059 Cannot use full qualified enum name which has two uppercase alphabet prefix 2020-07-06 12:54:17 +01:00
Emmanuel Duchastenier
8c8349d4a4 HHH-14098 Query plan cache query-level statistics Documentation, used getQueryPlanCacheMissCount instead of getPlanCompilationTotalMicroseconds 2020-07-06 12:19:53 +01:00
Lefteris Katiforis
ebdc5681b9 HHH-14021 - Add Java Type byte to JDBC Type TINYINT mapping as described in specification in TABLE B-2. 2020-07-06 11:09:22 +01:00
Hibernate-CI
49eebe2203 5.4.19-SNAPSHOT 2020-06-22 16:44:33 +00:00
Hibernate-CI
ab9de8e428 5.4.18.Final 5.4.18 2020-06-22 16:37:37 +00:00
Andrea Boriero
85e9ae7800 HHH-14083 add task release must run after addVersionCommit task 2020-06-22 17:14:47 +01:00
Andrea Boriero
f64f0bc91b HHH-14083 add ciRelease dependency to bintray upload 2020-06-22 16:44:15 +01:00
Andrea Boriero
4cf9591501 HHH-14083 Fix issue with git command 2020-06-22 14:47:58 +01:00
Andrea Boriero
c62674c28d HHH-14083 Add changeLogFile task 2020-06-22 12:41:06 +01:00
Yoann Rodière
0a0ad26d35 HHH-14083 Enable automatic Maven Central sync when calling task bintrayPublish 2020-06-22 12:41:01 +01:00
Yoann Rodière
80db996ea5 HHH-14083 Push to github atomically and only if the release succeeds 2020-06-22 12:39:23 +01:00
Yoann Rodière
55d3aa3a5d HHH-14083 Add more precondition checks to release tasks 2020-06-22 12:38:32 +01:00
Yoann Rodière
b56ea9f140 HHH-14083 Move the update to version.properties to a release task 2020-06-22 12:38:01 +01:00
Yoann Rodière
fbbba7bff2 HHH-14083 Use a less verbose syntax for git commands 2020-06-22 12:37:35 +01:00
Yoann Rodière
bd03cc3347 HHH-14083 Fix incorrect message for the second commit during release 2020-06-22 12:37:06 +01:00
Yoann Rodière
921e4caff9 HHH-14083 Fix error detection in executeGitCommand 2020-06-22 12:36:32 +01:00
Andrea Boriero
fe6a20df8e HHH-14083 Add gradle task to automate the CI release 2020-06-22 12:35:13 +01:00
Falko Modler
8b78ad7685 HHH-14023 H2Dialect: adjust NUMERIC, DECIMAL & VARBINARY for 1.4.201+ 2020-06-22 11:38:16 +01:00
Falko Modler
a5b1d4ea07 HHH-14023 H2Dialect: SequenceInformationExtractorLegacyImpl for 1.4.201+ 2020-06-22 11:38:06 +01:00
Andrea Boriero
b2ba06e231 HHH-14077 PostgreSQL, skip testLiteralProjectionAndGroupBy (PostgreSQL does not support literals in group by statement) 2020-06-22 10:54:36 +01:00
Gail Badner
e0e22ea256 HHH-14077 : CVE-2019-14900 SQL injection issue using JPA Criteria API 2020-06-22 10:54:35 +01:00
Gail Badner
b038e24c08 HHH-14077 : Added test case 2020-06-22 10:54:35 +01:00
Gail Badner
99c56527c8 HHH-14075 Changes to loaders and TwoPhaseLoad to allow "internal" loading to be reused by hibernate-reactive 2020-06-22 10:04:16 +01:00
Andrea Boriero
18407c954b HHH-14081 CompositeIdFkGeneratedValueIdentityTest and CompositeIdFkGeneratedValueTest failures on Oracle db 2020-06-19 15:27:45 +01:00
Andrea Boriero
c5d520ebd5 5.4.17 2020-05-29 11:43:46 +01:00
Andrea Boriero
11a97a6418 “5.4.17” 5.4.17 2020-05-29 11:01:33 +01:00
Gail Badner
80a449a1ed HHH-14044 : Extract code from Loader into protected methods 2020-05-29 10:28:16 +01:00
Hannes Rosenögger
e8713fd12d HHH-14022 Revert HHH-13322 Fix Oracle dialect's introduced in 5.4.13 that is causing issues with sequence increment determination 2020-05-29 10:14:42 +01:00
Jason Pyeron
340e50ec25 HHH-10956 reduced runtime complexity, added Component.getProperty(int)
Component.getProperty(String) was looping and comparing, but we already now the position of the property
2020-05-29 09:40:08 +01:00
Andrea Boriero
2defb17157 HHH-10956 an exception has to thrown when the composite key is an association and its value is null 2020-05-29 09:40:08 +01:00
Andrea Boriero
38006d2dc7 HHH-10956 Add additional test 2020-05-29 09:40:08 +01:00
Andrea Boriero
ed3f59b131 HHH-10956 Moved tests using GenerationType#IDENTITY into another class annotated with @RequiresDialectFeature(DialectChecks.SupportsIdentityColumns.class) 2020-05-29 09:40:08 +01:00
Jason Pyeron
013d528916 HHH-10956 put one line if in {} 2020-05-29 09:40:08 +01:00
Jason Pyeron
8b7903dfc4 HHH-10956 added more complext tests with self referential FK
* known issue: HHH-13971, test marked as @Ignore
* added some output debugging to help developers review CI/CD logs
* 8 tests, 1 ignored, 0.745s duration
2020-05-29 09:40:08 +01:00
Jason Pyeron
87cfe33b5c HHH-10956 fixed failed insertion with IdClass with partial identifier generation
* regression introduced by HHH-4848
* AbstractEntityTuplizer lines 179 and 311 formatting issues, preserved
* bug HHH-9662 blocks testing of Identity insertion
2020-05-29 09:40:08 +01:00
Jason Pyeron
77d60e5d6e HHH-10956 created test cases IdClass with partial identifier generatiod, all marked @FailureExpected 2020-05-29 09:40:08 +01:00
Sanne Grinovero
d2e2688f89 HHH-14047 Expose some methods of EntityManagerFactoryBuilderImpl to extensions 2020-05-28 22:07:39 +01:00
Sanne Grinovero
c59bea5ac4 HHH-14047 Allow customization of the StandardServiceRegistryBuilder by extending the EntityManagerFactoryBuilderImpl 2020-05-28 22:07:33 +01:00
Sanne Grinovero
186c2a80e0 HHH-14046 Allow customizing the type of SessionFactory by changing the initial ServiceInitiator list 2020-05-28 22:07:27 +01:00
Andrea Boriero
27b065c574 HHH-13959 Add nullability and uniqueness for @OneToOne with @JoinTable 2020-05-28 18:40:15 +01:00
Andrea Boriero
5c92d515c6 HHH-13959 Add test for issue 2020-05-28 18:40:06 +01:00