summaryrefslogtreecommitdiffstats
path: root/pf4j/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add more testsDecebal Suiu2024-06-242-4/+12
* Replace Version#valueOf deprecated methodDecebal Suiu2024-06-241-6/+6
* Improve code readabilityDecebal Suiu2024-06-241-8/+13
* Add PluginClassLoader#isClosed methodDecebal Suiu2024-06-241-1/+22
* Fix #576 (#579)Decebal Suiu2024-06-241-2/+23
* Fix #582Decebal Suiu2024-05-191-1/+1
* Fix the problem of not being able to disable plugins correctly (#577)John Niang2024-04-061-1/+1
* Post `PluginState.UNLOADED` event when plugins are unloaded (#567)Sebastian Lövdahl2024-02-202-2/+10
* Add strategy for handling the recovery of a plugin that could not be resolved...Decebal Suiu2024-02-193-66/+197
* Make `PluginStateEvent` fields `final` (#566)Sebastian Lövdahl2024-02-131-2/+2
* Ignore fire plugin state event without state changeDecebal Suiu2024-02-061-0/+5
* Fix #563Decebal Suiu2024-02-041-7/+2
* Fix #520Decebal Suiu2024-02-041-29/+46
* Add more javadoc, fix warningsDecebal Suiu2024-02-031-13/+33
* Add InvalidPluginDescriptorExceptionDecebal Suiu2024-02-032-22/+114
* Add more javadocDecebal Suiu2024-02-0324-52/+386
* Upgrade Java SemVer to 0.10.2 (#560)John Niang2024-01-291-1/+1
* Write empty extensions descriptor even if no extensions are foundMarcus Ilgner2023-10-051-4/+4
* Unload broken plugins fix (#545)finn0s2023-09-151-6/+13
* Add security checks to prevent directory traversal when decompressing (#538)Decebal Suiu2023-08-161-4/+10
* Remove obsolete commentDecebal Suiu2023-07-181-4/+0
* Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis...miracleshiy2023-05-171-1/+1
* Fix #524 (#525)dre4merp2023-04-281-1/+1
* Fix some warnings (javadoc, pom, sonar)Decebal Suiu2023-02-015-44/+17
* Relax Plugin construction (remove dependency on PluginWrapper) (#512)Decebal Suiu2023-01-303-311/+340
* Fix #508Decebal Suiu2022-10-271-1/+3
* Fix #492Decebal Suiu2022-06-301-1/+1
* Fix memory leak in SingletonExtensionFactory (#487) (#490)RationalityFrontline2022-03-081-4/+9
* Add support for reading plugin descriptor from zipdsuiu2021-11-273-40/+64
* Do not rely on version from Manifest (#455)wolframhaussig2021-06-152-11/+29
* Fixed Dependency version check fails even if required is * (#451)wolframhaussig2021-06-131-1/+1
* Add secure wrapper to plugin manager (#450)wolframhaussig2021-06-133-5/+320
* Update module-info.java (#426)Decebal Suiu2021-04-041-3/+3
* Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)ahaha-vip2021-03-241-2/+7
* Fix for #394 (#417)Decebal Suiu2021-01-101-5/+5
* Support multiple plugin root directories (#404)rreich2020-11-059-71/+136
* Bucketed caching in SingletonExtensionFactory (#402)Ajith Kumar2020-10-201-5/+15
* Solve #440Decebal Suiu2020-10-121-0/+47
* Make DefaultPluginDescriptor#addDependency usable (#398)rreich2020-09-281-10/+3
* 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-246-52/+63
* Fix for problem with file lock on Windows platform. Introduce unloadPlugins m...Valeriy Kucherenko2020-07-172-0/+16
* 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