tomp2p / TomP2P

A P2P-based high performance key-value pair storage library
http://tomp2p.net
Apache License 2.0
438 stars 122 forks source link

Updated netty & maven-release-plugin version #150

Closed iggydv closed 4 years ago

iggydv commented 4 years ago

Updated netty version. This commit includes some changes to the AlternativeCompositeByteBuf, most of which I left unimplemented for simplicity sake - For now It is all I need to continue

iggydv commented 4 years ago

All I really want to do is create a patch for the current latest version, seeing as there are some major updates in the next release - Also, I need this desperately for a project I am working on, if anyone can take a look at this I'll be extremely grateful @tbocek @jonaswagner @ippes @omnibrain

tbocek commented 4 years ago

Can you create a pull request that I can merge?

iggydv commented 4 years ago

I will target the PR on master then - thanks for checking in, also is it at all possible to create a patch for latest release with this change as well?

tbocek commented 4 years ago

Hmm, I think it might be better to target 5.0-beta8, as master is currently in a unstable state. Probably its a good idea to continue with 5.0-beta8 in master and branch the current master.

iggydv commented 4 years ago

That would be ideal, actually also a better branching strategy :)

iggydv commented 4 years ago

@tbocek will you be able to create the release-development branch and reset the HEAD to the last stable commit or the last release commit? I am unable to do that, so hopefully you can do this :)