aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Resolve #294#294Decebal Suiu2019-03-121-1/+13
|
* Check no plugin with same pluginId is loaded (#287)Dmitry Timofeev2019-03-021-9/+84
|
* Optional plugin dependencies (#270)Andreas Rudolph2019-01-111-1/+20
|
* Fix #248Decebal Suiu2018-11-231-7/+10
|
* Remove useless throws exceptionDecebal Suiu2018-11-221-1/+1
|
* Add tests for SingletonExtensionFactoryDecebal Suiu2018-07-201-0/+45
|
* Formatting, rename fields refactoring, add commentsDecebal Suiu2018-06-177-210/+171
|
* Fix #223Decebal Suiu2018-06-171-29/+82
|
* Improving development mode experience for Gradle users #195 (#221)Shawn Sherwood2018-06-011-1/+27
|
* Fix unit testDecebal Suiu2018-05-161-4/+4
|
* License header update, #171 (#205)Bala Raman2018-03-2724-24/+24
|
* Fix unit testDecebal Suiu2018-03-191-7/+6
|
* Fix #202Decebal Suiu2018-03-171-0/+14
|
* Improve VersionManager (prepare pf4j-update release)Decebal Suiu2018-01-273-10/+15
|
* Refactoring to make PluginDescriptor more usable (#180)Josiah Haswell2017-11-013-12/+94
|
* Add CompoundPluginDescriptorFinder (#172)Decebal Suiu2017-10-0410-183/+313
|
* Change root package from ro.fortsoft.pf4j to org.pf4j (#168)Decebal Suiu2017-09-2023-84/+84
|
* Add VersionManager abstractization (breaking change) (#155)Decebal Suiu2017-07-129-71/+110
|
* Enforce dependencies versions (#150)Decebal Suiu2017-06-241-0/+141
|
* Refactor requires validation, Fixes #142 (#144)Jan Høydahl2017-04-204-6/+83
|
* Add more unit testsDecebal Suiu2017-04-066-6/+319
|
* New LoadPluginsTest (#141)Jan Høydahl2017-04-063-0/+224
|
* Unzip plugin zip file in loadPluginFromPath() (#140)Jan Høydahl2017-04-061-0/+65
|
* Refactor of requires in PluginDescriptor (breaking change) (#138)Jan Høydahl2017-04-042-9/+9
|
* The requires Expression does not print well, instead we get the className. ↵Jan Høydahl2017-04-031-0/+1
| | | | This fix adds a `requiresString` to PluginInfo. (#137)
* Delete plugin zip on uninstall (#136)Jan Høydahl2017-04-031-0/+4
|
* `deletePlugin(id)` which is called by `UpdateManager.uninstallPlugin(id)` ↵Jan Høydahl2017-04-031-1/+5
| | | | failed since the `PluginRepository.deletePluginPath()` call used `Files.deleteIfExists(path)` which is not able to delete recursively. (#135)
* Refactor validation of PluginDescriptors (#130)Jan Høydahl2017-04-013-45/+60
|
* Support for adding license information to the plugins (plugin.license), e.g. ↵Jan Høydahl2017-03-302-0/+4
| | | | Apache-2.0 or MIT
* Added copyrightJan Høydahl2017-03-301-0/+15
|
* Adding parsing of plugin.description and plugin.requires to the properties ↵Jan Høydahl2017-03-301-0/+177
| | | | finder, and added a test
* Add JarPluginManager, PluginLoader, AbstractPluginManagerDecebal Suiu2017-02-224-94/+133
|
* Format the license headerDecebal Suiu2015-12-246-9/+6
|
* minor changesDecebal Suiu2015-10-062-9/+7
|
* use FileUtils.writeLinesDecebal Suiu2015-10-061-15/+17
|
* fix #78Decebal Suiu2015-10-061-31/+43
|
* remove unused importDecebal Suiu2015-09-171-2/+0
|
* Generate Manifest content for testingMário Franco2015-09-098-93/+163
|
* Added a few moreMário Franco2015-09-092-10/+49
|
* Added fail on missing plugin idMário Franco2015-09-092-0/+24
|
* Added more fail testsMário Franco2015-09-093-3/+52
|
* Added ManifestPluginDescriptorFinder testsMário Franco2015-09-094-0/+119
|
* Added one more fail test to DefaultExtensionFactoryMário Franco2015-09-092-0/+39
|
* Added one more fail test to DefaultPluginFactoryMário Franco2015-09-091-0/+18
|
* fix #60Decebal Suiu2015-07-211-10/+18
|
* Clean up the testsMário Franco2015-07-215-38/+3
|
* Added tests for DefaultExtensionFactoryMário Franco2015-07-212-0/+76
|
* Add another fail testMário Franco2015-07-212-0/+50
|
* Added tests for DefaultPluginFactory and multiple improvementsMário Franco2015-07-215-30/+173
|
* Added failed validationMário Franco2015-07-201-0/+2
|