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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
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 ↵
decebals
2019-12-11
1
-0
/
+35
|
|
|
|
issue #355
*
adds equals/hashCode to some data classes (#352)
Cameron Fieber
2019-12-04
4
-0
/
+62
|
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-11-29
1
-2
/
+2
|
*
[maven-release-plugin] prepare release release-3.2.0
release-3.2.0
Decebal Suiu
2019-11-29
1
-2
/
+2
|
*
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 flaky test DefaultPluginRepositoryTest.testGetPluginArchive
Decebal Suiu
2019-11-15
1
-1
/
+2
|
*
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
|
|
|
|
is wrong)
*
Move static method in superclass
Decebal Suiu
2019-11-13
3
-42
/
+22
|
*
Add javadoc
Decebal Suiu
2019-11-13
4
-0
/
+14
|
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-09-08
1
-2
/
+2
|
*
[maven-release-plugin] prepare release release-3.1.0
release-3.1.0
Decebal Suiu
2019-09-08
1
-2
/
+2
|
*
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
|
*
Improve testing of #335
Decebal Suiu
2019-08-05
1
-6
/
+10
|
*
Make AbstractPluginManager fields protected to allow better control in ↵
Johannes Schüth
2019-07-12
1
-17
/
+17
|
|
|
|
custom plugin managers (#330)
*
Make PluginWrapper#setPluginState and PluginWrapper#setPluginFactory public ↵
Johannes Schüth
2019-07-10
1
-2
/
+2
|
|
|
|
to better support custom plugin managers (#329)
*
Modified org.pf4j.PluginState to an enum (#328)
MacTrophy
2019-07-02
1
-21
/
+19
|
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-06-12
1
-2
/
+2
|
*
[maven-release-plugin] prepare release release-3.0.1
release-3.0.1
Decebal Suiu
2019-06-12
1
-2
/
+2
|
*
[maven-release-plugin] prepare for next development iteration
Decebal Suiu
2019-06-12
1
-2
/
+2
|
*
[maven-release-plugin] prepare release release-3.0.0
release-3.0.0
Decebal Suiu
2019-06-12
1
-2
/
+2
|
*
Convert PluginException in PluginRuntimeException and use unchecked exceptions
Decebal Suiu
2019-06-08
29
-103
/
+105
|
*
Fix FileSystemException in windows on plugin delete (#322)
hazemkmammu
2019-06-05
1
-8
/
+16
|
*
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
|
*
Add constructors in JarPluginManager
decebals
2019-05-30
1
-0
/
+10
|
*
Revert commit 40846fa (Rename PluginRepository.getPluginPaths to ↵
Decebal Suiu
2019-05-13
8
-30
/
+30
|
|
|
|
getPluginsPaths)
*
Remove empty line
Decebal Suiu
2019-05-03
1
-1
/
+0
|
*
Remove unneeded method
decebals
2019-05-03
2
-8
/
+5
|
*
Improve #307 (add support for development mode)
decebals
2019-05-03
18
-136
/
+334
|
*
Extract constants for some strings
decebals
2019-05-02
1
-7
/
+5
|
*
Extract constants for some system property namse
decebals
2019-05-02
2
-6
/
+9
|
*
Resolve #296
Decebal Suiu
2019-05-02
2
-44
/
+33
|
*
Add DirectedGraphTest
Decebal Suiu
2019-04-20
1
-0
/
+98
|
*
Add AbstractPluginManagerTest
Decebal Suiu
2019-04-20
1
-0
/
+49
|
*
Improve #292
Decebal Suiu
2019-04-20
7
-26
/
+45
|
*
Improve #292
Decebal Suiu
2019-04-20
11
-89
/
+60
|
*
Add pluginClass getter in PluginZip and PluginJar
Decebal Suiu
2019-04-15
4
-28
/
+69
|
*
Improve readability
Decebal Suiu
2019-04-15
1
-13
/
+17
|
[next]