Commit Graph

  • 230a6b7133 Merge branch 'feat/spring-boot-4' into springboot4 springboot4 yanhom 2026-08-04 11:54:22 +0800
  • cac1a88866 fix(virtual-thread): correct VT detection, task accounting and refresh yanhom 2026-08-04 11:51:27 +0800
  • 6620c9e3d0 fix(virtual-thread): correct VT detection, task accounting and refresh yanhom 2026-08-04 11:51:27 +0800
  • 3544afda62 fix(spring): mark early dtp beans as ROLE_INFRASTRUCTURE yanhom 2026-08-03 15:18:47 +0800
  • 8ada6b8b61 fix(spring): mark early dtp beans as ROLE_INFRASTRUCTURE yanhom 2026-08-03 15:18:47 +0800
  • f9a057218a build: bump version to 2.0.0, drop maven wrapper and deprecated checkstyle encoding yanhom 2026-07-31 18:58:11 +0800
  • 3306f9b8fb build: set project version to 2.0.0 yanhom 2026-07-31 18:46:10 +0800
  • d8d5158204 build: drop deprecated checkstyle encoding config yanhom 2026-07-31 18:45:34 +0800
  • 47ae1c707e build: remove Maven Wrapper files yanhom 2026-07-31 18:43:02 +0800
  • 393bba0c81 build: restore OSSRH central publishing repository configuration yanhom 2026-07-31 18:38:24 +0800
  • ee8e4c87ba feat(virtual-thread): complete virtual thread executor support on Spring Boot 4 yanhom 2026-07-31 18:34:52 +0800
  • ee76568851 fix(deps): keep non-Spring runtime versions, align with Boot 4 yanhom 2026-07-28 14:37:33 +0800
  • 732fc85ead fix(deps): align versions with Spring Boot 4.0.7 BOM yanhom 2026-07-28 14:34:36 +0800
  • 7c4f6e4a0d feat: add Spring Boot 4 product line support yanhom 2026-07-27 20:05:10 +0800
  • db2e2620c1 fix(virtual-thread): harden VT executor monitoring, decorate, and refresh feat/virtual-thread-support yanhom 2026-07-24 17:56:42 +0800
  • de28d1b81d
    Merge fe1bb9222f into 8a92e93e38 #430 xyyt 2026-07-13 19:48:08 +0000
  • 8a92e93e38
    Merge pull request #601 from KamToHung/master master KamTo Hung 2026-07-13 16:21:15 +0800
  • 46cca80dfe fix(AlibabaDubboDtpAdapter): 增加初始化失败时的调试日志 #601 kamtohung 2026-07-13 13:30:23 +0800
  • b9158fd456
    Merge pull request #599 from KamToHung/feat_unit_tests yanhom 2026-07-09 19:03:27 +0800
  • 6a4405bea3 test(ContextManagerHelper): 增加对Spring上下文管理的单元测试 #599 kamtohung 2026-07-07 11:39:51 +0800
  • a72aad423a test(ContextManagerHelper): 增加对Spring上下文管理的单元测试 kamtohung 2026-07-07 10:11:34 +0800
  • 82f5968ea3 Skip broken SPI providers kamtohung 2026-07-07 01:42:44 +0800
  • bb0940dc76 test(RunTimeoutTimerTask): add unit tests kamtohung 2026-07-06 20:02:06 +0800
  • 5f1a4aeace test(CpuMetricsCaptor): add unit tests kamtohung 2026-07-06 20:00:16 +0800
  • 63b216a8a1 test(NoticeManager): add unit tests for notice handling kamtohung 2026-07-06 19:50:59 +0800
  • 079c3165cf
    Merge pull request #598 from KamToHung/feat_unit_tests KamTo Hung 2026-07-05 11:26:05 +0800
  • d6080c495d test(ExtensionServiceLoader): add unit tests #598 kamtohung 2026-07-05 11:25:12 +0800
  • df69b5ac5e
    Merge pull request #597 from KamToHung/master KamTo Hung 2026-07-01 21:18:28 +0800
  • 03da741a6f chore: untrack optimization checklist kamtohung 2026-07-01 21:12:24 +0800
  • b4abd3ab71 test: add QueueTimeoutTimerTask unit test kamtohung 2026-07-01 18:28:46 +0800
  • ade499bb2e test: add AlarmLimiter coverage kamtohung 2026-07-01 18:20:21 +0800
  • 197cbb910b fix: fallback to null context manager #597 kamtohung 2026-07-01 16:49:58 +0800
  • 2232f97350 test: add NoticeInvokerTest unit tests kamtohung 2026-07-01 16:07:32 +0800
  • 36d1d1c7f9 test: add AlarmInvokerTest unit tests kamtohung 2026-06-30 10:29:31 +0800
  • 24988396f1
    Merge pull request #596 from KamToHung/master KamTo Hung 2026-06-29 19:13:18 +0800
  • 45f045fcfb test: add DtpDingNotifierTest unit tests #596 kamtohung 2026-06-29 19:10:16 +0800
  • 17d07e9803 test: add NotifyHelperTest unit tests kamtohung 2026-06-29 19:05:15 +0800
  • b8f83e5d17 test: add DtpLarkNotifier unit tests kamtohung 2026-06-29 19:04:12 +0800
  • b5ae5c3ddf Set English README as default yanhom 2026-06-25 17:57:35 +0800
  • 42fe847d6a Merge branch 'master' of https://github.com/dromara/dynamic-tp yanhom 2026-06-25 17:56:27 +0800
  • dfeda9149c Set English README as default yanhom 2026-06-25 17:55:21 +0800
  • 527b38a8ed Merge branch 'master' of https://github.com/dromara/dynamic-tp into feat/virtual-thread-support yanhom 2026-06-25 17:52:56 +0800
  • 6c87785493
    Merge pull request #595 from KamToHung/master yanhom 2026-06-25 15:32:56 +0800
  • 73430d5b72 fix(JMXCollector): Fix the thread pool statistics not cached when the registration fails #595 kamtohung 2026-06-25 09:49:01 +0800
  • d14f0c00e0
    Merge pull request #594 from KamToHung/master yanhom 2026-06-24 19:08:26 +0800
  • e8114c1d11 feat(template): Add bug report, function request and question inquiry template #594 kamtohung 2026-06-24 17:08:33 +0800
  • de64623a3f docs(README): Add Chinese links and dynamic method prompts kamtohung 2026-06-24 16:16:38 +0800
  • dce6c0d271 docs(README): Add Chinese links and dynamic method prompts kamtohung 2026-06-24 16:16:07 +0800
  • 8b99159d64 docs(README): Update ThreadPoolExecutor dynamic method description kamtohung 2026-06-24 16:11:54 +0800
  • f95863f95a docs(README): Update ThreadPoolExecutor dynamic method description kamtohung 2026-06-24 16:09:09 +0800
  • cfd4b06c71 Update virtual thread since tags yanhom 2026-06-18 12:14:00 +0800
  • 567038e8f3 Bump version to 1.3.0-x yanhom 2026-06-18 12:12:01 +0800
  • b72816c331 Simplify virtual executor bulk submissions yanhom 2026-06-18 12:09:48 +0800
  • 28e3c9b72a Add virtual thread executor support yanhom 2026-06-18 11:56:58 +0800
  • 8434aa5963 Fix nacos refresher test on Spring Boot 3 springboot3 yanhom 2026-06-17 11:34:29 +0800
  • 3145a760fd Merge branch 'springboot3' of https://github.com/dromara/dynamic-tp into springboot3 yanhom 2026-06-17 11:15:13 +0800
  • 9de3d640ab Merge master into springboot3 yanhom 2026-06-17 11:14:26 +0800
  • 17a3902d77 test: remove slow static mock from dtp executor test yanhom 2026-06-17 10:52:39 +0800
  • fbade5f075 test: isolate dynamic tp spring tests yanhom 2026-06-17 10:48:37 +0800
  • 50d73c411f test: add mdc runnable trace coverage yanhom 2026-06-17 10:25:40 +0800
  • 35d755f23e test: add notify filter coverage yanhom 2026-06-17 10:22:28 +0800
  • 10f6b27870 test: improve core coverage yanhom 2026-06-10 19:48:49 +0800
  • 9b1fe3b75c test: add test class documentation yanhom 2026-06-09 18:03:49 +0800
  • 59c7c4ee6b test: support jar classpath resources yanhom 2026-06-09 18:00:18 +0800
  • cff96c3c09 test: improve spring and logging coverage yanhom 2026-06-09 17:52:35 +0800
  • 2256ff2382 test: improve unit coverage yanhom 2026-06-08 11:05:32 +0800
  • 6221ce4793 fix: update security contact email to yanhom1314@gmail.com yanhom 2026-06-07 22:20:26 +0800
  • 62fd118f21
    Merge pull request #591 from eddieran/chore/security-policy yanhom 2026-06-07 22:16:32 +0800
  • 7493146b68
    Potential fix for pull request finding #591 yanhom 2026-06-07 22:16:13 +0800
  • b57b4e3360 test: improve core test coverage yanhom 2026-06-07 22:08:17 +0800
  • efb1ffe4fd Merge branch 'master' of github.com:dromara/dynamic-tp yanhom 2026-06-06 22:58:57 +0800
  • 34952e9847
    Merge pull request #593 from dromara/copilot/fix-github-actions-mac-job yanhom 2026-06-06 22:52:23 +0800
  • 338b6031ac
    ci: use setup-java v4 temurin for mac jvmti job #593 copilot/fix-github-actions-mac-job copilot-swe-agent[bot] 2026-06-06 14:49:47 +0000
  • b7050a6f29
    Initial plan copilot-swe-agent[bot] 2026-06-06 14:47:06 +0000
  • 473a14a03b test: add DtpInterceptorProxyFactory unit tests yanhom 2026-06-06 22:38:28 +0800
  • 0e56ef3f5f op yanhom 2026-06-04 10:59:34 +0800
  • ffd23996b7 Merge branch 'master' of https://github.com/dromara/dynamic-tp yanhom 2026-06-04 10:44:10 +0800
  • 452d162036 Add redis limiter fail-open tests yanhom 2026-06-04 10:29:47 +0800
  • 2fac130fc0 Fix redis limiter fail-open logging yanhom 2026-06-04 10:29:47 +0800
  • f1eb14a497 Expand capture and reservoir tests yanhom 2026-06-04 10:12:37 +0800
  • 6f0ddc4fee Add runnable and selector coverage yanhom 2026-06-03 15:31:15 +0800
  • 4ef7b66af8 Expand builder and adapter tests yanhom 2026-06-03 15:23:21 +0800
  • aa12ffa1b5 Add executor adapter coverage yanhom 2026-06-03 14:37:55 +0800
  • 05f700efb7 Add parser and JMX collector tests yanhom 2026-06-03 11:57:31 +0800
  • b3303fb283 Add entity and notify context tests yanhom 2026-06-03 11:14:26 +0800
  • 86102484f7 Add common utility test coverage yanhom 2026-06-03 10:56:53 +0800
  • 6b46be858d Fix aware manager test isolation yanhom 2026-06-02 19:22:44 +0800
  • 0e45e7d134 Add focused core unit tests yanhom 2026-06-02 19:16:59 +0800
  • a528d4adc6 Add core unit test coverage yanhom 2026-06-02 19:08:08 +0800
  • 5689fd9491 Expand common utility unit tests yanhom 2026-06-02 18:57:16 +0800
  • 0de801e259 Add unit tests for property binding and priority tasks yanhom 2026-06-02 18:48:41 +0800
  • 51e6d49a56 Harden monitor collector tag handling yanhom 2026-06-01 17:10:21 +0800
  • 3607613150 Add common entity property tests yanhom 2026-06-01 16:35:14 +0800
  • 680e70ce19 Add more common module unit tests yanhom 2026-06-01 16:07:30 +0800
  • 3494c2db06 Add more common module coverage tests yanhom 2026-06-01 15:42:51 +0800
  • 353bc878a1 Add common module unit tests yanhom 2026-06-01 15:32:40 +0800
  • 0108686a4b test: continue optimizing test quality in test-core module yanhom 2026-05-31 23:13:39 +0800
  • 383f74a18a test: optimize and enhance test quality in test-core module yanhom 2026-05-31 22:35:13 +0800
  • 1c4ba7d192 test: replace fully qualified names with imports yanhom 2026-05-31 21:58:58 +0800
  • cc2215e35a test: improve test quality for core test cases yanhom 2026-05-31 13:37:04 +0800