From 97858886e9b2a1bde15174469407aa55a9906da8 Mon Sep 17 00:00:00 2001 From: David Radley Date: Fri, 13 Oct 2023 11:33:08 +0100 Subject: [PATCH 1/2] add licenses to dark and lisk css files Signed-off-by: David Radley --- docs/assets/_code-dark.scss | 17 +++++++++++++++++ docs/assets/_code-light.scss | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/docs/assets/_code-dark.scss b/docs/assets/_code-dark.scss index 3f51ed3537..494f9612f3 100644 --- a/docs/assets/_code-dark.scss +++ b/docs/assets/_code-dark.scss @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + /** * Syntax highlighting generated via * hugo gen chromastyles --style=github-dark > chroma.css diff --git a/docs/assets/_code-light.scss b/docs/assets/_code-light.scss index e002a99c2e..82c5162037 100644 --- a/docs/assets/_code-light.scss +++ b/docs/assets/_code-light.scss @@ -1,3 +1,20 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contributor license agreements. See the NOTICE file +// distributed with this work for additional information +// regarding copyright ownership. The ASF licenses this file +// to you under the Apache License, Version 2.0 (the +// "License"); you may not use this file except in compliance +// with the License. You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, +// software distributed under the License is distributed on an +// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +// KIND, either express or implied. See the License for the +// specific language governing permissions and limitations +// under the License. + /** * Syntax highlighting generated via * hugo gen chromastyles --style=github > chroma.css From 341d7c53757a8733ac4773a6bf71420895183364 Mon Sep 17 00:00:00 2001 From: "david_radley@uk.ibm.com" Date: Tue, 3 Mar 2026 13:58:24 +0000 Subject: [PATCH 2/2] Add HTTP connector 1.0.0 Signed-off-by: david_radley@uk.ibm.com --- docs/data/flink_connectors.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/data/flink_connectors.yml b/docs/data/flink_connectors.yml index c7d5041d79..5566c9a5eb 100644 --- a/docs/data/flink_connectors.yml +++ b/docs/data/flink_connectors.yml @@ -71,6 +71,13 @@ hive: source_release_sha512_url: "https://downloads.apache.org/flink/flink-connector-hive-3.0.0/flink-connector-hive-3.0.0-src.tgz.sha512" compatibility: ["1.20.x"] +http: + name: "Apache Flink HTTP Connector 1.0.0" + source_release_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc1/flink-connector-http-1.0.0-src.tgz" + source_release_asc_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc1/flink-connector-http-1.0.0-src.tgz.asc" + source_release_sha512_url: "https://dist.apache.org/repos/dist/dev/flink/flink-connector-http-1.0.0-rc1/flink-connector-http-1.0.0-src.tgz.sha512" + compatibility: ["1.20.x"] + jdbc: name: "Apache Flink JDBC Connector 3.3.0" source_release_url: "https://www.apache.org/dyn/closer.lua/flink/flink-connector-jdbc-3.3.0/flink-connector-jdbc-3.3.0-src.tgz"