TooTallNate / Java-WebSocket

A barebones WebSocket client and server implementation written in 100% Java.
http://tootallnate.github.io/Java-WebSocket
MIT License
10.53k stars 2.58k forks source link

Base64Test fails on JDK 16+ #1306

Closed anthonyvdotbe closed 1 year ago

anthonyvdotbe commented 1 year ago

Describe the bug Base64Test fails on JDK 16+ due to https://bugs.openjdk.org/browse/JDK-8253142

To Reproduce Steps to reproduce the behavior:

  1. run mvn -Dtest=Base64Test clean test with a JDK 16+