8bb266a1c3
chore(versioning): bump runtime, framework, and core to 0.9.0-preview
2026-05-14 17:06:06 +08:00
5491ad1747
refactor(versioning): decouple module release versions
...
- bump parent and external module parent POMs to 1.0.0
- make runtime, interaction API, ctl, and external modules use explicit versions
- centralize internal dependency versions with dedicated properties
- keep framework and core on the shared runtime 0.5.0 line
- prepare partnerctl and module releases for independent versioning
2026-05-13 11:33:34 +08:00
572bedcd18
refactor(pom): align Maven coordinates to work.slhaf.partner and lowercase artifactIds
2026-04-30 22:45:08 +08:00
453a1cfe84
refactor(build): move kotlin sourceDirs into compile/test-compile executions
2026-03-26 16:52:29 +08:00
201addbc64
refactor(build): centralize surefire config in parent POM and default to running tests
2026-03-26 16:44:21 +08:00
5e8ef6d66f
refactor(build): add kotlin-maven-plugin setup to Partner-Core and Partner-Framework poms
2026-03-08 13:30:39 +08:00
661dd625e3
chore(maven): move coroutines dependencies into Partner-Framework
2026-03-01 20:48:41 +08:00
bbace28d7a
refactor(project): normalize formatting and reorder class members across modules
2026-02-20 17:22:54 +08:00
73ab40416d
refactor(Project): rename Partner-Api/Partner-Main modules to Partner-Framework/Partner-Core and update Maven dependencies
2026-02-19 10:39:21 +08:00
954095aa55
- 新建模块Partner-Api,推进Partner适配核心服务注册机制。
...
- 将原有的模块体系进一步区分,分离模型持有能力与调用能力,Model将有Module自身持有,可通过ActivateModel开启相应能力
2025-07-21 23:47:52 +08:00
dd10b00fb6
推进核心服务注册机制,并调整了Partner的模块结构
...
- 为了方便调试,将项目分为两个子模块,demo模块中进行新机制的开发工作,core模块为原来的Partner项目;
- 新增了多个注解,用于适配新的核心服务注册机制;
- 在`CapabilityRegisterFactory`中,将首先启动`statusCheck`,检查各个注解是否正常工作,包括以下内容:
- `CapabilityCore`核心服务与`Capability`接口是否匹配
- 核心服务中的`CapabilityMethod`是否与`Capability`接口中的方法匹配
- 是否存在待协调方法`ToCoordinatedMethod`以及对应的存在于`BaseCognationManager`子类实现中
2025-07-15 16:48:27 +08:00