• @guqing guqing pushed to feature/notification in guqing/halo

    Below is the list of commits:

    • refactor: notifier APIs pattern (f58e8f6)
    0 0
  • @guqing guqing pushed to feature/notification in guqing/halo

    Below is the list of commits:

    • fix: can not change ref type in menu item modal (#4644) (1585a26)
    • fix: can not create category by click in category select component (#4658) (97c92d0)
    • Remove redundant users path for PAT endpoint (#4662) (a5a6978)
    • refactor: user detail page structure (#4664) (470b0de)
    • feat: support running plugins from JAR in development mode (#4589) (1f0cfc1)
    • feat: add configration route for auth provider item (#4635) (9b310ca)
    • chore: update preset plugins (#4668) (2c7c0da)
    • Upgrade to Spring Boot 3.1.4 (#4665) (d002579)
    • Upgrade to PF4J 3.10.0 (#4666) (6106096)
    • Merge remote-tracking branch 'upstream/main' into feature/notification (84cdc89)
    0 0
  • @guqing guqing commented on pull request #4639 in halo-dev/halo

    似乎已经有 jsLock 和 cssLock 了,这里的 synchronized 修饰似乎可以删除了。

    已在 f58366b 修改

    0 0
  • @guqing guqing pushed to refactor/plugin-bundle in guqing/halo

    Below is the list of commits:

    • fix: remove synchronized for create temp file (f58366b)
    0 0
  • @guqing guqing commented on pull request #4639 in halo-dev/halo

    已在 bd1f1cc 修改

    0 0
  • @guqing guqing pushed to refactor/plugin-bundle in guqing/halo

    Below is the list of commits:

    • fix: lock outside of try statement (bd1f1cc)
    0 0
  • @guqing guqing commented on pull request #4639 in halo-dev/halo

    建议将 lock() 方法的调用放到 try 外。

    good catch👍

    0 0
  • @guqing guqing commented on pull request #4639 in halo-dev/halo

    建议用 this.scheduler 替代 Schedulers.boundedElastic()

    Schedulers.boundedElastic 本身就是缓存对象使用的时候会从 CACHED_BOUNDED_ELASTIC 拿

    static AtomicReference<CachedScheduler> CACHED_BOUNDED_ELASTIC = new AtomicReference<>();
    

    参考:
    image
    所以 this 再持有和直接 Schedulers.boundedElastic() 应该没有区别

    0 0
  • @guqing guqing pushed to refactor/plugin-bundle in guqing/halo

    Below is the list of commits:

    0 0
  • @guqing guqing created a review on pull request #39 in halo-dev/plugin-app-store
    0 0