summaryrefslogtreecommitdiffstats
path: root/pf4j/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* sort files using last modified as long, preventing downcasting errors (#376)ThatGamerBlue2020-05-251-1/+1
|
* Little optimizationDecebal Suiu2020-04-221-2/+3
|
* Eliminate some redundant checksDecebal Suiu2020-04-221-2/+2
|
* Fix #371Decebal Suiu2020-04-211-1/+2
|
* Fix #363Decebal Suiu2020-04-211-3/+5
|
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-211-1/+1
|
* Improve annotation processor error messages (#370)GunoH2020-03-101-2/+4
|
* PluginClassLoader does not resolve classpath resources from plugin ↵Lee David Painter2020-02-202-14/+77
| | | | dependencies (#365)
* Check proper list for debug logging (#366)GunoH2020-02-111-1/+1
|
* Failed plugin state added. When plugin failed to start previous state was ↵radeklos2020-02-043-5/+27
| | | | kept (#364)
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-131-18/+21
|
* Improve readabilityDecebal Suiu2019-12-202-75/+28
|
* Remove unneeded methodsDecebal Suiu2019-12-202-18/+14
|
* Resolve #355decebals2019-12-111-1/+8
|
* adds equals/hashCode to some data classes (#352)Cameron Fieber2019-12-043-0/+50
|
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-161-6/+31
|
* Small refactoringDecebal Suiu2019-11-154-4/+6
|
* Found extensions when using decorated annotations (#348)Decebal Suiu2019-11-153-35/+77
|
* Ad more tests in ExtensionAnnotationProcessorTestDecebal Suiu2019-11-141-7/+8
|
* Add more defense in ExtensionAnnotationProcessor (error message if something ↵Decebal Suiu2019-11-131-0/+2
| | | | is wrong)
* Move static method in superclassDecebal Suiu2019-11-133-42/+22
|
* Add javadocDecebal Suiu2019-11-134-0/+14
|
* Add IDEA classpath for Development mode (#323)Hank2019-09-051-0/+8
|
* Implement PluginClassLoader.getResources (#336) (#337)Sebastian Lövdahl2019-09-041-0/+20
|
* Resolve #335Decebal Suiu2019-08-052-13/+70
|
* Make AbstractPluginManager fields protected to allow better control in ↵Johannes Schüth2019-07-121-17/+17
| | | | custom plugin managers (#330)
* Make PluginWrapper#setPluginState and PluginWrapper#setPluginFactory public ↵Johannes Schüth2019-07-101-2/+2
| | | | to better support custom plugin managers (#329)
* Modified org.pf4j.PluginState to an enum (#328)MacTrophy2019-07-021-21/+19
|
* Convert PluginException in PluginRuntimeException and use unchecked exceptionsDecebal Suiu2019-06-0821-89/+91
|
* Fix FileSystemException in windows on plugin delete (#322)hazemkmammu2019-06-051-8/+16
|
* Add constructors in JarPluginManagerdecebals2019-05-301-0/+10
|
* Revert commit 40846fa (Rename PluginRepository.getPluginPaths to ↵Decebal Suiu2019-05-135-13/+13
| | | | getPluginsPaths)
* Remove empty lineDecebal Suiu2019-05-031-1/+0
|
* Remove unneeded methoddecebals2019-05-032-8/+5
|
* Improve #307 (add support for development mode)decebals2019-05-0315-106/+266
|
* Extract constants for some stringsdecebals2019-05-021-7/+5
|
* Extract constants for some system property namsedecebals2019-05-022-6/+9
|
* Resolve #296Decebal Suiu2019-05-022-44/+33
|
* Improve #292Decebal Suiu2019-04-205-15/+25
|
* Improve #292Decebal Suiu2019-04-208-76/+47
|
* Improve readabilityDecebal Suiu2019-04-151-13/+17
|
* Resolve #311Decebal Suiu2019-04-151-2/+6
|
* Resolve #309Decebal Suiu2019-04-151-1/+7
|
* Rename PluginRepository.getPluginPaths to getPluginsPathsDecebal Suiu2019-04-145-15/+15
|
* Fix issue (the plugin directory will be deleted anyway in unzip extract method)Decebal Suiu2019-04-131-8/+0
|
* Add javadocDecebal Suiu2019-04-131-1/+5
|
* Add constants for properties namesDecebal Suiu2019-04-121-9/+18
|
* Fix mistake add fileDecebal Suiu2019-04-121-47/+0
|
* Add constants for manifest's attributes namesDecebal Suiu2019-04-121-8/+17
|
* Fix javadoc formattingDecebal Suiu2019-04-122-2/+51
|