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

[MASSEMBLY-961] Update maven-archiver to 3.6.0 #70

Merged
merged 7 commits into from Jun 28, 2022
Merged

Conversation

cstamas
Copy link
Member

@cstamas cstamas commented Jun 13, 2022

Upgrade:

  • plexus-io to 3.4.0
  • plexus-archiver to 4.4.0
  • maven-archiver to 3.6.0 (when released)

These are now pure JSR330 components, and legacy APIs are dropped, so drop whatever cruft needed from assembly plugin as well.


https://issues.apache.org/jira/browse/MASSEMBLY-961

@cstamas cstamas requested a review from michael-o June 13, 2022 08:57
@cstamas cstamas self-assigned this Jun 13, 2022
@cstamas cstamas changed the title [MASSEMBLY-961] Update plexus-archiver to 3.6.0 [MASSEMBLY-961] Update maven-archiver to 3.6.0 Jun 13, 2022
public class DebugConfigurationListener
implements ConfigurationListener
{
private final Logger logger;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe logger can be initialized here instead of pass as argument.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I would rather throw this class out in next major. The benefit is very little.

public class DebugConfigurationListener
implements ConfigurationListener
{
private final Logger logger;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, but I would rather throw this class out in next major. The benefit is very little.

@cstamas cstamas merged commit 9377502 into master Jun 28, 2022
@cstamas cstamas deleted the MASSEMBLY-961 branch June 28, 2022 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants