aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve DevelopmentPluginClasspath according #195 (#219)Decebal Suiu2018-05-252-25/+55
|
* Add aliases to the runtime modesDecebal Suiu2018-05-241-14/+19
|
* Resolve #218Decebal Suiu2018-05-163-3/+46
|
* FormattingDecebal Suiu2018-04-303-21/+21
|
* Fixes #206 (#210)Shirish Pandharikar2018-04-051-2/+0
|
* License header update, #171 (#205)Bala Raman2018-03-2767-67/+67
|
* Resolve #199Decebal Suiu2018-03-195-17/+8
|
* Resolve #203Decebal Suiu2018-03-171-1/+1
|
* Fix #202Decebal Suiu2018-03-171-0/+2
|
* Add support for parent first loading strategyDecebal Suiu2018-02-073-52/+111
|
* Resolve #200Decebal Suiu2018-02-032-3/+5
|
* Add RESOLVED as plugin stateDecebal Suiu2018-01-292-4/+28
|
* Add LoggingPluginStateListener as listener in DefaultPluginManager only for ↵Decebal Suiu2018-01-283-2/+43
| | | | development mode
* Before start a plugin check if the plugin is resolvedDecebal Suiu2018-01-271-0/+5
|
* Improve VersionManager (prepare pf4j-update release)Decebal Suiu2018-01-274-17/+44
|
* FormattingDecebal Suiu2018-01-231-1/+1
|
* close JarFile stream after getManifest (#197)Hao Xiang2018-01-231-2/+2
|
* FormattingDecebal Suiu2018-01-181-4/+6
|
* Can now just get Extension classes (#191)Tyler Hawkes2018-01-142-1/+29
|
* Minor improvement and refactoringDecebal Suiu2017-12-175-16/+50
|
* #185 : fix missing slash for jar file on Windows while creating new file ↵Julieng502017-12-171-1/+6
| | | | system (#186)
* 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 ↵Decebal Suiu2017-09-271-2/+6
| | | | PropertiesPluginDescriptorFinder
* 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 ↵Nicholas DiPiazza2017-08-111-3/+3
| | | | | | | | return null. (#160)
* | 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
|