-
FIXED
- Plugin reloading, Spring unable to get the Partner bean. see funkygao/cp-ddd-framework#20
-
Improvement
- Add
@Specification
forISpecification
interface: specifications are Spring beans - renamed CoreAopUtils -> InternalAopUtils, which is internally visible
- Add
-
Test
- Stress test for plugin jar reloading passed
-
FIXED
- NPE when Plugin load without using Spring
-
Improvement
- Add Specification & Notification Pattern to DDDplus for explicit business rules expression
-
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