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
/
main
/
java
/
org
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add javadoc
Decebal Suiu
2024-11-29
2
-8
/
+47
*
Add test for AbstractExtensionFinder#checkDifferentClassLoaders
Decebal Suiu
2024-11-29
1
-9
/
+7
*
Fix StackOverFlow error on Kotlin classes without @Extension (#595)
Michael Rittmeister
2024-11-11
1
-1
/
+6
*
Solve #594
Decebal Suiu
2024-10-28
1
-5
/
+5
*
Fix #590
Decebal Suiu
2024-10-12
2
-1
/
+15
*
Add helper methods in PluginState
Decebal Suiu
2024-08-17
4
-21
/
+70
*
Plugin Extensions should be detected with any ClassLoadingStrategy (#586)
Aleksandr Sidorov
2024-06-29
1
-3
/
+12
*
Add more tests
Decebal Suiu
2024-06-24
2
-4
/
+12
*
Replace Version#valueOf deprecated method
Decebal Suiu
2024-06-24
1
-6
/
+6
*
Improve code readability
Decebal Suiu
2024-06-24
1
-8
/
+13
*
Add PluginClassLoader#isClosed method
Decebal Suiu
2024-06-24
1
-1
/
+22
*
Fix #576 (#579)
Decebal Suiu
2024-06-24
1
-2
/
+23
*
Fix #582
Decebal Suiu
2024-05-19
1
-1
/
+1
*
Fix the problem of not being able to disable plugins correctly (#577)
John Niang
2024-04-06
1
-1
/
+1
*
Post `PluginState.UNLOADED` event when plugins are unloaded (#567)
Sebastian Lövdahl
2024-02-20
2
-2
/
+10
*
Add strategy for handling the recovery of a plugin that could not be resolved...
Decebal Suiu
2024-02-19
3
-66
/
+197
*
Make `PluginStateEvent` fields `final` (#566)
Sebastian Lövdahl
2024-02-13
1
-2
/
+2
*
Ignore fire plugin state event without state change
Decebal Suiu
2024-02-06
1
-0
/
+5
*
Fix #563
Decebal Suiu
2024-02-04
1
-7
/
+2
*
Fix #520
Decebal Suiu
2024-02-04
1
-29
/
+46
*
Add more javadoc, fix warnings
Decebal Suiu
2024-02-03
1
-13
/
+33
*
Add InvalidPluginDescriptorException
Decebal Suiu
2024-02-03
2
-22
/
+114
*
Add more javadoc
Decebal Suiu
2024-02-03
24
-52
/
+386
*
Write empty extensions descriptor even if no extensions are found
Marcus Ilgner
2023-10-05
1
-4
/
+4
*
Unload broken plugins fix (#545)
finn0s
2023-09-15
1
-6
/
+13
*
Add security checks to prevent directory traversal when decompressing (#538)
Decebal Suiu
2023-08-16
1
-4
/
+10
*
Fix:when ignoredComments=false, FileUtils.readLines() will return empty lis...
miracleshiy
2023-05-17
1
-1
/
+1
*
Fix #524 (#525)
dre4merp
2023-04-28
1
-1
/
+1
*
Fix some warnings (javadoc, pom, sonar)
Decebal Suiu
2023-02-01
5
-44
/
+17
*
Relax Plugin construction (remove dependency on PluginWrapper) (#512)
Decebal Suiu
2023-01-30
3
-311
/
+340
*
Fix #508
Decebal Suiu
2022-10-27
1
-1
/
+3
*
Fix #492
Decebal Suiu
2022-06-30
1
-1
/
+1
*
Fix memory leak in SingletonExtensionFactory (#487) (#490)
RationalityFrontline
2022-03-08
1
-4
/
+9
*
Add support for reading plugin descriptor from zip
dsuiu
2021-11-27
3
-40
/
+64
*
Do not rely on version from Manifest (#455)
wolframhaussig
2021-06-15
1
-11
/
+1
*
Fixed Dependency version check fails even if required is * (#451)
wolframhaussig
2021-06-13
1
-1
/
+1
*
Add secure wrapper to plugin manager (#450)
wolframhaussig
2021-06-13
3
-5
/
+320
*
Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)
ahaha-vip
2021-03-24
1
-2
/
+7
*
Fix for #394 (#417)
Decebal Suiu
2021-01-10
1
-5
/
+5
*
Support multiple plugin root directories (#404)
rreich
2020-11-05
9
-71
/
+136
*
Bucketed caching in SingletonExtensionFactory (#402)
Ajith Kumar
2020-10-20
1
-5
/
+15
*
Make DefaultPluginDescriptor#addDependency usable (#398)
rreich
2020-09-28
1
-10
/
+3
*
added toString to WrongDependencyVersion to solve issue #396 (#397)
asafbennatan
2020-09-14
1
-0
/
+9
*
Fix #395
Decebal Suiu
2020-08-27
1
-1
/
+1
*
Fix #378
Decebal Suiu
2020-08-18
1
-1
/
+1
*
Fix #391
Decebal Suiu
2020-08-10
1
-1
/
+1
*
Fix for #377 and minor fixes found by Sonar lint (#388)
Valeriy Kucherenko
2020-07-24
6
-52
/
+63
*
Fix for problem with file lock on Windows platform. Introduce unloadPlugins m...
Valeriy Kucherenko
2020-07-17
2
-0
/
+16
*
Little formatting
Decebal Suiu
2020-07-17
2
-27
/
+34
*
Deprecate PluginClassLoader with parentFirst as parameter
Decebal Suiu
2020-07-17
1
-1
/
+3
[next]