aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main/java/org
Commit message (Expand)AuthorAgeFilesLines
* Add javadocDecebal Suiu2024-11-292-8/+47
* Add test for AbstractExtensionFinder#checkDifferentClassLoadersDecebal Suiu2024-11-291-9/+7
* Fix StackOverFlow error on Kotlin classes without @Extension (#595)Michael Rittmeister2024-11-111-1/+6
* Solve #594Decebal Suiu2024-10-281-5/+5
* Fix #590Decebal Suiu2024-10-122-1/+15
* Add helper methods in PluginStateDecebal Suiu2024-08-174-21/+70
* Plugin Extensions should be detected with any ClassLoadingStrategy (#586)Aleksandr Sidorov2024-06-291-3/+12
* 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
* 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
* 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-151-11/+1
* 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
* 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
* 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