Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 2.86 KB

RELEASE_NOTES.md

File metadata and controls

55 lines (40 loc) · 2.86 KB

Release Notes - DDDplus - Version 1.1.1

  • FIXED
    • #39 解决Policy定位的扩展点如果不存在则抛出NullPointerException

Release Notes - DDDplus - Version 1.1.0

  • FIXED

    • 解决了BaseDomainAbility由于泛型机制不支持继承的问题
    • #7 解决DomainArtifacts暴露扩展点不全的问题:如果一个扩展点只被Partner实现,就没有暴露
    • #30 解决了Plugin jar reload后,DomainArtifacts没有刷新的问题
  • Feature

    • #37 除了Partner/Pattern的静态的扩展点路由机制外,提供了动态路由机制:Policy,供使用者扩展
    • #35 提供绕过BaseDomainAbility而直接路由扩展点的机制,在业务属性不明显的场景下使用
    • #32 框架提供默认的步骤编排能力,使用者不必从头编写Ability来编排步骤
    • 增加了一个使用DDDplus来搭建low-code平台的例子工程:https://github.com/dddplus/easyapp
      • 其中的Trigger机制依靠扩展点和Plugin的动态加载实现

Release Notes - DDDplus - Version 1.0.3

  • FIXED

    • #20 Plugin reloading, Spring unable to get the Partner bean
    • #28 ArchitectureEnforcer的接口规范 bug,需要把注解排除在外
    • dddplus/dddplus#4 在Spring Boot集成时,无法触发IStartupListener
  • Improvement

    • #19 Add @Specification for ISpecification interface: specifications are Spring beans
    • #29 演示如何对step进行方法拦截
  • Feature

    • #24 Step可以异步执行,同步回滚
    • #23 提供DomainArtifacts,方便业务能力可视化
  • Test

    • #26 Stress test for plugin jar reloading passed

Release Notes - DDDplus - Version 1.0.2

  • FIXED

    • NPE when Plugin load without using Spring
  • Improvement

    • Add Specification & Notification Pattern to DDDplus for explicit business rules expression

Release Notes - DDDplus - Version 1.0.1

  • Improvement

    • Integrated with CodeQL
    • Being renamed to DDDplus
    • Container.java and Plugin.java refactored: explicit over implicit
    • Plugin jar reloading will not allow concurrency
  • Test

    • NamedThreadFactory test case bug fixed