index
:
pf4j.git
#289
#294
#307
#347
#358
#394
#405
#520
#526
#576
2.x
async
coverage
file_to_path
master
org
pf4j-tests-jar
pf4j_3
plugin_context
plugin_loaded_classes
remove_travis
resolve_recovery_strategy
slf4j_2.x
sonar
test_class_gen
version_manager
Plugin Framework for Java (PF4J): https://github.com/pf4j/pf4j
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pf4j
/
src
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't force resolve dependencies when unload a transitive plugin
#576
Decebal Suiu
2024-06-23
1
-5
/
+42
*
Fix #576
Decebal Suiu
2024-04-07
1
-0
/
+36
*
Add stopPluginWithDeletedDependency (see #576)
Decebal Suiu
2024-04-06
1
-0
/
+30
*
Fix the problem of not being able to disable plugins correctly (#577)
John Niang
2024-04-06
1
-0
/
+13
*
Post `PluginState.UNLOADED` event when plugins are unloaded (#567)
Sebastian Lövdahl
2024-02-20
1
-0
/
+43
*
Add strategy for handling the recovery of a plugin that could not be resolved...
Decebal Suiu
2024-02-19
2
-15
/
+109
*
Fix test
Decebal Suiu
2024-02-04
1
-1
/
+6
*
Add missing license file header
Decebal Suiu
2024-02-04
1
-0
/
+16
*
Fix #520
Decebal Suiu
2024-02-04
2
-7
/
+106
*
Unload broken plugins fix (#545)
finn0s
2023-09-15
1
-0
/
+30
*
Add security checks to prevent directory traversal when decompressing (#538)
Decebal Suiu
2023-08-16
1
-0
/
+60
*
Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis...
miracleshiy
2023-05-17
1
-0
/
+30
*
Switch to slf4j-2.x and replace log4j with slf4j-simple (#514)
Decebal Suiu
2023-03-05
2
-27
/
+39
*
Improve class generation for testing (#515)
Decebal Suiu
2023-02-02
15
-285
/
+409
*
Relax Plugin construction (remove dependency on PluginWrapper) (#512)
Decebal Suiu
2023-01-30
3
-1
/
+52
*
Fix memory leak in SingletonExtensionFactory (#487) (#490)
RationalityFrontline
2022-03-08
1
-3
/
+17
*
Do not rely on version from Manifest (#455)
wolframhaussig
2021-06-15
1
-0
/
+7
*
Fixed Dependency version check fails even if required is * (#451)
wolframhaussig
2021-06-13
1
-0
/
+1
*
Add secure wrapper to plugin manager (#450)
wolframhaussig
2021-06-13
1
-0
/
+272
*
Fix the path separator used in the SingletonExtensionFactoryTest.java (#435)
RationalityFrontline
2021-04-04
1
-1
/
+1
*
Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)
ahaha-vip
2021-03-24
1
-0
/
+40
*
Fix for #394 (#417)
Decebal Suiu
2021-01-10
2
-1
/
+84
*
Externalize some useful classes from testing (#415)
Decebal Suiu
2021-01-09
27
-61
/
+85
*
Support multiple plugin root directories (#404)
rreich
2020-11-05
3
-18
/
+122
*
Bucketed caching in SingletonExtensionFactory (#402)
Ajith Kumar
2020-10-20
1
-0
/
+40
*
Make DefaultPluginDescriptor#addDependency usable (#398)
rreich
2020-09-28
1
-0
/
+42
*
Fix for #377 and minor fixes found by Sonar lint (#388)
Valeriy Kucherenko
2020-07-24
1
-3
/
+2
*
Fix for problem with file lock on Windows platform. Introduce unloadPlugins m...
Valeriy Kucherenko
2020-07-17
1
-0
/
+2
*
sort files using last modified as long, preventing downcasting errors (#376)
ThatGamerBlue
2020-05-25
1
-1
/
+2
*
Switch to Log4j2
Decebal Suiu
2020-04-22
2
-20
/
+27
*
Fix #363
Decebal Suiu
2020-04-21
2
-0
/
+38
*
Add test for findExtensionAnnotation (preparation for #363)
Decebal Suiu
2020-04-21
2
-5
/
+59
*
PluginClassLoader does not resolve classpath resources from plugin dependenci...
Lee David Painter
2020-02-20
1
-5
/
+122
*
Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)
Sebastian Lövdahl
2020-01-13
1
-3
/
+20
*
Add test (deleteJarPlugin) in DefaultPluginManagerTest that replicates the is...
decebals
2019-12-11
1
-0
/
+35
*
adds equals/hashCode to some data classes (#352)
Cameron Fieber
2019-12-04
1
-0
/
+12
*
Support any interface as an ExtensionPoint (#350)
Decebal Suiu
2019-11-16
1
-1
/
+1
*
Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchive
Decebal Suiu
2019-11-15
1
-1
/
+2
*
Found extensions when using decorated annotations (#348)
Decebal Suiu
2019-11-15
1
-4
/
+44
*
Ad more tests in ExtensionAnnotationProcessorTest
Decebal Suiu
2019-11-14
1
-6
/
+103
*
Implement PluginClassLoader.getResources (#336) (#337)
Sebastian Lövdahl
2019-09-04
2
-6
/
+268
*
Resolve #335
Decebal Suiu
2019-08-05
1
-6
/
+43
*
Improve testing of #335
Decebal Suiu
2019-08-05
1
-6
/
+10
*
Convert PluginException in PluginRuntimeException and use unchecked exceptions
Decebal Suiu
2019-06-08
8
-14
/
+14
*
Polishing #321
decebals
2019-06-04
1
-44
/
+48
*
Recreate FileSystemException in windows on plugin delete (#321)
hazemkmammu
2019-06-04
1
-0
/
+69
*
Improve PluginJar, add ClassDataProvider concept
Decebal Suiu
2019-05-31
7
-6
/
+170
*
Add JarPluginManagerTest
decebals
2019-05-30
1
-0
/
+80
*
Improve PluginZip
decebals
2019-05-30
1
-2
/
+18
*
Improve PluginJar
decebals
2019-05-30
1
-6
/
+23
[next]