aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Expand)AuthorAgeFilesLines
* Add security checks to prevent directory traversal when decompressing#526Decebal Suiu2023-08-162-4/+70
* Remove obsolete commentDecebal Suiu2023-07-181-4/+0
* Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis...miracleshiy2023-05-172-1/+31
* Fix #524 (#525)dre4merp2023-04-281-1/+1
* 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
* Fix some warnings (javadoc, pom, sonar)Decebal Suiu2023-02-015-44/+17
* Relax Plugin construction (remove dependency on PluginWrapper) (#512)Decebal Suiu2023-01-306-312/+392
* Fix #508Decebal Suiu2022-10-271-1/+3
* Fix #492Decebal Suiu2022-06-301-1/+1
* Fix memory leak in SingletonExtensionFactory (#487) (#490)RationalityFrontline2022-03-082-7/+26
* Add support for reading plugin descriptor from zipdsuiu2021-11-273-40/+64
* Do not rely on version from Manifest (#455)wolframhaussig2021-06-153-11/+36
* Fixed Dependency version check fails even if required is * (#451)wolframhaussig2021-06-132-1/+2
* Add secure wrapper to plugin manager (#450)wolframhaussig2021-06-134-5/+592
* Fix the path separator used in the SingletonExtensionFactoryTest.java (#435)RationalityFrontline2021-04-041-1/+1
* Update module-info.java (#426)Decebal Suiu2021-04-041-3/+3
* Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)ahaha-vip2021-03-242-2/+47
* Fix for #394 (#417)Decebal Suiu2021-01-103-6/+89
* Externalize some useful classes from testing (#415)Decebal Suiu2021-01-0927-61/+85
* Support multiple plugin root directories (#404)rreich2020-11-0512-89/+258
* Bucketed caching in SingletonExtensionFactory (#402)Ajith Kumar2020-10-202-5/+55
* Solve #440Decebal Suiu2020-10-121-0/+47
* Make DefaultPluginDescriptor#addDependency usable (#398)rreich2020-09-282-10/+45
* added toString to WrongDependencyVersion to solve issue #396 (#397)asafbennatan2020-09-141-0/+9
* Fix #395Decebal Suiu2020-08-271-1/+1
* Fix #378Decebal Suiu2020-08-181-1/+1
* Fix #391Decebal Suiu2020-08-101-1/+1
* Fix for #377 and minor fixes found by Sonar lint (#388)Valeriy Kucherenko2020-07-247-55/+65
* Fix for problem with file lock on Windows platform. Introduce unloadPlugins m...Valeriy Kucherenko2020-07-173-0/+18
* Little formattingDecebal Suiu2020-07-172-27/+34
* Deprecate PluginClassLoader with parentFirst as parameterDecebal Suiu2020-07-171-1/+3
* Better Customization for PluginClassLoader (#385)asafbennatan2020-07-172-98/+140
* Fix wrong logical condition (optional dependencies are always skipped) (#386)Valeriy Kucherenko2020-07-173-36/+35
* parent first class loading is protected by ClassCastException instead of Clas...asafbennatan2020-07-091-1/+1
* sort files using last modified as long, preventing downcasting errors (#376)ThatGamerBlue2020-05-252-2/+3
* Switch to Log4j2Decebal Suiu2020-04-222-20/+27
* Little optimizationDecebal Suiu2020-04-221-2/+3
* Eliminate some redundant checksDecebal Suiu2020-04-221-2/+2
* Fix #371Decebal Suiu2020-04-211-1/+2
* Fix #363Decebal Suiu2020-04-213-3/+43
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-213-6/+60
* Improve annotation processor error messages (#370)GunoH2020-03-101-2/+4
* PluginClassLoader does not resolve classpath resources from plugin dependenci...Lee David Painter2020-02-203-19/+199
* Check proper list for debug logging (#366)GunoH2020-02-111-1/+1
* Failed plugin state added. When plugin failed to start previous state was kep...radeklos2020-02-043-5/+27
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-132-21/+41
* Improve readabilityDecebal Suiu2019-12-202-75/+28
* Remove unneeded methodsDecebal Suiu2019-12-202-18/+14
* Resolve #355decebals2019-12-111-1/+8