Commit Graph

275 Commits

Author SHA1 Message Date
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
Steve Ebersole 8beaccc7eb HHH-5616 - Switch to Gradle for builds .. infinispan 2010-10-11 14:41:49 -05:00
Steve Ebersole 429d0fd8f9 HHH-5616 - Switch to Gradle for builds .. ehcache 2010-10-11 14:41:49 -05:00
Steve Ebersole 328b911192 HHH-5616 - Switch to Gradle for builds .. c3p0 2010-10-11 14:41:49 -05:00
Steve Ebersole 51edbb5797 HHH-5616 - Switch to Gradle for builds .. c3p0 2010-10-11 14:41:49 -05:00
Steve Ebersole e21fed8304 HHH-5616 - Switch to Gradle for builds .. envers 2010-10-11 14:41:48 -05:00
Steve Ebersole 89298608b0 HHH-5616 - Switch to Gradle for builds .. em 2010-10-11 14:41:48 -05:00
Steve Ebersole 34c2839dcc HHH-5616 - Switch to Gradle for builds 2010-10-11 14:41:47 -05:00