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

Tomp2p parent 5.0 beta8.1 #153

Closed iggydv closed 4 years ago

iggydv commented 4 years ago

Upgraded Netty and maven-release-plugin versions. Take note: AlternativeCompositeByteBuf now contains a lot of unimplemented methods, seeing as the ByteBug interface changed. The only methods that were updated were the methods required to allow the project to compile.

I'm pretty sure we'll need to update these methods soon, as these unimplemented methods might cause unexpected behavior

tbocek commented 4 years ago

Thx! AlternativeCompositeByteBuf was a workaround and not optimal since it may break if Netty changes the inferfaces (as they did)

iggydv commented 4 years ago

@tbocek I'm unable to do a patch release, I do not have permissions to do the release. Tomp2p-parent-5.0-beta8.1 was the versioning I had in mid, but I'm not sure if that goes against your current versioning strategy.

Regardless, would you be able to push the artifact to the tomp2p repository?

tbocek commented 4 years ago

Deployd, its not visible in the HTML, but its in the repo: https://tomp2p.net/dev/mvn/net/tomp2p/tomp2p-core/5.0-Beta8.1/tomp2p-core-5.0-Beta8.1.jar

iggydv commented 4 years ago

Fantastic! My pipeline is now finally green :D