aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix testDecebal Suiu2024-02-041-1/+6
* Add missing license file headerDecebal Suiu2024-02-041-0/+16
* Fix #520Decebal Suiu2024-02-042-7/+106
* Unload broken plugins fix (#545)finn0s2023-09-151-0/+30
* Add security checks to prevent directory traversal when decompressing (#538)Decebal Suiu2023-08-161-0/+60
* Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis...miracleshiy2023-05-171-0/+30
* Switch to slf4j-2.x and replace log4j with slf4j-simple (#514)Decebal Suiu2023-03-052-27/+39
* Improve class generation for testing (#515)Decebal Suiu2023-02-0215-285/+409
* Relax Plugin construction (remove dependency on PluginWrapper) (#512)Decebal Suiu2023-01-303-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
* 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 m...Valeriy Kucherenko2020-07-171-0/+2
* 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 dependenci...Lee David Painter2020-02-201-5/+122
* 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 is...decebals2019-12-111-0/+35
* 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 getPluginsPa...Decebal Suiu2019-05-133-17/+17
* 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