netty / netty-incubator-codec-http3

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

Remove dependency on vintage engine as we only use junit5 APIs #270

Closed normanmaurer closed 9 months ago

normanmaurer commented 9 months ago

Motivation:

The whole project was migrated to junit5 so there is not need for the extra dependency on the vintage engine

Modifications:

Remove dependency

Result:

Cleanup