summaryrefslogtreecommitdiff
path: root/groot-common/pom.xml
AgeCommit message (Collapse)Author
2024-11-10[Feature][SPI] SPI/Common module ↵doufenghu
依赖库梳理,xxExecutor删除不必要的参数传递。
2024-11-09[Feature][SPI] ↵doufenghu
增加groot-spi模块,解耦core和common模块之间的复杂依赖关系,移除一些不需要的类库。
2024-08-27[feature][bootstrap]Add the SM4 algorithm for encrypting sensitive ↵doufenghu
configuration data
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-11[improve][bootstrap][core][common]GAL-612在知识库的fs_path中配置hdfs ↵wangkuan
中的路径,去掉全局配置中hdfs的相关内容
2024-07-05[improve][core]支持通过hdfs读取知识库wangkuan
2024-03-13[feature][connector] GAL-508 Source/Sink Connector ↵lifengchao
支持引用外部的schema, ck sink支持http动态schema
2024-01-08[fix][root]修改pom中httpclient的引入位置,解决docker ↵wangkuan
standlone模式启动找不到class的问题
2023-11-28[feature][bootstrap] ↵doufenghu
动态读取配置文件,以JSON方式存储到GlobalJobParameters
2023-11-24[fix][bootstrap] 修复一些命名问题doufenghu
2023-11-23[fix][utils] 部分工具类调整到core模块doufenghu
2023-11-23[feature][release] Add a 'release' module to support dynamic release version.doufenghu
2023-11-17[Improve][connectors]ipfix collector同时支持nacos和consul服务发现houjinchuan
2023-10-28[feature][test]支持local模式,方便debug调试,相关HBase调用函� ↵doufenghu
��暂移除注册列表
2023-10-22[feature][bootstrap]调整pom各个模块依赖关系,统一jar包管理� ↵doufenghu
�为便于测试,暂时对groot-bootstrap基于shade封装各个模块打一个jar包。
2023-10-21基于mvn spotless:apply 对其代码进行格式化doufenghu
2023-10-17[Docs][develop-guide] 增加开发规范文档,描述如何撰写Git ↵doufenghu
commit message
2023-10-12groot平台重构,分为多个module,打包方式修改为个子项目� ↵wangkuan
�立打包,去掉函数注册main_class