Yoann Rodière
b32ff5cd9c
HHH-13682 Allow forcing the tested Java version in the Gradle build
...
... just in case we need that for some cutting-edge JDK, for example 15,
that would not be supported by Gradle yet.
2020-04-14 13:36:43 +01:00
Andrea Boriero
5c86c4a805
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_29
2020-04-09 07:37:11 +01:00
Yoann Rodière
dbd49f1100
HHH-13925 Upgrade from the gradle-build-scan plugin to the gradle-enterprise plugin
...
That's the new name of the plugin in Gradle 6.
2020-04-06 16:04:55 +02:00
Steve Ebersole
40d0c8580e
Merge remote-tracking branch 'upstream/master' into wip/6.0
...
- up to the point of upgrading Gradle version for wrapper to 5.6.3
2020-04-01 11:32:00 -05: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
Yoann Rodière
ab4d87cfd1
HHH-13685 Upgrade to gradle-karaf-plugin 0.5.1
2020-04-01 09:53:13 -05:00
Yoann Rodière
34e498fb3d
HHH-13685 Upgrade to maven-repo-auth 3.0.2
2020-04-01 09:53:13 -05:00
Yoann Rodière
e14d20d829
HHH-13685 Upgrade to build-scan plugin 2.4.2
2020-04-01 09:53:13 -05:00
Yoann Rodière
30ad825775
HHH-13685 Upgrade to gradle-xjc-plugin 2.0.1
2020-04-01 09:53:13 -05:00
Yoann Rodière
08132916bb
HHH-13685 Upgrade to hibernate-matrix-testing 3.0.0.Final
2020-04-01 09:53:13 -05:00
Yoann Rodière
6921b02891
HHH-13685 Upgrade to Gradle 5.6.3
2020-04-01 09:53:13 -05:00
Steve Ebersole
e43c5a3166
https://github.com/asciidoctor/asciidoclet/pull/91
...
- work in progress as the PR did not fix the problems
2020-02-19 08:30:57 -06:00
Andrea Boriero
f77fb75639
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_23
2020-02-05 11:37:36 +00:00
Safeer Ansari
9b2a839ee4
Fixing a typo in the build task #HHH-13830
...
One of the build tasks, publish, had a typo in the description. It has been corrected in this commit.
2020-01-29 15:13:59 +01:00
Andrea Boriero
f1bf079122
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merge_14
2019-11-22 09:05:57 +00:00
Andrea Boriero
87441781c6
upgrade gradle-bintray-plugin to 1.8.4
2019-11-08 17:05:09 +00:00
Steve Ebersole
57fba402b4
HHH-12858 - Persistence.createEntityManagerFactory(Map) should allow overwriting jta-data-source of persistence.xml
2019-09-25 15:12:25 -05:00
Steve Ebersole
26ff169db2
6 - SQM based on JPA type system
2019-09-12 10:42:27 +01:00
Andrea Boriero
f0218e82ad
HHH-13616 Enable the hibernate-orm-modules test for JDK 11
2019-09-11 12:37:51 +01:00
Sanne Grinovero
a72d5e3d1e
HHH-13428 No longer allow fetching snapshot dependencies from JBoss Nexus
2019-06-07 23:06:27 +01:00
Sanne Grinovero
73a29867f5
HHH-13428 Remove more unused repositories
2019-06-07 20:19:26 +01:00
Guillaume Smet
e67f3dfa82
HHH-13069 Go back to non-SSL links for our JBoss Nexus repositories
...
Using SSL repositories with JDK 11 ends up with the error below:
javax.net.ssl.SSLHandshakeException: extension (10) should not be presented in server_hello
This is a bug in JDK 11 that will apparently be fixed in the next update
(planned for January 2019).
Until then, we need to use non-SSL links.
For more information:
https://stackoverflow.com/questions/52016415/jdk-11-ssl-error-on-valid-certificate-working-in-previous-versions
https://bugs.openjdk.java.net/browse/JDK-8209965 - JDK 12 issue
https://bugs.openjdk.java.net/browse/JDK-8210005 - JDK 11 issue
2018-11-05 11:38:30 +01:00
Sanne Grinovero
d16e7211e0
HHH-13069 Update the links to JBoss Nexus to use the direct repository over https
2018-11-02 17:53:45 +01:00
Sanne Grinovero
fcb65c075e
HHH-13006 Upgrade to Gradle 4.10.2
2018-10-03 10:44:50 +02:00
Sanne Grinovero
293acd048c
HHH-12949 Upgrade to Gradle 4.10
2018-09-04 22:42:36 +01:00
Guillaume Smet
89f954a575
Fix a typo
2018-08-10 17:00:27 +02:00
Sanne Grinovero
430e3bf565
HHH-12884 After upgrade to Gradle 4.9, also update the matching wrapper configuration
2018-08-10 11:07:13 +01:00
Sanne Grinovero
cd8b754494
HHH-12901 Enable loading of additional JDBC drivers from a local path, rename the Oracle dependency
2018-08-09 15:26:47 +01:00
Guillaume Smet
6e85dd82f3
HHH-12807 Force to execute the release task with JDK 8
...
Considering hibernate-orm-modules tests are disabled with JDK 11, it's
safer to prevent us from running a release with it. And all in all, we'd
better release with JDK 8.
2018-07-16 15:05:47 +02:00
Guillaume Smet
02da69d50a
HHH-12808 Upgrade Gradle to 4.8.1
2018-07-14 13:39:03 +02:00
Guillaume Smet
cc69b20504
Upgrade BinTray Gradle plugin to 1.8.3
2018-07-05 14:39:29 +02:00
Fabio Massimo Ercoli
260ec8d3fa
HHH-12663 Include hibernate-osgi bundle only in hibernate-orm feature
2018-07-02 17:10:44 +02:00
Fabio Massimo Ercoli
54722fc344
HHH-12663 Upgrade gradle-karaf-plugin
2018-07-02 17:10:44 +02:00
Fabio Massimo Ercoli
fb39fc078a
HHH-12663 Update hibernate-matrix-testing to 2.0.0.Final
2018-07-02 17:10:44 +02:00
Guillaume Smet
8ee24ee8d5
HHH-12725 Upgrade the Asciidoctor plugin to 1.5.7 for JDK 9 compatibility
2018-06-26 12:01:06 +02:00
Sanne Grinovero
cdef29b09b
HHH-12603 Move and reuse the "idea" Gradle plugin declaration
2018-06-21 16:32:04 +01:00
Alvaro Esteban Pedraza
cd963b1e83
HHH-12603 - Removed Gradle eclipse plugin
2018-06-21 16:32:04 +01:00
Alvaro Esteban Pedraza
e457b7f337
HHH-12603 - Unified allprojects blocks
2018-06-21 15:58:21 +01:00
Alvaro Esteban Pedraza
03a2ad669e
HHH-12603 - Removed comments in build.gradle to enable plugins
2018-06-21 15:58:21 +01:00
Sanne Grinovero
2dbfcc7135
HHH-12674 Upgrade Gradle wrapper to version 4.8
2018-06-13 10:47:14 +01:00
Sanne Grinovero
f52e999690
HHH-12674 Avoid using deprecated Gradle methods
2018-06-13 10:40:38 +01:00
Sanne Grinovero
292a4e4337
HHH-12658 Upgrade to Gradle 4.7
2018-06-01 12:46:44 +01:00
Steve Ebersole
20bdd991c5
HHH-12611 - revert
2018-05-24 05:55:51 -05:00
Steve Ebersole
2cce4ea918
HHH-12611 - revert
2018-05-23 09:01:46 -05:00
Vlad Mihalcea
47dff86a88
HHH-12611 - Add mavenLocal() to Gradle repositories as otherwise we can't test on Oracle or DB2
2018-05-22 14:32:32 +03:00
Steve Ebersole
0695b3ff6e
HHH-12519 - Use Forbidden APIs library (Gradle plugin) to check our use of APIs
...
- initial support; implicit usage of default Locale is a major problem
2018-05-12 20:29:50 -05:00
Steve Ebersole
fbe32f162a
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
Fix-ups from Radim's review
2018-03-26 14:37:56 -05:00
Steve Ebersole
2636c1e2f0
5.3 cr1 - prep release
2018-02-15 12:14:21 -06:00
Steve Ebersole
a42d176ccd
5.3 cr1 - added back JBoss public Nexus repo as HCANN is not resolvable from Central (even 6 hours after release)
2018-02-14 11:13:16 -06:00
Steve Ebersole
dc7ed28865
5.3 beta2
2018-02-01 13:19:08 -06:00
Steve Ebersole
7d3158625e
HHH-12172 - Move to BinTray for publishing artifacts
2018-01-22 11:44:46 -06:00
Steve Ebersole
9e20eece55
HHH-12190 - General tidying of Gradle scripts
...
- adding `ciBuild` task, standardizing `release` task
2018-01-22 11:44:46 -06:00
Steve Ebersole
3e5556216c
HHH-12190 - General tidying of Gradle scripts
...
- only run the ci build tasks for SNAPSHOT versions - otherwise CI build is triggered for push with non-SNAPSHOT version which publishes the non-SNAPSHOT to Nexus. In fact this was a proof that we could automate release if we wanted to
2018-01-22 11:44:46 -06:00
Steve Ebersole
d806eff912
HHH-12190 - General tidying of Gradle scripts
2018-01-16 14:34:43 -06:00
Steve Ebersole
a625452fe9
HHH-9641 - Resume uploading Javadoc JARs to Maven
...
HHH-12187 - Drop custom javadoc css
- dropped "package groups"
2018-01-03 11:23:37 -06:00
Steve Ebersole
554817baca
HHH-12171 - Fix tests for hibernate-orm-modules
2018-01-02 13:47:29 -06:00
Steve Ebersole
abbf1fdbbe
HHH-12188 - Add Java 9 automatic module name hinting
...
aligned OSGi symbolic name with Java 9 module name;
cleaned up jar/osgi manifest configuration block
2017-12-28 10:13:55 -06:00
Steve Ebersole
8c13488c5d
HHH-9641 - Resume uploading Javadoc JARs to Maven
...
HHH-12187 - Drop custom javadoc css
- delay package group calculations until execution (doFirst)
- exclude internal packages from javadoc
2017-12-27 08:41:17 -06:00
Steve Ebersole
6ccbd98bc3
HHH-12187 - Drop custom javadoc css;
...
HHH-9641 - Resume uploading Javadoc JARs to Maven
2017-12-27 08:41:17 -06:00
Andrea Boriero
1e4d483e73
HHH-12177 - Disable generation of hibernate-infinispan jar
2017-12-22 12:00:34 -06:00
Andrea Boriero
25854433ac
HHH-12177 - Drop hibernate-infinispan module
2017-12-22 12:00:34 -06:00
Steve Ebersole
981eb41d79
Update to Gradle 4.4
2017-12-18 10:56:30 -06:00
Steve Ebersole
d5d3b080f9
HHH-12098 - prep 5.3
2017-12-13 09:15:22 -06:00
Steve Ebersole
dedc9ef8eb
HHH-12098 - prep 5.3
2017-12-13 06:19:30 -06:00
Andrea Boriero
f92bffae43
Add gradle task to copy resources to out folder
2017-11-10 15:24:15 +00:00
Andrea Boriero
686b2e1fcd
5.2.12
2017-10-19 21:02:52 +01:00
Andrea Boriero
1c915087a1
5.2.12
2017-10-19 13:44:47 +01:00
Andrea Boriero
81f4ab8f06
HHH-112001 - upgrade Byteman version and disable findbugs for JDK 9
2017-09-21 22:10:05 +01:00
Andrea Boriero
132767b4fb
HHH-12001 - Allow ORM to be built with Java 9
2017-09-21 22:10:05 +01:00
Jonathan Bregler
3aad752b04
Improved Hibernate support for SAP HANA
...
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Andrea Boriero
ca368f85a6
HHH-11507 - Upgrade to Gradle 4.2
2017-09-21 15:07:29 +01:00
Gail Badner
61932bbeb7
5.2.11
2017-09-13 12:21:11 -07:00
Gail Badner
921ab83572
5.2.11
2017-09-13 11:34:35 -07:00
Vlad Mihalcea
44eedfc34f
Add support for testing on DB2
2017-05-08 11:58:13 +03:00
Andrea Boriero
3ba49e76b8
5.2.10
2017-04-14 13:46:03 +02:00
Andrea Boriero
2b3e1205a0
5.2.10
2017-04-14 12:19:30 +02:00
Vlad Mihalcea
442bf225c4
HHH-11601 - Fix tests failing on Oracle
2017-04-12 12:15:27 +03:00
Andrea Boriero
2d4da59611
Wildfly unpacked forlder used for tests should not be included into distribution artifacts
2017-03-17 09:07:24 +00:00
Andrea Boriero
00d01c53d6
5.2.9
2017-03-16 15:41:31 +00:00
Andrea Boriero
1b8a2b9924
5.2.9
2017-03-16 13:14:32 +00:00
Andrea Boriero
d82b3369ff
5.2.8
2017-02-17 11:45:22 +00:00
Andrea Boriero
5d5b4e9776
5.2.8
2017-02-17 10:38:16 +00:00
Andrea Boriero
28c1279eaf
5.2.7
2017-01-19 15:03:23 +00:00
Andrea Boriero
024b6e97fe
5.2.7
2017-01-19 14:09:14 +00:00
Yordan Gigov
19469e8b4f
HHH-11369 - gradle tasks fail to list
2017-01-12 12:28:19 +02:00
Vlad Mihalcea
491d7341ad
HHH-11377 - ReflectHelper#getConstantValue should consider digits as well
2017-01-10 13:51:32 +02:00
Andrea Boriero
6cb76b8a17
5.2.6
2016-12-20 13:33:10 +00:00
Andrea Boriero
e17fd6cf05
5.2.6
2016-12-20 10:23:13 +00:00
rhart
4b45fdf176
HHH-11346 - Upgrade build scan plugin to 1.3
2016-12-20 09:41:43 +00:00
rhart
3ce94fbb0c
HHH-11346 - Upgrade gradle to 3.2.1
2016-12-20 09:41:28 +00:00
Andrea Boriero
91ebadb209
5.2.5
2016-11-24 15:07:06 +00:00
Andrea Boriero
1053f16618
5.2.5
2016-11-24 12:34:38 +00:00
Vlad Mihalcea
4e5648dc8a
SQL Server Driver is now on Maven Central
2016-11-18 17:39:14 +02:00
Rafael Winterhalter
ba3359fe62
HHH-11152: Added BytecodeProvider based on Byte Buddy
2016-11-16 13:18:46 -06:00
Steve Ebersole
3c23d45236
HHH-11235 - split checkstyles into fatal and non-fatal configs
2016-11-09 11:38:19 -06:00
Steve Ebersole
737abc503f
HHH-11235 - split checkstyles into fatal and non-fatal configs
2016-11-09 11:34:51 -06:00
Andrea Boriero
87a3d19175
5.2.4
2016-10-26 15:47:47 +01:00
Andrea Boriero
e6315be204
5.2.4
2016-10-26 14:41:28 +01:00
Andrea Boriero
629010435d
5.2.3
2016-09-30 13:22:11 +01:00
Andrea Boriero
4f9689a2f2
5.2.3
2016-09-30 09:04:14 +01:00