| Commit message (Expand) | Author | Age | Files | Lines |
* | RefactoringHEADmaster | Decebal Suiu | 2024-12-27 | 8 | -64/+173 |
* | Add collect class loader test | Decebal Suiu | 2024-12-23 | 1 | -22/+71 |
* | Fix CompoundPluginRepositoryTest | Decebal Suiu | 2024-11-29 | 1 | -3/+5 |
* | Add tests for CompoundPluginLoader | Decebal Suiu | 2024-11-29 | 1 | -0/+96 |
* | Add more tests | Decebal Suiu | 2024-11-29 | 1 | -0/+13 |
* | Add tests for CompoundPluginRepository | Decebal Suiu | 2024-11-29 | 1 | -0/+89 |
* | Add tests for ZipPluginManager | Decebal Suiu | 2024-11-29 | 1 | -0/+60 |
* | Fix constant name | Decebal Suiu | 2024-11-29 | 4 | -17/+16 |
* | Fix some Sonar warnings | Decebal Suiu | 2024-11-29 | 1 | -8/+8 |
* | Add test for AbstractExtensionFinder#checkDifferentClassLoaders | Decebal Suiu | 2024-11-29 | 2 | -0/+28 |
* | Fix StackOverFlow error on Kotlin classes without @Extension (#595) | Michael Rittmeister | 2024-11-11 | 1 | -0/+8 |
* | Fix #590 | Decebal Suiu | 2024-10-12 | 1 | -0/+19 |
* | Exclude junit4 as transitive dependency | Decebal Suiu | 2024-10-12 | 1 | -9/+8 |
* | Add helper methods in PluginState | Decebal Suiu | 2024-08-17 | 1 | -3/+3 |
* | Plugin Extensions should be detected with any ClassLoadingStrategy (#586) | Aleksandr Sidorov | 2024-06-29 | 1 | -0/+16 |
* | Add more tests | Decebal Suiu | 2024-06-24 | 4 | -0/+317 |
* | Add more tests | Decebal Suiu | 2024-06-24 | 1 | -5/+17 |
* | Add more tests | Decebal Suiu | 2024-06-24 | 3 | -28/+127 |
* | Add PluginClassLoader#isClosed method | Decebal Suiu | 2024-06-24 | 1 | -11/+23 |
* | Fix #576 (#579) | Decebal Suiu | 2024-06-24 | 2 | -5/+78 |
* | Add stopPluginWithDeletedDependency (see #576) | Decebal Suiu | 2024-04-06 | 1 | -0/+30 |
* | Fix the problem of not being able to disable plugins correctly (#577) | John Niang | 2024-04-06 | 1 | -0/+13 |
* | Post `PluginState.UNLOADED` event when plugins are unloaded (#567) | Sebastian Lövdahl | 2024-02-20 | 1 | -0/+43 |
* | Add strategy for handling the recovery of a plugin that could not be resolved... | Decebal Suiu | 2024-02-19 | 2 | -15/+109 |
* | Fix test | Decebal Suiu | 2024-02-04 | 1 | -1/+6 |
* | Add missing license file header | Decebal Suiu | 2024-02-04 | 1 | -0/+16 |
* | Fix #520 | Decebal Suiu | 2024-02-04 | 2 | -7/+106 |
* | Unload broken plugins fix (#545) | finn0s | 2023-09-15 | 1 | -0/+30 |
* | Add security checks to prevent directory traversal when decompressing (#538) | Decebal Suiu | 2023-08-16 | 1 | -0/+60 |
* | Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis... | miracleshiy | 2023-05-17 | 1 | -0/+30 |
* | Switch to slf4j-2.x and replace log4j with slf4j-simple (#514) | Decebal Suiu | 2023-03-05 | 2 | -27/+39 |
* | Improve class generation for testing (#515) | Decebal Suiu | 2023-02-02 | 15 | -285/+409 |
* | Relax Plugin construction (remove dependency on PluginWrapper) (#512) | Decebal Suiu | 2023-01-30 | 3 | -1/+52 |
* | Fix memory leak in SingletonExtensionFactory (#487) (#490) | RationalityFrontline | 2022-03-08 | 1 | -3/+17 |
* | Do not rely on version from Manifest (#455) | wolframhaussig | 2021-06-15 | 1 | -0/+7 |
* | Fixed Dependency version check fails even if required is * (#451) | wolframhaussig | 2021-06-13 | 1 | -0/+1 |
* | Add secure wrapper to plugin manager (#450) | wolframhaussig | 2021-06-13 | 1 | -0/+272 |
* | Fix the path separator used in the SingletonExtensionFactoryTest.java (#435) | RationalityFrontline | 2021-04-04 | 1 | -1/+1 |
* | Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430) | ahaha-vip | 2021-03-24 | 1 | -0/+40 |
* | Fix for #394 (#417) | Decebal Suiu | 2021-01-10 | 2 | -1/+84 |
* | Externalize some useful classes from testing (#415) | Decebal Suiu | 2021-01-09 | 27 | -61/+85 |
* | Support multiple plugin root directories (#404) | rreich | 2020-11-05 | 3 | -18/+122 |
* | Bucketed caching in SingletonExtensionFactory (#402) | Ajith Kumar | 2020-10-20 | 1 | -0/+40 |
* | Make DefaultPluginDescriptor#addDependency usable (#398) | rreich | 2020-09-28 | 1 | -0/+42 |
* | Fix for #377 and minor fixes found by Sonar lint (#388) | Valeriy Kucherenko | 2020-07-24 | 1 | -3/+2 |
* | Fix for problem with file lock on Windows platform. Introduce unloadPlugins m... | Valeriy Kucherenko | 2020-07-17 | 1 | -0/+2 |
* | sort files using last modified as long, preventing downcasting errors (#376) | ThatGamerBlue | 2020-05-25 | 1 | -1/+2 |
* | Switch to Log4j2 | Decebal Suiu | 2020-04-22 | 2 | -20/+27 |
* | Fix #363 | Decebal Suiu | 2020-04-21 | 2 | -0/+38 |
* | Add test for findExtensionAnnotation (preparation for #363) | Decebal Suiu | 2020-04-21 | 2 | -5/+59 |