Christian Beikov
|
9fa2671cbc
|
Update to Gradle 7.2
|
2021-10-19 11:07:39 +02: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 |
Christian Beikov
|
99f4363a98
|
Switch to junit 5 platform for hibernate-enhance-maven-plugin module
|
2021-09-02 16:54:46 +02:00 |
Christian Beikov
|
0b0d9339a6
|
Switch to old junit platform for hibernate-enhance-maven-plugin module
|
2021-09-02 16:54:46 +02:00 |
Christian Beikov
|
65016aaf42
|
Implement envers order fragment support by introducing an internal sqm function and re-enable all envers tests
|
2021-09-02 16:54:46 +02:00 |
Andrea Boriero
|
cdeb95a4d5
|
Merge remote-tracking branch 'upstream/main' into wip/6.0
|
2021-08-30 14:07:19 +02:00 |
Sanne Grinovero
|
9267c5e6a6
|
HHH-14792 Remove support for bytecode enhancement via Javassist
|
2021-08-26 15:22:30 +01:00 |
Steve Ebersole
|
c7e37dc1d7
|
HHH-14513 : Move publishing release and snapshot artifacts to Sonatype OSSRH
|
2021-05-14 15:06:15 -05:00 |
Yoann Rodière
|
b0abe9f37e
|
HHH-14563 Remove the DOM4J dependency from hibernate-enhance-maven-plugin
As far as I can tell, this was only necessary as a transitive dependency
of Hibernate ORM.
|
2021-04-19 15:39:35 +02:00 |
Andrea Boriero
|
b897a36f2f
|
Fix issue with generated pom missing project description
|
2020-04-06 18:21:11 +01:00 |
Sebastian Nohn
|
7e71843a50
|
HHH-13463 - updated plexus-utils to 3.0.24 to avoid being vulnerable to CVE-2017-1000487
|
2019-06-27 20:06:02 +01:00 |
Sebastian Nohn
|
c10832a740
|
HHH-13463 - updated plexus-utils to 3.0.24 to avoid being vulnerable to CVE-2017-1000487
|
2019-06-27 20:06:02 +01:00 |
Steve Ebersole
|
d806eff912
|
HHH-12190 - General tidying of Gradle scripts
|
2018-01-16 14:34:43 -06:00 |
barreiro
|
50ee618f1e
|
HHH-10930 - Add explicit dependency on JTA to the maven enhacer plugin
|
2017-01-31 13:15:19 +02:00 |
Craig Andrews
|
5f8db1066d
|
HHH-11282 - Support m2e/Eclipse integration in hibernate-enhance-maven-plugin
|
2016-12-07 20:36:18 -06:00 |
Rafael Winterhalter
|
ba3359fe62
|
HHH-11152: Added BytecodeProvider based on Byte Buddy
|
2016-11-16 13:18:46 -06:00 |
barreiro
|
22a4bdd502
|
HHH-10145 - [maven plugin] Include dependencies in loader classloader
|
2015-11-06 12:17:41 -06:00 |
barreiro
|
ebb2ca19cd
|
HHH-9813 - Improve Hibernate Enhance Maven Plugin
|
2015-05-27 12:03:22 -05:00 |
Steve Ebersole
|
bd256e4783
|
HHH-9803 - Checkstyle fix ups - headers
|
2015-05-18 23:25:14 -05:00 |
Steve Ebersole
|
b790840b1e
|
release 5.0.0.Beta2
|
2015-04-29 23:30:20 -05:00 |
Steve Ebersole
|
f6980f3324
|
release 5.0.0.Beta2
|
2015-04-29 23:21:38 -05:00 |
barreiro
|
81d30aa037
|
HHH-9679 - Fix hibernate-enhance-maven-plugin buid script
|
2015-03-26 13:03:16 -05:00 |
Brett Meyer
|
4ef7cd9696
|
HHH-8777 corrected configurations used in pom plugin
|
2014-02-04 12:32:21 -05:00 |
Brett Meyer
|
518bda7a43
|
HHH-8777 dynamically generate descriptor dependencies
Conflicts:
.gitignore
hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml.original
tooling/hibernate-enhance-maven-plugin/src/main/resources/META-INF/maven/plugin.xml
|
2014-02-04 10:37:48 -05: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 |