| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix warning | Decebal Suiu | 2024-12-23 | 1 | -1/+1 |
* | Set class loader to null on unload plugin | Decebal Suiu | 2024-12-23 | 1 | -0/+1 |
* | Fluent setters | Decebal Suiu | 2024-12-23 | 1 | -7/+7 |
* | Add javadoc | Decebal Suiu | 2024-11-29 | 2 | -8/+47 |
* | Add test for AbstractExtensionFinder#checkDifferentClassLoaders | Decebal Suiu | 2024-11-29 | 1 | -9/+7 |
* | Fix StackOverFlow error on Kotlin classes without @Extension (#595) | Michael Rittmeister | 2024-11-11 | 1 | -1/+6 |
* | Solve #594 | Decebal Suiu | 2024-10-28 | 1 | -5/+5 |
* | Fix #590 | Decebal Suiu | 2024-10-12 | 2 | -1/+15 |
* | Add helper methods in PluginState | Decebal Suiu | 2024-08-17 | 4 | -21/+70 |
* | Plugin Extensions should be detected with any ClassLoadingStrategy (#586) | Aleksandr Sidorov | 2024-06-29 | 1 | -3/+12 |
* | Add more tests | Decebal Suiu | 2024-06-24 | 2 | -4/+12 |
* | Replace Version#valueOf deprecated method | Decebal Suiu | 2024-06-24 | 1 | -6/+6 |
* | Improve code readability | Decebal Suiu | 2024-06-24 | 1 | -8/+13 |
* | Add PluginClassLoader#isClosed method | Decebal Suiu | 2024-06-24 | 1 | -1/+22 |
* | Fix #576 (#579) | Decebal Suiu | 2024-06-24 | 1 | -2/+23 |
* | Fix #582 | Decebal Suiu | 2024-05-19 | 1 | -1/+1 |
* | Fix the problem of not being able to disable plugins correctly (#577) | John Niang | 2024-04-06 | 1 | -1/+1 |
* | Post `PluginState.UNLOADED` event when plugins are unloaded (#567) | Sebastian Lövdahl | 2024-02-20 | 2 | -2/+10 |
* | Add strategy for handling the recovery of a plugin that could not be resolved... | Decebal Suiu | 2024-02-19 | 3 | -66/+197 |
* | Make `PluginStateEvent` fields `final` (#566) | Sebastian Lövdahl | 2024-02-13 | 1 | -2/+2 |
* | Ignore fire plugin state event without state change | Decebal Suiu | 2024-02-06 | 1 | -0/+5 |
* | Fix #563 | Decebal Suiu | 2024-02-04 | 1 | -7/+2 |
* | Fix #520 | Decebal Suiu | 2024-02-04 | 1 | -29/+46 |
* | Add more javadoc, fix warnings | Decebal Suiu | 2024-02-03 | 1 | -13/+33 |
* | Add InvalidPluginDescriptorException | Decebal Suiu | 2024-02-03 | 2 | -22/+114 |
* | Add more javadoc | Decebal Suiu | 2024-02-03 | 24 | -52/+386 |
* | Upgrade Java SemVer to 0.10.2 (#560) | John Niang | 2024-01-29 | 1 | -1/+1 |
* | Write empty extensions descriptor even if no extensions are found | Marcus Ilgner | 2023-10-05 | 1 | -4/+4 |
* | Unload broken plugins fix (#545) | finn0s | 2023-09-15 | 1 | -6/+13 |
* | Add security checks to prevent directory traversal when decompressing (#538) | Decebal Suiu | 2023-08-16 | 1 | -4/+10 |
* | Remove obsolete comment | Decebal Suiu | 2023-07-18 | 1 | -4/+0 |
* | Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis... | miracleshiy | 2023-05-17 | 1 | -1/+1 |
* | Fix #524 (#525) | dre4merp | 2023-04-28 | 1 | -1/+1 |
* | Fix some warnings (javadoc, pom, sonar) | Decebal Suiu | 2023-02-01 | 5 | -44/+17 |
* | Relax Plugin construction (remove dependency on PluginWrapper) (#512) | Decebal Suiu | 2023-01-30 | 3 | -311/+340 |
* | Fix #508 | Decebal Suiu | 2022-10-27 | 1 | -1/+3 |
* | Fix #492 | Decebal Suiu | 2022-06-30 | 1 | -1/+1 |
* | Fix memory leak in SingletonExtensionFactory (#487) (#490) | RationalityFrontline | 2022-03-08 | 1 | -4/+9 |
* | Add support for reading plugin descriptor from zip | dsuiu | 2021-11-27 | 3 | -40/+64 |
* | Do not rely on version from Manifest (#455) | wolframhaussig | 2021-06-15 | 1 | -11/+1 |
* | Fixed Dependency version check fails even if required is * (#451) | wolframhaussig | 2021-06-13 | 1 | -1/+1 |
* | Add secure wrapper to plugin manager (#450) | wolframhaussig | 2021-06-13 | 3 | -5/+320 |
* | Update module-info.java (#426) | Decebal Suiu | 2021-04-04 | 1 | -3/+3 |
* | Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430) | ahaha-vip | 2021-03-24 | 1 | -2/+7 |
* | Fix for #394 (#417) | Decebal Suiu | 2021-01-10 | 1 | -5/+5 |
* | Support multiple plugin root directories (#404) | rreich | 2020-11-05 | 9 | -71/+136 |
* | Bucketed caching in SingletonExtensionFactory (#402) | Ajith Kumar | 2020-10-20 | 1 | -5/+15 |
* | Solve #440 | Decebal Suiu | 2020-10-12 | 1 | -0/+47 |
* | Make DefaultPluginDescriptor#addDependency usable (#398) | rreich | 2020-09-28 | 1 | -10/+3 |
* | added toString to WrongDependencyVersion to solve issue #396 (#397) | asafbennatan | 2020-09-14 | 1 | -0/+9 |