aleksandr-m / gitflow-maven-plugin

The Git-Flow Maven Plugin supports various Git workflows, including GitFlow and GitHub Flow. This plugin runs Git and Maven commands from the command line.
https://aleksandr-m.github.io/gitflow-maven-plugin/
Apache License 2.0
487 stars 180 forks source link

Java8 baseline & bump all dependencies #389

Closed DRoppelt closed 10 months ago

DRoppelt commented 1 year ago

implements #369

57 builds in GitHub actions later, finally got this to run.

I reduced it to plexus-utils 1.X vs 3.X: it appears that there were major changes in encoding of parameters before&after. Especially annoying, my private box is a windows machine & the issues occurred only on Linux/Ubuntu. For a while it seemed to be a CI vs. local issues (is the JDK not installed correctly? maven 3.9.X not installing as expected? Is there an issue with the actions/runners used?), until I reduced it to plexus-utils 1 vs 3.

DRoppelt commented 1 year ago

some tests still failing as the command-line behaviour between plexus-utils 1.X and 3.X changed

one instance is that empty args passed to a cmd are treated differently

aleksandr-m commented 10 months ago

@DRoppelt Thank you!

DRoppelt commented 10 months ago

:)

Just wondering, do you plan to release it soon as well?

DRoppelt commented 7 months ago

a friendly reminder @aleksandr-m

I was wondering when you plan to release this change. Is there something that is blocking (or something that the updates broke?) that I can help with?

aleksandr-m commented 7 months ago

Hi Dennis. The plan was to implement couple long standing feature requests in that release, but I don't have much spare time lately. I will try to find some time in a next few weeks, and if I don't then I'll release next version as it is now.