aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Merge remote-tracking branch 'origin/#307' into pf4j_3Decebal Suiu2019-04-123-0/+87
|\
| * Add JarPluginManager and ZipPluginManager#307Decebal Suiu2019-04-013-0/+87
| |
* | Fix warningDecebal Suiu2019-04-011-1/+1
| |
* | Resolve TODO (add isDevelopment method as default method in PluginManager)Decebal Suiu2019-04-012-5/+7
| |
* | Remove deprecated constructorDecebal Suiu2019-04-011-11/+0
|/
* Fix warningsDecebal Suiu2019-04-017-37/+20
|
* Resolve #292Decebal Suiu2019-03-292-13/+8
|
* Fix the compilation error introduced by the previous commitdecebals2019-03-211-1/+1
|
* Fix warningDecebal Suiu2019-03-201-2/+3
|
* Provide a module descriptor for Java 9+ (#300)Andreas Rudolph2019-03-191-0/+47
|
* Resolve #294#294Decebal Suiu2019-03-121-4/+4
|
* Fix #297Decebal Suiu2019-03-111-1/+1
|
* Fix #297Decebal Suiu2019-03-111-1/+1
|
* Check no plugin with same pluginId is loaded (#287)Dmitry Timofeev2019-03-021-13/+25
|
* Add small javadocDecebal Suiu2019-03-021-0/+2
|
* Document thread safety of PluginManagers (#288)Dmitry Timofeev2019-03-012-0/+4
|
* Document where the pluginId comes from (#279)Dmitry Timofeev2019-02-134-15/+16
|
* FormattingDecebal Suiu2019-01-115-17/+23
|
* Optional plugin dependencies (#270)Andreas Rudolph2019-01-117-3/+368
|
* ServiceProviderExtensionFinder should scan the whole classpath (#273)Andreas Rudolph2019-01-052-8/+19
|
* explicitly configure extension points for an extension (#265)Andreas Rudolph2019-01-033-13/+101
|
* Polishing (extract duplicate code in internal method, remove unneeded null ↵Decebal Suiu2018-12-282-36/+31
| | | | check) #262
* load extensions from plugin libraries (#262)Andreas Rudolph2018-12-282-18/+25
|
* Adds ability to configure plugin directory (#256)Michael Ruocco2018-12-031-1/+4
|
* Resolve #209Decebal Suiu2018-11-251-3/+8
|
* Fix #252Decebal Suiu2018-11-251-1/+1
|
* Fix #248Decebal Suiu2018-11-231-1/+29
|
* Fix #250Decebal Suiu2018-11-221-1/+1
|
* Resolve #242Decebal Suiu2018-10-202-2/+18
|
* Allow a way to query all extension classes for a given plugin (#233)dustContributor2018-07-242-0/+14
|
* Fix typoDecebal Suiu2018-07-191-1/+1
|
* Add SingletonExtensionFactory (see #232)Decebal Suiu2018-07-191-0/+56
|
* Fix error in getFileSystemDecebal Suiu2018-07-091-8/+6
|
* Improve the loggingDecebal Suiu2018-07-091-1/+2
|
* Prevent FileSystemAlreadyExistsException (#229)Decebal Suiu2018-07-091-3/+12
|
* Tabs to spacesDecebal Suiu2018-07-0719-194/+194
|
* Formatting, rename fields refactoring, add commentsDecebal Suiu2018-06-171-9/+7
|
* Fix #223Decebal Suiu2018-06-171-11/+5
|
* Correct the class passed to DefaultPluginFactory's logger (#222)Lee Jenkins2018-06-121-1/+1
|
* Improving development mode experience for Gradle users #195 (#221)Shawn Sherwood2018-06-011-1/+4
|