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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
parent first class loading is protected by ClassCastException instead of Clas...
asafbennatan
2020-07-09
1
-1
/
+1
*
sort files using last modified as long, preventing downcasting errors (#376)
ThatGamerBlue
2020-05-25
2
-2
/
+3
*
Update slf4j to version 1.7.25 for quickstart
Decebal Suiu
2020-04-22
1
-1
/
+1
*
Switch to Log4j2
Decebal Suiu
2020-04-22
11
-82
/
+127
*
Little optimization
Decebal Suiu
2020-04-22
1
-2
/
+3
*
Eliminate some redundant checks
Decebal Suiu
2020-04-22
1
-2
/
+2
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2020-04-21
9
-17
/
+17
*
[maven-release-plugin] prepare release release-3.3.1
release-3.3.1
Decebal Suiu
2020-04-21
9
-17
/
+17
*
Update changelog
Decebal Suiu
2020-04-21
1
-0
/
+2
*
Fix #371
Decebal Suiu
2020-04-21
1
-1
/
+2
*
Mark (bold font) that a plugin class is optional
Decebal Suiu
2020-04-21
1
-1
/
+1
*
Add version 3.3.0 to changelog
Decebal Suiu
2020-04-21
1
-1
/
+12
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2020-04-21
9
-17
/
+17
*
[maven-release-plugin] prepare release release-3.3.0
release-3.3.0
Decebal Suiu
2020-04-21
9
-17
/
+17
*
Update changelog
Decebal Suiu
2020-04-21
1
-0
/
+16
*
Fix #363
Decebal Suiu
2020-04-21
3
-3
/
+43
*
Add test for findExtensionAnnotation (preparation for #363)
Decebal Suiu
2020-04-21
3
-6
/
+60
*
Improve annotation processor error messages (#370)
GunoH
2020-03-10
1
-2
/
+4
*
PluginClassLoader does not resolve classpath resources from plugin dependenci...
Lee David Painter
2020-02-20
3
-19
/
+199
*
Check proper list for debug logging (#366)
GunoH
2020-02-11
1
-1
/
+1
*
Failed plugin state added. When plugin failed to start previous state was kep...
radeklos
2020-02-04
3
-5
/
+27
*
Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)
Sebastian Lövdahl
2020-01-13
2
-21
/
+41
*
Improve readability
Decebal Suiu
2019-12-20
2
-75
/
+28
*
Remove unneeded methods
Decebal Suiu
2019-12-20
2
-18
/
+14
*
Resolve #355
decebals
2019-12-11
1
-1
/
+8
*
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
4
-0
/
+62
*
Add version 3.2.0 to changelog
Decebal Suiu
2019-11-29
1
-1
/
+12
*
Use public key when release a new version
Decebal Suiu
2019-11-29
1
-1
/
+1
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-11-29
9
-17
/
+17
*
[maven-release-plugin] prepare release release-3.2.0
release-3.2.0
Decebal Suiu
2019-11-29
9
-17
/
+17
*
Update changelog
Decebal Suiu
2019-11-29
1
-1
/
+21
*
Support any interface as an ExtensionPoint (#350)
Decebal Suiu
2019-11-16
2
-7
/
+32
*
Small refactoring
Decebal Suiu
2019-11-15
4
-4
/
+6
*
Fix gradle demo (#349)
Clay McCoy
2019-11-15
12
-22
/
+317
*
Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchive
Decebal Suiu
2019-11-15
1
-1
/
+2
*
Update README.md
Decebal Suiu
2019-11-15
1
-1
/
+1
*
Found extensions when using decorated annotations (#348)
Decebal Suiu
2019-11-15
4
-39
/
+121
*
Ad more tests in ExtensionAnnotationProcessorTest
Decebal Suiu
2019-11-14
3
-17
/
+119
*
Add more defense in ExtensionAnnotationProcessor (error message if something ...
Decebal Suiu
2019-11-13
1
-0
/
+2
*
Move static method in superclass
Decebal Suiu
2019-11-13
3
-42
/
+22
*
Add javadoc
Decebal Suiu
2019-11-13
4
-0
/
+14
*
Quickstart (call to action) section in readme
Decebal Suiu
2019-09-10
1
-0
/
+6
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-09-08
9
-17
/
+17
*
[maven-release-plugin] prepare release release-3.1.0
release-3.1.0
Decebal Suiu
2019-09-08
9
-17
/
+17
*
Update changelog
Decebal Suiu
2019-09-08
1
-0
/
+10
*
Add version 3.0.0 to changelog
Decebal Suiu
2019-09-08
1
-1
/
+12
*
Add IDEA classpath for Development mode (#323)
Hank
2019-09-05
1
-0
/
+8
*
Implement PluginClassLoader.getResources (#336) (#337)
Sebastian Lövdahl
2019-09-04
3
-6
/
+288
*
Resolve #335
Decebal Suiu
2019-08-05
3
-19
/
+113
[prev]
[next]