HotswapProjects / HotswapAgent

Java unlimited redefinition of classes at runtime.
GNU General Public License v2.0
2.33k stars 491 forks source link

Any plans to package/release the hotswap-agent-core.jar again #590

Closed cor3000 closed 1 week ago

cor3000 commented 1 week ago

Since recent versions (v1.4.2, v2.0.0, v2.0.1) I noticed the hotswap-agent-core.jar is no longer packaged/released.

Here a screenshot of it being there in v1.4.1 image

Are there any plans to bring it back? Just asking since I like the more compact version.

I have a workaround: I can always disable plugins, or (what I do) delete the plugin classes I don't need from the jar file itself

So this is rather a question about convenience or whether I should be automating my workaround, if the -core variant isn't going to return.

Anyway I love this tool! Thanks for all the effort, it saves me a lot of time every day multiple times !

skybber commented 1 week ago

It is released on maven https://mvnrepository.com/artifact/org.hotswapagent

cor3000 commented 1 week ago

thanks didn't notice the release location was changed, I'll then wait until 2.0.1 to be available via maven