Skip to content
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

Upgrade maven plugins #38

Merged
merged 6 commits into from
Aug 29, 2023
Merged

Upgrade maven plugins #38

merged 6 commits into from
Aug 29, 2023

Conversation

AbdelHedhili
Copy link
Member

No description provided.

@AbdelHedhili AbdelHedhili requested a review from jonenst June 2, 2023 09:55
@AbdelHedhili AbdelHedhili self-assigned this Jun 2, 2023
@jonenst jonenst changed the title Java 17 Upgrade maven plugins Jun 14, 2023
@jonenst
Copy link
Contributor

jonenst commented Jun 14, 2023

This has many plugin updates to fix warnings regarding maven 4.0.0 coming from the new maven 3.9.2, for example:

[WARNING] Plugin validation issues were detected in 2 plugin(s)
[WARNING]
[WARNING]  * com.powsybl:powsybl-itools-packager-maven-plugin:5.4.0-SNAPSHOT
[WARNING]  * org.codehaus.mojo:templating-maven-plugin:1.0.0
[WARNING]

EDIT: maven 3.9.3 has reverted the behavior of displaying these warnings by default from what I see

AbdelHedhili and others added 6 commits August 28, 2023 14:14
Signed-off-by: Abdelsalem <abdelsalem.hedhili@rte-france.com>
Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
also requireMavenVersion to a recent-ish maven version (3.8.1), from about the same
period as the java 17 release. Hopefully this reduces potential problems.

except
maven-site-plugin .............................. 3.9.1 -> 4.0.0-M8
    -> 3.12.1 latest release not milestone
org.springframework.boot:spring-boot-maven-plugin .. 2.6.6 -> 3.1.0
    -> wait for runtime springboot 3 migration

Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
Except
 org.liquibase:liquibase-maven-plugin ............. 4.22.0 -> 4.23.1
wait for springboot 3.x migration to use the same liquibase version

Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
Will do this as part of the springboot 3 migration and .marker files

Signed-off-by: HARPER Jon <jon.harper87@gmail.com>
@olperr1 olperr1 merged commit e60fa69 into main Aug 29, 2023
@olperr1 olperr1 deleted the java17 branch August 29, 2023 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants