Skip to content

Releases: lvyahui8/spring-boot-data-aggregator

新增静态门面

14 Feb 03:41
Compare
Choose a tag to compare

无需再注入Facade Bean,直接通过DataFacade.get静态方法获取数据。

Bug fixes

15 Jan 15:55
Compare
Choose a tag to compare
v1.1.2

release 1.1.2

支持循环依赖检测

05 Jan 05:51
Compare
Choose a tag to compare

上线3个特性

  • 支持循环依赖
  • 异步任务扩展. 支持在异步任务提交/执行前/执行后3个阶段进行扩展, 比如进行ThreadLocal拷贝和清理
  • 支持动态参数. 如果一个方法有多个同名参数, 支持变量隔离

Interceptor feature

07 Sep 15:21
Compare
Choose a tag to compare
  • Multiple interceptor support
  • Interceptor sort
  • Annotation interceptor

Functional call

14 Jul 07:06
Compare
Choose a tag to compare

Facade new method

<T> T get(Map<String,Object> invokeParams, MultipleArgumentsFunction<T> multipleArgumentsFunction)
            throws InterruptedException, IllegalAccessException, InvocationTargetException;

1.0.4. Query Cache

10 Jul 14:28
Compare
Choose a tag to compare
  • Support query cache
  • Bugfix

v1.0.3

18 Jun 02:54
Compare
Choose a tag to compare

Certificate changed from GPL3.0 to Apache-2.0

Stable version

15 Jun 16:47
Compare
Choose a tag to compare
  1. Optimized annotations
  2. Optimized configuration
  3. Increase exception handling
  4. Fix some bugs