jiaqi / jmxterm

Interactive command line JMX client
http://docs.cyclopsgroup.org/jmxterm
Apache License 2.0
519 stars 155 forks source link

Release v1.0.5 #116

Open oldNoakes opened 7 months ago

oldNoakes commented 7 months ago

Hi,

Thank you for merging https://github.com/jiaqi/jmxterm/pull/114 - is there any chance you can cut a new release? I did a quick look at the process and raised a VERY naive PR: https://github.com/jiaqi/jmxterm/pull/115 - not advocating for that solution in any way but I think would trigger a new release to be cut.

If you have a different process and can cut a new release to remove the vulnerability from the library would very much appreciate it. Also happy to contribute to the release process if you have a pattern in mind.

Thank you!

nyg commented 7 months ago

Hey, for Java software I like to use the maven-release-plugin. Basically, the version is always something like 1.0.5-SNAPSHOT, and when you execute the prepare goal of this plugin it will automatically change the version to 1.0.5, make a commit and a new tag, from which artifacts can be build. Then, it will make a new commit to go to 1.0.6-SNAPSHOT.

Would be nice to also have #112 and #113 in this release :D.

oldNoakes commented 6 months ago

Let me see what I can do - thanks

semisynthetic commented 2 months ago

Any word on this? We would really like to use this tool without failing on the issue in PR #113

LeMyst commented 2 months ago

Any word on this? We would really like to use this tool without failing on the issue in PR #113

I've forked this repository to have my own build pipeline. I've merged some of the PR here and update dependencies : https://github.com/LeMyst/jmxterm/releases

trevorurquhart commented 2 months ago

hi - just checking in. Is there any plan on release v1.0.5?