From 068f516d94fdc2d3b6f3bd3eb8ddacb35ee0be7f Mon Sep 17 00:00:00 2001 From: Charles Rothrock Date: Fri, 9 Dec 2022 13:59:00 -0500 Subject: [PATCH] Added bugfix description and link to CHANGES.md for #24623 --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 68a8ff96db94..fe4930f56b92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -82,6 +82,7 @@ ## Bugfixes * Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)). +* Fixed JDBC connection failures (Java) during handshake due to deprecated TLSv1(.1) protocol for the JDK. ([#24623](https://github.com/apache/beam/issues/24623)) ## Known Issues