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

[CLOUD-3951] Bump default maven version to 3.6 #395

Merged
merged 2 commits into from Mar 30, 2021

Conversation

dbkreling
Copy link
Contributor

@dbkreling dbkreling commented Mar 30, 2021

Maven 3.5 has reached EOL and requires upgrade.

https://issues.redhat.com/browse/CLOUD-3951
Signed-off-by: Daniel Kreling dkreling@redhat.com

dbkreling and others added 2 commits March 30, 2021 13:00
Maven 3.5 has reached EOL and requires upgrade.

Signed-off-by: Daniel Kreling <dkreling@redhat.com>
By providing /etc/dnf/modules.d/maven.module before attempting to
install Maven, we can get access to Maven 3.6 from the AppStream
repository without having to enable the module with full-fat DNF.
This means we can install Maven 3.6 with microdnf.

The maven.module file has to be in-place before attempting to install
Maven. Since CeKit processes "packages:" before "execute:" within the
context of a module, we need to put the new "execute:" stuff in a new
module that is depended upon by those that use "packages:" to install
maven.

Signed-off-by: Jonathan Dowland <jdowland@redhat.com>
@luck3y luck3y self-requested a review March 30, 2021 20:26
@luck3y luck3y self-assigned this Mar 30, 2021
@luck3y
Copy link
Collaborator

luck3y commented Mar 30, 2021

Note this is already fixed in master, so this change will only be applied to 0.39.x for EAP 7.3

@dbkreling dbkreling changed the base branch from 0.39.1 to 0.39.x March 30, 2021 20:33
@dbkreling
Copy link
Contributor Author

I backported commit #5eedd325d to make maven version 3.6 available, and then changed the base to 0.39.x instead of 0.39.1

@luck3y luck3y changed the title CLOUD-3951 Bump default maven version to 3.6 [CLOUD-3951] Bump default maven version to 3.6 Mar 30, 2021
@luck3y luck3y merged commit cccda3a into jboss-openshift:0.39.x Mar 30, 2021
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.

None yet

3 participants