...
TLSv1.3 will not work for users who configured cipher suite explicitly - one needs to update the list of ciphers to include TLSv1.3 ciphers which use a different naming convention. The client will downgrade to TLS 1.2 in this case.
Rejected Alternatives
Wait until java8 gets TLSv1.3 support and made changes afterward.