netty / netty-incubator-codec-http3

Experimental HTTP3 codec on top of QUIC
Apache License 2.0
167 stars 35 forks source link

Use --release 8 during compilation #304

Closed normanmaurer closed 2 months ago

normanmaurer commented 2 months ago

Motivation:

We should use --release 8 during compilation to ensure we always end up with the correct java version that is required.

Modifications:

Result:

Always end up with the correct bytecode