This is an automated email from the ASF dual-hosted git repository.

fcsaky pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


    from 80e26ca9828 [FLINK-37924][table]Introduce Built-in Function to Access 
field or element in the Variant (#27330)
     add 03115f13bc5 [FLINK-38912] Upgrade Netty to `4.2.6.Final`

No new revisions were added by this update.

Summary of changes:
 flink-kubernetes/pom.xml                           |  17 ---
 flink-python/pom.xml                               |  13 +++
 .../queryablestate/network/AbstractServerBase.java |   8 +-
 .../flink/queryablestate/network/Client.java       |   8 +-
 .../flink/queryablestate/network/ClientTest.java   |   7 +-
 .../queryablestate/network/KvStateServerTest.java  |   6 +-
 flink-rpc/flink-rpc-akka/pom.xml                   |   8 +-
 .../src/main/resources/META-INF/NOTICE             | 122 ++++++++++++++++-----
 .../{LICENSE.base64 => LICENSE.base64.txt}         |   0
 .../META-INF/licenses/LICENSE.commons-lang.txt     |  26 +----
 .../META-INF/licenses/LICENSE.commons-logging.txt  |  26 +----
 .../META-INF/licenses/LICENSE.harmony.txt          |  26 +----
 .../META-INF/licenses/LICENSE.jctools.txt          |  26 +----
 .../{LICENSE.jsr166y => LICENSE.jsr166y.txt}       |   0
 .../main/resources/META-INF/licenses/LICENSE.jzlib |  26 -----
 .../resources/META-INF/licenses/LICENSE.log4j.txt  |  26 +----
 .../META-INF/licenses/LICENSE.mvn-wrapper.txt      |   5 +-
 .../resources/META-INF/licenses/LICENSE.slf4j.txt  |  23 ++++
 .../resources/META-INF/licenses/LICENSE.webbit     |  38 -------
 .../webmonitor/utils/WebFrontendBootstrap.java     |   9 +-
 .../webmonitor/testutils/HttpTestClient.java       |   5 +-
 .../runtime/io/network/netty/NettyClient.java      |  21 ++--
 .../runtime/io/network/netty/NettyServer.java      |  19 +++-
 .../org/apache/flink/runtime/rest/RestClient.java  |  14 +--
 .../flink/runtime/rest/RestServerEndpoint.java     |  21 ++--
 .../apache/flink/runtime/rest/RestClientTest.java  |  12 +-
 pom.xml                                            |   2 +-
 27 files changed, 230 insertions(+), 284 deletions(-)
 rename 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/{LICENSE.base64 
=> LICENSE.base64.txt} (100%)
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.commons-lang.txt
 (89%)
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.commons-logging.txt
 (89%)
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.harmony.txt
 (89%)
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.jctools.txt
 (89%)
 rename 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/{LICENSE.jsr166y 
=> LICENSE.jsr166y.txt} (100%)
 delete mode 100644 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.jzlib
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.log4j.txt 
(89%)
 copy LICENSE => 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.mvn-wrapper.txt
 (99%)
 create mode 100644 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.slf4j.txt
 delete mode 100644 
flink-rpc/flink-rpc-akka/src/main/resources/META-INF/licenses/LICENSE.webbit

Reply via email to