summaryrefslogtreecommitdiff
path: root/pom.xml
AgeCommit message (Collapse)Author
2024-11-16[Improve][core] Preprocessing 和 postprocessing ↵doufenghu
标识已过期,后续任务将被移除。修复了 Split side output 下游节点存在其他边无法正确构建拓扑的问题。
2024-11-13Merge remote-tracking branch 'origin/develop' into developdoufenghu
2024-11-13Release 1.8.0-snapshot 增加groot-api模块,统一connector与processor ↵doufenghu
类加载机制。
2024-11-13Merge branch 'feature/spi' into 'develop'窦凤虎
Feature/spi See merge request galaxy/platform/groot-stream!136
2024-11-13Release 1.7.2-snapshotv1.7.2-SNAPSHOTdoufenghu
2024-11-13[Feature][API] 统一Operator实例生成接口为Factory. Connector Factory ↵doufenghu
Identifier 统一为type,与任务配置文件保持一致.
2024-11-09[Feature][SPI] ↵doufenghu
增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。
2024-11-08[Feature][SPI] First stage commitdoufenghu
2024-11-08[fix][end-to-end-example]回滚误提交的两个配置文件wangkuan
2024-11-01Release 1.7.0doufenghu
2024-10-25[feature][groot-stream]增加Maven插件,用于管理和更新项目中的 ↵wangkuan
依赖版本。使用时在项目根目录命令行执行 mvn versions:set -DnewVersion="1.7.0" 即可将所有子模块的pom中的version设置为1.7.0
2024-10-16[Improve][UUID] UUID class name use uppercase for abbreviations in naming ↵doufenghu
conventions.
2024-09-20Rename version 1.6.0-SNAPSHOT to 1.7.0-SNAPSHOTdoufenghu
2024-08-27rename version 1.6.0-SNAPSHOTdoufenghu
2024-08-27[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵doufenghu
configuration data
2024-08-15[feature][core]添加sketche聚合函数和sketche mock类型lifengchao
2024-08-11[tests][e2e-clickhouse] Support the ingestion of common data types by a ↵doufenghu
Flink job
2024-08-01[feature][e2e-test] add e2e-clickhouse moduledoufenghu
2024-07-25[Improve][e2e-kafka] Kafka supports SASL_PLAINTEXT and includes a producer ↵doufenghu
quota test based on the topic.
2024-07-24[Feature][e2e-kafka] Flink image add ↵doufenghu
flink-shaded-hadoop-2-uber-2.7.5-8.0.jar. Add mock data to kafka integration test.
2024-07-13[Improve][Test] IT (integration test) has become optional, and it is no ↵doufenghu
longer executed by default during the mvn compile and deploy process. In the job template for processor and filter, describe the implementation type based on identifiers.
2024-07-09Feature/hdfs王宽
2024-07-07Support Nexus3.0 Repositorydoufenghu
2024-05-31Update pom.xml窦凤虎
2024-05-21[feature][core]新增flatten函数,重构rename函数,UnixtimestampConverter ↵wangkuan
函数增加分钟级别转换
2024-05-10[Improve][docs] Update grootstream version to 1.4.0-SNAPSHOTdoufenghu
2024-04-25chore: update versionschaochaoc
2024-04-22版本号更新V1.2.3release/1.2.3-releaselifengchao
2024-04-08Release 1.2.2v1.2.2release/1.2.2-releasedoufenghu
2024-04-07Release 1.2.1release/1.2.1-releasedoufenghu
2024-03-22Add version 1.3.0-rc for next version's feature iteration.doufenghu
2024-03-17[Feature][Shaded] Add guava-shaded module will output ↵doufenghu
guava-shaded-33.0.0-jre.jar. Add yan-session job running command for README.md.
2024-03-16Merge branch 'feature/testcontainers' into 'develop'窦凤虎
Feature/testcontainers See merge request galaxy/platform/groot-stream!25
2024-03-13[feature][connector] GAL-508 Source/Sink Connector ↵lifengchao
支持引用外部的schema, ck sink支持http动态schema
2024-03-06add 1.2.0-rc for new featuresdoufenghu
2024-03-06[Feature][Test] Add TestContainner lib for end-to-end testing. Add ↵doufenghu
test-common and test-e2e-base submodules. Support Inline to Print test in Flink13 Container.
2024-02-21[Improve][JDK11] Galaxy版本由1.2.3修改为2.0.1 ↵doufenghu
优化MMDB查询,支持JDK11。重命名exmaples模块,分别为cn-udf-exmaple,end-to-end-exmaple。
2024-02-21Add the release version as 1.1.0doufenghu
2024-02-18A Java 11 JRE/JDK is requireddoufenghu
2024-02-05Release 1.0.0v1.0.0doufenghu
2024-02-02[improve][examples] add CN examplegujinkai
2024-01-26[improve][core]适配知识库工具类IpLookupV2升级。wangkuan
2024-01-25[feature][core]GAL-473新增字符串处理函数STRING_JOINER ↵wangkuan
与GENERATE_STRING_ARRAY
2024-01-20add v1.0.0_rc2doufenghu
2024-01-12Release 1.0.0-rc1v1.0.0-rc1doufenghu
2024-01-12chore: remove sonar-quality-gate checkchaoc
2024-01-10[feature][format-protobuf] merge操作误修改pom文件还原。lifengchao
2024-01-09Merge branch 'develop' of ↵lifengchao
https://git.mesalab.cn/galaxy/platform/groot-stream into develop # Conflicts: # pom.xml
2024-01-09[feature][format-protobuf] 添加测试类和shaded实现。lifengchao
2024-01-08[fix][root]修改pom中httpclient的引入位置,解决docker ↵wangkuan
standlone模式启动找不到class的问题