aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Expand)AuthorAgeFilesLines
* RefactoringHEADmasterDecebal Suiu2024-12-278-64/+173
* Fix warningDecebal Suiu2024-12-231-1/+1
* Add collect class loader testDecebal Suiu2024-12-231-22/+71
* Set class loader to null on unload pluginDecebal Suiu2024-12-231-0/+1
* Fluent settersDecebal Suiu2024-12-231-7/+7
* 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
* Add javadocDecebal Suiu2024-11-292-8/+47
* Fix constant nameDecebal Suiu2024-11-294-17/+16
* Fix some Sonar warningsDecebal Suiu2024-11-291-8/+8
* Add test for AbstractExtensionFinder#checkDifferentClassLoadersDecebal Suiu2024-11-293-9/+35
* Fix StackOverFlow error on Kotlin classes without @Extension (#595)Michael Rittmeister2024-11-112-1/+14
* Solve #594Decebal Suiu2024-10-281-5/+5
* Fix #590Decebal Suiu2024-10-123-1/+34
* Exclude junit4 as transitive dependencyDecebal Suiu2024-10-121-9/+8
* Add helper methods in PluginStateDecebal Suiu2024-08-175-24/+73
* Plugin Extensions should be detected with any ClassLoadingStrategy (#586)Aleksandr Sidorov2024-06-292-3/+28
* Add more testsDecebal Suiu2024-06-246-4/+329
* Add more testsDecebal Suiu2024-06-241-5/+17
* Replace Version#valueOf deprecated methodDecebal Suiu2024-06-241-6/+6
* Add more testsDecebal Suiu2024-06-243-28/+127
* Improve code readabilityDecebal Suiu2024-06-241-8/+13
* Add PluginClassLoader#isClosed methodDecebal Suiu2024-06-242-12/+45
* Fix #576 (#579)Decebal Suiu2024-06-243-7/+101
* Fix #582Decebal Suiu2024-05-191-1/+1
* 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-062-1/+14
* Post `PluginState.UNLOADED` event when plugins are unloaded (#567)Sebastian Lövdahl2024-02-203-2/+53
* Add strategy for handling the recovery of a plugin that could not be resolved...Decebal Suiu2024-02-195-81/+306
* 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 testDecebal Suiu2024-02-041-1/+6
* Fix #563Decebal Suiu2024-02-041-7/+2
* Add missing license file headerDecebal Suiu2024-02-041-0/+16
* Fix #520Decebal Suiu2024-02-043-36/+152
* 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-152-6/+43
* Add security checks to prevent directory traversal when decompressing (#538)Decebal 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