aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Decebal Suiu2024-02-195-81/+306
| | | | resolved (#564)
* 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 javadoc in AbstractPluginManager
* 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 ↵miracleshiy2023-05-172-1/+31
| | | | list. (#527)
* 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
|