aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Relax Plugin construction (remove dependency on PluginWrapper)Decebal Suiu2023-01-153-1/+52
|
* Fix memory leak in SingletonExtensionFactory (#487) (#490)RationalityFrontline2022-03-081-3/+17
|
* Do not rely on version from Manifest (#455)wolframhaussig2021-06-151-0/+7
|
* Fixed Dependency version check fails even if required is * (#451)wolframhaussig2021-06-131-0/+1
|
* Add secure wrapper to plugin manager (#450)wolframhaussig2021-06-131-0/+272
|
* Fix the path separator used in the SingletonExtensionFactoryTest.java (#435)RationalityFrontline2021-04-041-1/+1
|
* Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)ahaha-vip2021-03-241-0/+40
|
* Fix for #394 (#417)Decebal Suiu2021-01-102-1/+84
|
* Externalize some useful classes from testing (#415)Decebal Suiu2021-01-0927-61/+85
|
* Support multiple plugin root directories (#404)rreich2020-11-053-18/+122
|
* Bucketed caching in SingletonExtensionFactory (#402)Ajith Kumar2020-10-201-0/+40
|
* Make DefaultPluginDescriptor#addDependency usable (#398)rreich2020-09-281-0/+42
| | | Thanks!
* Fix for #377 and minor fixes found by Sonar lint (#388)Valeriy Kucherenko2020-07-241-3/+2
|
* Fix for problem with file lock on Windows platform. Introduce unloadPlugins ↵Valeriy Kucherenko2020-07-171-0/+2
| | | | | method. (#387) Thanks for your contribution!
* sort files using last modified as long, preventing downcasting errors (#376)ThatGamerBlue2020-05-251-1/+2
|
* Switch to Log4j2Decebal Suiu2020-04-222-20/+27
|
* Fix #363Decebal Suiu2020-04-212-0/+38
|
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-212-5/+59
|
* PluginClassLoader does not resolve classpath resources from plugin ↵Lee David Painter2020-02-201-5/+122
| | | | dependencies (#365)
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-131-3/+20
|
* Add test (deleteJarPlugin) in DefaultPluginManagerTest that replicates the ↵decebals2019-12-111-0/+35
| | | | issue #355
* adds equals/hashCode to some data classes (#352)Cameron Fieber2019-12-041-0/+12
|
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-161-1/+1
|
* Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchiveDecebal Suiu2019-11-151-1/+2
|
* Found extensions when using decorated annotations (#348)Decebal Suiu2019-11-151-4/+44
|
* Ad more tests in ExtensionAnnotationProcessorTestDecebal Suiu2019-11-141-6/+103
|
* Implement PluginClassLoader.getResources (#336) (#337)Sebastian Lövdahl2019-09-042-6/+268
|
* Resolve #335Decebal Suiu2019-08-051-6/+43
|
* Improve testing of #335Decebal Suiu2019-08-051-6/+10
|
* Convert PluginException in PluginRuntimeException and use unchecked exceptionsDecebal Suiu2019-06-088-14/+14
|
* Polishing #321decebals2019-06-041-44/+48
|
* Recreate FileSystemException in windows on plugin delete (#321)hazemkmammu2019-06-041-0/+69
|
* Improve PluginJar, add ClassDataProvider conceptDecebal Suiu2019-05-317-6/+170
|
* Add JarPluginManagerTestdecebals2019-05-301-0/+80
|
* Improve PluginZipdecebals2019-05-301-2/+18
|
* Improve PluginJardecebals2019-05-301-6/+23
|
* Revert commit 40846fa (Rename PluginRepository.getPluginPaths to ↵Decebal Suiu2019-05-133-17/+17
| | | | getPluginsPaths)
* Improve #307 (add support for development mode)decebals2019-05-033-30/+68
|
* Add DirectedGraphTestDecebal Suiu2019-04-201-0/+98
|
* Add AbstractPluginManagerTestDecebal Suiu2019-04-201-0/+49
|
* Improve #292Decebal Suiu2019-04-202-11/+20
|
* Improve #292Decebal Suiu2019-04-203-13/+13
|
* Add pluginClass getter in PluginZip and PluginJarDecebal Suiu2019-04-154-28/+69
|
* Resolve #311Decebal Suiu2019-04-152-13/+60
|
* Rename PluginRepository.getPluginPaths to getPluginsPathsDecebal Suiu2019-04-141-15/+15
|
* Improve readabilityDecebal Suiu2019-04-135-199/+155
|
* Add constants for properties namesDecebal Suiu2019-04-121-34/+35
|
* Improve readability of PropertiesPluginDescriptorFinderTestDecebal Suiu2019-04-121-73/+64
|
* Clean testsDecebal Suiu2019-04-122-21/+5
|
* Add PluginJarDecebal Suiu2019-04-121-0/+114
|