moquette-io / moquette

Java MQTT lightweight broker
http://moquette-io.github.io/moquette/
Apache License 2.0
2.3k stars 818 forks source link

Bump versions of H2, Netty, Slf4J and Commons-codec #679

Closed hylkevds closed 2 years ago

hylkevds commented 2 years ago

For your convenience, here is one PR to fix 4 versions. The tricky one was H2, since the DataType interface changed. On the plus side, that interface now has a nice generic, and an abstract default implementation, so it does clean things up a bit.

hylkevds commented 2 years ago

Missed one "reload", fixed now

andsel commented 2 years ago

Thank's @hylkevds for this fix!