aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* RefactoringHEADmasterDecebal Suiu9 days8-64/+173
* Add collect class loader testDecebal Suiu13 days1-22/+71
* Fix CompoundPluginRepositoryTestDecebal Suiu2024-11-291-3/+5
* Add tests for CompoundPluginLoaderDecebal Suiu2024-11-291-0/+96
* Add more testsDecebal Suiu2024-11-291-0/+13
* Add tests for CompoundPluginRepositoryDecebal Suiu2024-11-291-0/+89
* Add tests for ZipPluginManagerDecebal Suiu2024-11-291-0/+60
* Fix constant nameDecebal Suiu2024-11-294-17/+16
* Fix some Sonar warningsDecebal Suiu2024-11-291-8/+8
* Add test for AbstractExtensionFinder#checkDifferentClassLoadersDecebal Suiu2024-11-292-0/+28
* Fix StackOverFlow error on Kotlin classes without @Extension (#595)Michael Rittmeister2024-11-111-0/+8
* Fix #590Decebal Suiu2024-10-121-0/+19
* Exclude junit4 as transitive dependencyDecebal Suiu2024-10-121-9/+8
* Add helper methods in PluginStateDecebal Suiu2024-08-171-3/+3
* Plugin Extensions should be detected with any ClassLoadingStrategy (#586)Aleksandr Sidorov2024-06-291-0/+16
* Add more testsDecebal Suiu2024-06-244-0/+317
* Add more testsDecebal Suiu2024-06-241-5/+17
* Add more testsDecebal Suiu2024-06-243-28/+127
* Add PluginClassLoader#isClosed methodDecebal Suiu2024-06-241-11/+23
* Fix #576 (#579)Decebal Suiu2024-06-242-5/+78
* Add stopPluginWithDeletedDependency (see #576)Decebal Suiu2024-04-061-0/+30
* Fix the problem of not being able to disable plugins correctly (#577)John Niang2024-04-061-0/+13
* Post `PluginState.UNLOADED` event when plugins are unloaded (#567)Sebastian Lövdahl2024-02-201-0/+43
* Add strategy for handling the recovery of a plugin that could not be resolved...Decebal Suiu2024-02-192-15/+109
* 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
* 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
* 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