-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
HHH-19812: Improvements on the Maven Enhance Plugin (Backport to 7.0) #11032
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 7.0
Are you sure you want to change the base?
Conversation
…eLazyInitialization' default values and deprecate the setting Signed-off-by: Koen Aers <koen.aers@gmail.com>
…Plugins Signed-off-by: Koen Aers <koen.aers@gmail.com>
…he enablement parameters are false Signed-off-by: Koen Aers <koen.aers@gmail.com>
Hey @koentsje, thanks for the backport - but the 7.0 branch of ORM is no longer maintained - I think you should rather target 7.1 |
@koentsje you need to update the migration guide here, to mention what exactly changed in 7.0 itself. Though @mbellade I wonder if pushing a change to the migration guide will trigger a release? We kind of need to, if the migration guide gets published as a HTML file. |
It would (if there's a Jira issue in the commit message), scheduled releases are still enabled for the 7.0 branch |
So I assume it also doesn't hurt adding the fix for the regression and the additional documentation? |
… using Maven Invoker Signed-off-by: Koen Aers <koen.aers@gmail.com>
Thanks for your pull request! This pull request appears to follow the contribution rules. › This message was automatically generated. |
Usually we avoid changing behavior for unmaintained branches, even though there might be bugs affecting them. Also, with this change we would be deprecating and change default parameter values for the plugin retroactively, I'm not sure if we want to do that. |
So maybe get rid of the change of default, the deprecation and the additional integration tests but still add the (slightly modified) documentation? Or is it all not worth it and I just add a short section to the migration guide? Also I don't understand why there are failing jobs. Do I need to do something special for Quarkus or the TCK? |
I'd say the latter :)
Unmaintained branch, nobody looking at CI, hence failing CI :) You can probably ignore it. |
Sounds like the migration guide is a must, documentation wouldn't hurt if you want to leave it I guess.
Those were already failing before, not related to your changes. |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license
and can be relicensed under the terms of the LGPL v2.1 license in the future at the maintainers' discretion.
For more information on licensing, please check here.
https://hibernate.atlassian.net/browse/HHH-19820
https://hibernate.atlassian.net/browse/HHH-19813
https://hibernate.atlassian.net/browse/HHH-19817