aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* #185 : fix missing slash for jar file on Windows while creating new file syst...Julieng502017-12-171-1/+6
* Merge remote-tracking branch 'origin/master'Decebal Suiu2017-12-165-151/+228
|\
| * Refactoring to make PluginDescriptor more usable (#180)Josiah Haswell2017-11-014-150/+227
| * @Override should not change method signature (#178)Kristof2017-10-261-1/+1
* | Fix #184Decebal Suiu2017-12-161-1/+1
|/
* Emit warning instead of error when plugin root is not present (#176)Sergey Tyurin2017-10-131-1/+1
* Improve public API of Extention* classes (#175)Sergey Tyurin2017-10-123-33/+14
* Remove JarPluginManagerDecebal Suiu2017-10-054-73/+43
* Add CompoundPluginLoaderDecebal Suiu2017-10-056-26/+145
* Add CompoundPluginDescriptorFinder (#172)Decebal Suiu2017-10-0411-115/+236
* Open a new extension (protected method) point in PropertiesPluginDescriptorFi...Decebal Suiu2017-09-271-2/+6
* Change root package from ro.fortsoft.pf4j to org.pf4j (#168)Decebal Suiu2017-09-2063-95/+94
* Merge remote-tracking branch 'origin/master'Decebal Suiu2017-09-071-3/+3
|\
| * add some javadoc so people don't wonder if this will throw exception or retur...Nicholas DiPiazza2017-08-111-3/+3
* | Fix #161Decebal Suiu2017-09-071-10/+20
* | CosmeticsDecebal Suiu2017-09-072-40/+45
|/
* Minor javadoc fixDecebal Suiu2017-08-011-11/+14
* Update some code to Java 7Decebal Suiu2017-07-282-28/+14
* Close the input stream after read it and remove redundant util methodDecebal Suiu2017-07-281-49/+26
* Possible fix for #156Decebal Suiu2017-07-283-12/+17
* Add VersionManager abstractization (breaking change) (#155)Decebal Suiu2017-07-129-44/+124
* Refactor ManifestPluginDescriptorFinder to allow custom managing of V… (#154)COLLIGNON Thomas2017-07-061-1/+12
* Add javadoc for DependencyResolver classDecebal Suiu2017-06-291-0/+9
* Enforce dependencies versions (#150)Decebal Suiu2017-06-248-138/+333
* Minor improvementsDecebal Suiu2017-04-204-4/+5
* Add constructors with varargs in PippoExceptionDecebal Suiu2017-04-202-0/+19
* Refactor requires validation, Fixes #142 (#144)Jan Høydahl2017-04-202-21/+30
* New LoadPluginsTest (#141)Jan Høydahl2017-04-062-10/+28
* Unzip plugin zip file in loadPluginFromPath() (#140)Jan Høydahl2017-04-064-42/+66
* Ability to get pluginsRoot from PluginManager (#139)Jan Høydahl2017-04-051-0/+5
* Remove unused importsDecebal Suiu2017-04-041-2/+1
* Refactor of requires in PluginDescriptor (breaking change) (#138)Jan Høydahl2017-04-042-20/+20
* The requires Expression does not print well, instead we get the className. Th...Jan Høydahl2017-04-032-3/+13
* Delete plugin zip on uninstall (#136)Jan Høydahl2017-04-032-1/+30
* `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` fai...Jan Høydahl2017-04-034-29/+33
* getVersion() use wrong class for calculating PF4J version (#134)Jan Høydahl2017-04-031-1/+1
* Fix bug in loadJars() (#131)Jan Høydahl2017-04-013-14/+13
* Refactor validation of PluginDescriptors (#130)Jan Høydahl2017-04-013-42/+23
* Support for adding license information to the plugins (plugin.license), e.g. ...Jan Høydahl2017-03-303-3/+20
* Adding parsing of plugin.description and plugin.requires to the properties fi...Jan Høydahl2017-03-301-0/+12
* Add 'Custom PluginManager' section in readmeDecebal Suiu2017-03-081-1/+1
* Add JarPluginManager, PluginLoader, AbstractPluginManagerDecebal Suiu2017-02-2224-1152/+1366
* reset file format艾少波2017-02-171-1/+1
* Reactivate protection against the issues similar with #97Decebal Suiu2017-02-162-0/+106
* Fix #116Decebal Suiu2016-11-172-6/+4
* Add inheritance support on Extension annotEmmanuel Lecomte2016-09-141-0/+2
* Rename logExtensions() to debugExtensions()Decebal Suiu2016-08-223-11/+13
* Return a list of all extensions from a plugin and optional for an extension p...Decebal Suiu2016-08-118-96/+216
* #107Decebal Suiu2016-08-102-2/+10
* Minor modificationDecebal Suiu2016-07-021-1/+1