Hotfix 1.10 release 374#376
Merged
kanata163 merged 542 commits intoMar 26, 2021
Merged
Conversation
…into temp_1.8_4.0_x_merge # Conflicts: # flinkx-kafka/flinkx-kafka-writer/src/main/java/com/dtstack/flinkx/kafka/writer/KafkaWriter.java # flinkx-kafka10/flinkx-kafka10-writer/src/main/java/com/dtstack/flinkx/kafka10/writer/Kafka10Writer.java # flinkx-kafka11/flinkx-kafka11-writer/src/main/java/com/dtstack/flinkx/kafka11/writer/Kafka11Writer.java
…0_4.0_x_merge # Conflicts: # flinkx-kb/flinkx-kb-writer/src/main/java/com/dtstack/flinkx/kafkabase/writer/KafkaBaseOutputFormat.java
# Conflicts: # flinkx-test/pom.xml # flinkx-test/src/main/java/com/dtstack/flinkx/test/LocalTest.java # flinkx-test/src/main/java/com/dtstack/flinkx/test/PluginNameConstrant.java # pom.xml
…10_4.1_merge # Conflicts: # flinkx-oraclelogminer/flinkx-oraclelogminer-reader/src/main/java/com/dtstack/flinkx/oraclelogminer/format/LogMinerConnection.java
[feat-30875][flinkx kafka writer]kafka按固定字段写入分区 See merge request dt-insight-engine/flinkx!229
…est_4.1.x' [fix-486][restapi]构建请求参数优化 See merge request dt-insight-engine/flinkx!230
….1.x' [feat-382] get请求含有特殊字符串进行encode See merge request dt-insight-engine/flinkx!231
…10_4.1_x_merge # Conflicts: # flinkx-binlog/flinkx-binlog-reader/src/main/java/com/dtstack/flinkx/binlog/format/BinlogInputFormat.java
…4.1.x_merge # Conflicts: # flinkx-launcher/src/main/resources/log4j.properties
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
【2021-03-26】FlinkX变更记录
[docs][docs]1、fix #368 钉钉群二维码失效问题;2、readme默认由英文改为中文
[opt][test]test模块pom文件删除重复引用
[fix-35555][jdbcwriter]update时,column需要 加上双引号 否则在oracle的字段是小写的时候,未加引号,默认为大写导致错误
[fix-33302][core] 解决finally吞日志的问题