dependabot[bot]
829bbaad60
Bump com.gradle.common-custom-user-data-gradle-plugin
...
Bumps com.gradle.common-custom-user-data-gradle-plugin from 1.4.2 to 1.6.5.
---
updated-dependencies:
- dependency-name: com.gradle.common-custom-user-data-gradle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-05-10 12:08:11 -05:00
Christian Beikov
c18e611ed6
HHH-15200 Add support for the SQLXML type
2022-05-05 09:07:37 +02:00
Sanne Grinovero
d0b7d7f4b5
HHH-15244 Upgrade to HCANN 6.0.1.Final
2022-05-05 08:22:02 +02:00
Sanne Grinovero
2b501c820d
HHH-15237 Upgrade to Agroal 2.0
2022-04-29 12:24:44 +01:00
Steve Ebersole
9e9a8135dc
HHH-15206 - Upgrade to ANTLR 4.10
2022-04-27 06:44:57 -05:00
Steve Ebersole
03384af943
More work on hibernate-platform and version catalog
2022-04-26 14:41:04 -05:00
Steve Ebersole
69e57404c6
HHH-15226 - Publish a Gradle platform (Maven Bom++) for Hibernate ORM
...
- plus use Gradle version catalogs as opposed to `libraries.gradle`
- dropped OSGi manifest entries for hibernate-envers - they were broken and we decided we no longer support OSGi
2022-04-26 14:41:04 -05:00
Steve Ebersole
c109650032
Renamed `hibernate-orm-build` to `local-build-plugins` to be more visually distinguishable from the "real" `hibernate-` modules;
...
Moved the `local-build-plugins` inclusion inside the `pluginManagement {}` block per Gradle recommendations
2022-04-22 09:30:41 -05:00
Christian Beikov
b737231416
Make sure Hibernate works with the Jakarta Persistence 3.1 API
2022-03-25 21:24:13 +01:00
Steve Ebersole
5403e95958
HHH-14872 - Re-enable hibernate-gradle-plugin
...
plus additional improvements to Gradle scripts
2022-03-15 20:10:17 -05:00
Steve Ebersole
92b46bca5b
Gradle build clean-ups
...
- drop use of `allprojects`
2022-03-15 09:39:07 -05:00
Yoann Rodière
e1d202a795
HHH-15107 Upgrade Gradle's max supported bytecode version to 17
...
Since we're on Gradle 7.3.3.
See https://docs.gradle.org/7.3.3/release-notes.html#java17
2022-03-09 08:11:09 +01:00
Steve Ebersole
662182adff
Gradle Enterprise - remote build cache
2022-03-03 15:45:41 -06:00
Steve Ebersole
95e98c8804
Gradle Enterprise exp5
2022-03-03 15:45:41 -06:00
Steve Ebersole
e446b7c99b
Log4j Vulnerability - https://blog.gradle.org/log4j-vulnerability ;
...
Upgrade Gradle Enterprise plugin to 3.8
2022-01-11 15:47:48 -06:00
Sanne Grinovero
334aeb1349
HHH-14946 Upgrading base requirements to Java 11
2021-12-01 17:34:28 +00:00
Chris Dennis
55db51894f
HHH-14837 : Re-enable hibernate-jcache module.
2021-11-29 11:44:16 -05:00
Steve Ebersole
e9e5374ed2
HHH-14871 - Temporarily disable hibernate-gradle-plugin
2021-10-11 15:52:26 -05:00
Steve Ebersole
998caa56af
HHH-14848 - Move Ant tasks + support from hibernate-core into tooling/hibernate-ant
2021-09-29 01:31:47 -05:00
Steve Ebersole
089a3f86ae
HHH-14837 - Move to Jakarta EE
...
preliminary transformation;
only `javax.persistence.*` settings supported atm
2021-09-27 08:21:27 -05:00
Karel Maesen
dcf2a85d20
HHH-14800 Prepare refactoring hibernate-spatial
...
In preparation for the design as discussed in #4111 :
- Fixex compile errors
- Deprecates the SpatialDialects
- Removes the matrix test configuration (obsolete)
- Removes support for Criteria
2021-09-21 11:55:41 +02:00
Steve Ebersole
6866a1e77b
disable local build-cache for CI jobs
2021-09-08 13:30:48 -05:00
Steve Ebersole
3da7de2bce
temporarily re-disable hibernate-spatial
2021-08-26 12:18:15 -05:00
Steve Ebersole
476ea9230e
re-enable `hibernate-spatial`
2021-08-26 09:44:16 -05:00
Steve Ebersole
9f2ae95397
Gradle task cache
...
Gradle 7 prep
2021-07-26 13:51:38 -05:00
Steve Ebersole
e2e93e51b7
improvements to JAXB XJC handling
2021-07-19 16:45:50 -05:00
Steve Ebersole
7c80d8b460
Upgrade com.gradle.common-custom-user-data-gradle-plugin
2021-07-14 11:12:33 -05:00
Christian Beikov
6447ca9b26
HHH-14693, HHH-10668 Move non-supported dialects to the hibernate-community-dialects artifact and add the SQLite dialect originally contributed by Vlad Mihalcea which was adapted for Hibernate 6. Also add HSQLDB, MySQL and Sybase ASE configurations and a CI job config
2021-07-06 10:14:20 +02:00
Steve Ebersole
59f033194a
Improved build configuration to better leverage Gradle up-to-date handling;
...
Preparation for moving to Gradle 7.0
- Moved custom Antlr plugin to hibernate-orm-build module
- more deprecation clean ups
2021-06-28 15:59:35 -05:00
Steve Ebersole
172ddf8700
Improved build configuration to better leverage Gradle up-to-date handling;
...
Preparation for moving to Gradle 7.0
- Improve Jakarta transformation handling (tests are also actually run now as a bonus);
- Improved CacheableHbmXmlTest to not write "ser" file to `${buildDir}/resources/test`
- Improved DatabaseService(Plugin)
- Update a number of plugins which did not handle up-to-date-ness properly
2021-06-26 08:46:09 -05:00
Christian Beikov
3435189777
Add support for parallel gradle build
2021-06-24 12:16:29 +02:00
Andrea Boriero
2c6e000537
Merge branch 'wip/6.0_merge_6' into wip/6.0
2021-05-31 13:18:38 +02:00
Steve Ebersole
d7d74d0875
HHH-14634 : Gradle Enterprise
...
- Re-added setting rootProject name
2021-05-25 16:11:46 -05:00
Andrea Boriero
ffae5474a6
Merge remote-tracking branch 'upstream/main' into wip/6.0_merge_6
2021-05-24 20:41:03 +02:00
Steve Ebersole
63c10e8ec0
HHH-14634 : Gradle Enterprise
...
- extracted config into `gradle-enterprise.gradle` to help move config to other branches/projects
2021-05-24 12:25:53 -05:00
Steve Ebersole
4880eab484
HHH-14634 : Gradle Enterprise
2021-05-24 11:49:58 -05:00
Steve Ebersole
703a121c00
HHH-12416 : Drop `hibernate-ehcache`
2021-05-14 15:06:15 -05:00
Steve Ebersole
af3031a3d5
HHH-14518 : drop `hibernate-osgi` module
2021-05-14 15:06:15 -05:00
Steve Ebersole
26ccd0c36d
HHH-11995 - Drop hibernate-entitymanager artifact
2021-05-14 05:42:56 -05:00
Steve Ebersole
bb047a9d9e
HHH-14598 - Drop `hibernate-infinispan`
2021-05-13 13:11:38 -05:00
Steve Ebersole
2bc9c52c4b
HHH-11994 : drop `hibernate-java8` module
2021-05-13 12:43:03 -05:00
Christian Beikov
a8f00b00aa
Make use of narayana Jakarta artifacts
2021-05-07 15:29:11 +02:00
Christian Beikov
129484557b
Re-include the temporary jakarta testing modules
2021-05-06 06:37:41 +02:00
Christian Beikov
c29b2d27ee
HHH-14577 Add Jenkinsfiles for running TCKs
2021-04-30 11:41:05 +02:00
Christian Beikov
ff9e9eebc9
HHH-13946 Create Jakarta artifacts for hibernate-core, hibernate-envers, hibernate-jpamodelgen and hibernate-testing
2021-04-30 11:41:05 +02:00
Steve Ebersole
124959fa59
temporarily remove `project-template` module as it causes problems with ci-release (specifically some issue with uploading to BinTray)
2021-03-18 15:50:22 -05:00
Andrea Boriero
6d124a7c6d
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-01-14 11:34:06 +01:00
Erin Schnabel
33ac4174c7
HHH-14337 Micrometer support
2020-12-14 15:03:55 +00:00
Andrea Boriero
1927d1aa33
Merge branch 'master' into wip/6.0
2020-11-17 12:40:43 +01:00
Yoann Rodière
9616e24c80
HHH-14315 Add optional support for toolchains to the Gradle build
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2020-11-10 11:02:08 +00:00
Steve Ebersole
29848c49db
ORM + Gradle
...
HHH-14285 - project template
HHH-14286 - Gradle plugin
2020-10-28 16:09:42 -05:00
Andrea Boriero
9ec19e3c65
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_36
2020-04-22 15:15:10 +01:00
Sanne Grinovero
cecaeb92b3
HHH-13963 Remove the JipiJapa fork
2020-04-21 22:55:54 +01:00
Andrea Boriero
a0b4566264
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_34
2020-04-20 12:17:22 +01:00
Sanne Grinovero
2b279c6a83
HHH-13952 Remove our ability to build the Wildfly feature pack and run integration tests on WildFly
2020-04-17 14:27:19 +01:00
Andrea Boriero
2ccf7fab9e
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_30
2020-04-16 11:03:49 +01:00
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
Yoann Rodière
1d98edc402
HHH-13685 Remove the deprecated "stable publishing" feature flag
...
It's the default behavior in Gradle 5.
2020-04-01 09:53:13 -05:00
Yoann Rodière
47f02f2e6e
HHH-13685 Enable the "stable publishing" feature to test it before upgrading to Gradle 5
2020-04-01 09:53:13 -05:00
Andrea Boriero
2660007df9
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_24
2020-02-14 11:36:06 +00:00
Sanne Grinovero
7d37e9f878
HHH-13863 Introduce the hibernate-graalvm module to share some GraalVM native image metadata
2020-02-13 17:09:56 +00:00
Andrea Boriero
c45108a2b6
6 - SQM based on JPA type system
2019-09-12 10:42:32 +01:00
Yoann Rodière
d6cb72ee0d
HHH-13409 Add integration tests for running Hibernate ORM in the module path in Java 11+
2019-06-20 21:07:03 +01:00
Scott Marlow
2a1a85383e
HHH-12390 add hibernate-jipijapa
2018-03-26 11:42:09 -05:00
barreiro
1b2424c211
HHH-12252 - Add Agroal to ConnectionProviderInitiator
2018-01-30 10:19:09 +02:00
simeonmalchev
0d9b1c54cd
HHH-10541 - Create Vibur DBCP connection pool module
2018-01-15 11:55:01 +02:00
Gunnar Morling
9ec9399ac4
HHH-10812 Adding module ZIP and integration test for using Hibernate ORM 5.1 on WildFly 10
2016-06-29 15:49:50 -05:00
Andrea Boriero
678cdc3b3b
HHH-10883 - Fix Restore the Maven artifact hibernate-java8 as an empty placeholder
2016-06-28 16:20:40 +02:00
Steve Ebersole
45cd13a68f
HHH-10823 - Consider adding hibernate-entitymanager again
2016-06-17 13:35:03 -05:00
Alex Snaps
a872885a43
HHH-10770 JCache 2nd-level cache
...
* Provider and CacheManager creation
* Caches creation
* Region class hierarchy
* Different access strategies
2016-05-31 23:55:23 -05:00
Andrea Boriero
9ae57a6f7a
remove hibernate-entitymanager project
2016-05-06 13:13:29 -05:00
Steve Ebersole
fa0db89f7f
HHH-10664 - Prep 6.0 feature branch - merge hibernate-java8 into hibernate-core
2016-03-31 12:27:52 -05:00
Steve Ebersole
bd256e4783
HHH-9803 - Checkstyle fix ups - headers
2015-05-18 23:25:14 -05:00
Karel Maesen
812da6e7cd
HHH-6510 : Initial commit.
...
Source code copied from Hibernate Spatial 1.1.1-SNAPSHOT.
Root package is now org.hibernate.spatial (instead of org.hibernatespatial)
GeometryType replaces GeometryUserType.
SpatialDialects remap SpatialSqlTypeDescriptors.
Hibernate Spatial registers GeometryType in Integrator (temporary fix: see HHH-6507).
2015-04-24 05:55:52 -05:00
Steve Ebersole
f295d66d6e
HHH-8844 - Add support for Java 8 date and time types (JSR-310)
2015-03-31 13:02:19 -05:00
barreiro
81d30aa037
HHH-9679 - Fix hibernate-enhance-maven-plugin buid script
2015-03-26 13:03:16 -05:00
Steve Ebersole
5f6d1d24f7
HHH-8844 - Add support for Java 8 date and time types (JSR-310)
2015-03-24 16:01:15 -05:00
Steve Ebersole
9883d7b11a
HHH-9680 - hibernate-osgi module has gone cra-cra again
2015-03-23 15:27:02 -05:00
Steve Ebersole
98a4f3c67f
HHH-9680 - hibernate-osgi module has gone cra-cra again
2015-03-23 15:05:06 -05:00
Steve Ebersole
8d988c33b4
HHH-9677 - Upgrade Gradle
2015-03-23 14:36:41 -05:00
Steve Ebersole
218569c423
HHH-9677 - Upgrade Gradle
2015-03-23 14:30:02 -05:00
Brett Meyer
e8a52e2904
HHH-8869 created hibernate-hikaricp connection provider
...
Conflicts:
libraries.gradle
2014-04-08 16:10:27 -04:00
Jeremy Whiting
be4f2e186d
HHH-8777 Completed implementation of Maven Enhance Plugin fixing issue
...
with
missing descriptor files. Mojo will automatically hook into build
lifecycle compile phase.
Conflicts:
hibernate-enhance-maven-plugin/src/main/java/org/hibernate/bytecode/enhance/plugins/MavenEnhancePlugin.java
settings.gradle
tooling/hibernate-maven-plugin/hibernate-maven-plugin.gradle
2014-02-04 10:29:50 -05: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
9e58a6de69
HHH-8694 - Move hibernate-maven-plugin and hibernate-gradle-plugin under tooling sub directory
2013-11-13 18:23:48 -06:00
Hardy Ferentschik
faca8f5dd4
HHH-8483 Deleting obsolte settings.gralde in metamodel-generator project and making sure artifact is correctly named in root level settings file
2013-11-12 16:07:00 +01:00
Hardy Ferentschik
7c8984469b
HHH-8483 Getting metamodel-generator:build working
2013-11-11 20:08:16 +08:00
Steve Ebersole
cf7bb0dcec
HHH-8309 - Create hibernate-orm subprojects for maven and gradle plugins
2013-09-06 13:14:36 -05:00
Jeremy Whiting
51deee1e66
Added Maven plugin to enhance Entities during build time.
...
Conflicts:
settings.gradle
2013-08-20 10:54:17 -04:00
Jeremy Whiting
12225133e7
Changed dependencies to use root project libraries configuration. Renamed the gradle build file to conform to project standard for a module. Fixed findbugs reported issues. Removed unnecessary classes and instead use an anonymous class.
2013-08-20 10:52:32 -04:00
Brett Meyer
56867417e2
HHH-7527 Enterprise OSGi JPA support
2013-02-14 10:44:35 -05:00
Strong Liu
8c56875fc5
HHH-6036 integration documentation generation
2011-03-22 23:39:53 +08:00
Steve Ebersole
03ada52204
HHH-5942 - Migrate to JUnit 4
2011-03-14 13:14:06 -05:00
Steve Ebersole
7f7f073c9b
HHH-5990 - Remove non-maintained second level cache integrations
2011-03-09 13:49:20 -06:00
Steve Ebersole
d2c88d55df
HHH-5647 - Develop release process using Gradle
2010-10-12 15:39:33 -05:00
Steve Ebersole
cf19ba338f
HHH-5616 - Switch to Gradle for builds .. swarmcache
2010-10-11 14:41:49 -05:00
Steve Ebersole
d19182f32b
HHH-5616 - Switch to Gradle for builds .. oscache
2010-10-11 14:41:49 -05:00