| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 6 | -312/+392 |
* | 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 | 2 | -7/+26 |
* | 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 | 3 | -11/+36 |
* | Fixed Dependency version check fails even if required is * (#451) | wolframhaussig | 2021-06-13 | 2 | -1/+2 |
* | Add secure wrapper to plugin manager (#450) | wolframhaussig | 2021-06-13 | 4 | -5/+592 |
* | Fix the path separator used in the SingletonExtensionFactoryTest.java (#435) | RationalityFrontline | 2021-04-04 | 1 | -1/+1 |
* | 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 | 2 | -2/+47 |
* | Fix for #394 (#417) | Decebal Suiu | 2021-01-10 | 3 | -6/+89 |
* | 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 | 12 | -89/+258 |
* | Bucketed caching in SingletonExtensionFactory (#402) | Ajith Kumar | 2020-10-20 | 2 | -5/+55 |
* | Solve #440 | Decebal Suiu | 2020-10-12 | 1 | -0/+47 |
* | Make DefaultPluginDescriptor#addDependency usable (#398) | rreich | 2020-09-28 | 2 | -10/+45 |
* | added toString to WrongDependencyVersion to solve issue #396 (#397) | asafbennatan | 2020-09-14 | 1 | -0/+9 |
* | Fix #395 | Decebal Suiu | 2020-08-27 | 1 | -1/+1 |
* | Fix #378 | Decebal Suiu | 2020-08-18 | 1 | -1/+1 |
* | Fix #391 | Decebal Suiu | 2020-08-10 | 1 | -1/+1 |
* | Fix for #377 and minor fixes found by Sonar lint (#388) | Valeriy Kucherenko | 2020-07-24 | 7 | -55/+65 |
* | Fix for problem with file lock on Windows platform. Introduce unloadPlugins m... | Valeriy Kucherenko | 2020-07-17 | 3 | -0/+18 |
* | Little formatting | Decebal Suiu | 2020-07-17 | 2 | -27/+34 |
* | Deprecate PluginClassLoader with parentFirst as parameter | Decebal Suiu | 2020-07-17 | 1 | -1/+3 |
* | Better Customization for PluginClassLoader (#385) | asafbennatan | 2020-07-17 | 2 | -98/+140 |
* | Fix wrong logical condition (optional dependencies are always skipped) (#386) | Valeriy Kucherenko | 2020-07-17 | 3 | -36/+35 |
* | parent first class loading is protected by ClassCastException instead of Clas... | asafbennatan | 2020-07-09 | 1 | -1/+1 |
* | sort files using last modified as long, preventing downcasting errors (#376) | ThatGamerBlue | 2020-05-25 | 2 | -2/+3 |
* | Switch to Log4j2 | Decebal Suiu | 2020-04-22 | 2 | -20/+27 |
* | Little optimization | Decebal Suiu | 2020-04-22 | 1 | -2/+3 |
* | Eliminate some redundant checks | Decebal Suiu | 2020-04-22 | 1 | -2/+2 |
* | Fix #371 | Decebal Suiu | 2020-04-21 | 1 | -1/+2 |
* | Fix #363 | Decebal Suiu | 2020-04-21 | 3 | -3/+43 |
* | Add test for findExtensionAnnotation (preparation for #363) | Decebal Suiu | 2020-04-21 | 3 | -6/+60 |
* | Improve annotation processor error messages (#370) | GunoH | 2020-03-10 | 1 | -2/+4 |
* | PluginClassLoader does not resolve classpath resources from plugin dependenci... | Lee David Painter | 2020-02-20 | 3 | -19/+199 |
* | Check proper list for debug logging (#366) | GunoH | 2020-02-11 | 1 | -1/+1 |
* | Failed plugin state added. When plugin failed to start previous state was kep... | radeklos | 2020-02-04 | 3 | -5/+27 |
* | Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362) | Sebastian Lövdahl | 2020-01-13 | 2 | -21/+41 |
* | Improve readability | Decebal Suiu | 2019-12-20 | 2 | -75/+28 |
* | Remove unneeded methods | Decebal Suiu | 2019-12-20 | 2 | -18/+14 |
* | Resolve #355 | decebals | 2019-12-11 | 1 | -1/+8 |
* | Add test (deleteJarPlugin) in DefaultPluginManagerTest that replicates the is... | decebals | 2019-12-11 | 1 | -0/+35 |
* | adds equals/hashCode to some data classes (#352) | Cameron Fieber | 2019-12-04 | 4 | -0/+62 |
* | Support any interface as an ExtensionPoint (#350) | Decebal Suiu | 2019-11-16 | 2 | -7/+32 |
* | Small refactoring | Decebal Suiu | 2019-11-15 | 4 | -4/+6 |
* | Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchive | Decebal Suiu | 2019-11-15 | 1 | -1/+2 |
* | Found extensions when using decorated annotations (#348) | Decebal Suiu | 2019-11-15 | 4 | -39/+121 |