Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve the logging | Decebal Suiu | 2018-07-09 | 1 | -1/+2 | |
| | ||||||
* | Prevent FileSystemAlreadyExistsException (#229) | Decebal Suiu | 2018-07-09 | 1 | -3/+12 | |
| | ||||||
* | Tabs to spaces | Decebal Suiu | 2018-07-07 | 19 | -194/+194 | |
| | ||||||
* | Formatting, rename fields refactoring, add comments | Decebal Suiu | 2018-06-17 | 8 | -219/+178 | |
| | ||||||
* | Fix #223 | Decebal Suiu | 2018-06-17 | 2 | -40/+87 | |
| | ||||||
* | Correct the class passed to DefaultPluginFactory's logger (#222) | Lee Jenkins | 2018-06-12 | 1 | -1/+1 | |
| | ||||||
* | Improving development mode experience for Gradle users #195 (#221) | Shawn Sherwood | 2018-06-01 | 2 | -2/+31 | |
| | ||||||
* | Improve DevelopmentPluginClasspath according #195 (#219) | Decebal Suiu | 2018-05-25 | 2 | -25/+55 | |
| | ||||||
* | Add aliases to the runtime modes | Decebal Suiu | 2018-05-24 | 1 | -14/+19 | |
| | ||||||
* | Fix unit test | Decebal Suiu | 2018-05-16 | 1 | -4/+4 | |
| | ||||||
* | Resolve #218 | Decebal Suiu | 2018-05-16 | 3 | -3/+46 | |
| | ||||||
* | Formatting | Decebal Suiu | 2018-04-30 | 3 | -21/+21 | |
| | ||||||
* | Fixes #206 (#210) | Shirish Pandharikar | 2018-04-05 | 1 | -2/+0 | |
| | ||||||
* | License header update, #171 (#205) | Bala Raman | 2018-03-27 | 91 | -91/+91 | |
| | ||||||
* | Fix unit test | Decebal Suiu | 2018-03-19 | 1 | -7/+6 | |
| | ||||||
* | Resolve #199 | Decebal Suiu | 2018-03-19 | 5 | -17/+8 | |
| | ||||||
* | Resolve #203 | Decebal Suiu | 2018-03-17 | 1 | -1/+1 | |
| | ||||||
* | Fix #202 | Decebal Suiu | 2018-03-17 | 2 | -0/+16 | |
| | ||||||
* | Add support for parent first loading strategy | Decebal Suiu | 2018-02-07 | 3 | -52/+111 | |
| | ||||||
* | Resolve #200 | Decebal Suiu | 2018-02-03 | 2 | -3/+5 | |
| | ||||||
* | Add RESOLVED as plugin state | Decebal Suiu | 2018-01-29 | 2 | -4/+28 | |
| | ||||||
* | Add LoggingPluginStateListener as listener in DefaultPluginManager only for ↵ | Decebal Suiu | 2018-01-28 | 3 | -2/+43 | |
| | | | | development mode | |||||
* | Before start a plugin check if the plugin is resolved | Decebal Suiu | 2018-01-27 | 1 | -0/+5 | |
| | ||||||
* | Improve VersionManager (prepare pf4j-update release) | Decebal Suiu | 2018-01-27 | 7 | -27/+59 | |
| | ||||||
* | Formatting | Decebal Suiu | 2018-01-23 | 1 | -1/+1 | |
| | ||||||
* | close JarFile stream after getManifest (#197) | Hao Xiang | 2018-01-23 | 1 | -2/+2 | |
| | ||||||
* | Formatting | Decebal Suiu | 2018-01-18 | 1 | -4/+6 | |
| | ||||||
* | Can now just get Extension classes (#191) | Tyler Hawkes | 2018-01-14 | 2 | -1/+29 | |
| | ||||||
* | Minor improvement and refactoring | Decebal Suiu | 2017-12-17 | 5 | -16/+50 | |
| | ||||||
* | #185 : fix missing slash for jar file on Windows while creating new file ↵ | Julieng50 | 2017-12-17 | 1 | -1/+6 | |
| | | | | system (#186) | |||||
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2017-12-16 | 8 | -163/+322 | |
|\ | ||||||
| * | Refactoring to make PluginDescriptor more usable (#180) | Josiah Haswell | 2017-11-01 | 7 | -162/+321 | |
| | | ||||||
| * | @Override should not change method signature (#178) | Kristof | 2017-10-26 | 1 | -1/+1 | |
| | | ||||||
* | | Fix #184 | Decebal Suiu | 2017-12-16 | 1 | -1/+1 | |
|/ | ||||||
* | Emit warning instead of error when plugin root is not present (#176) | Sergey Tyurin | 2017-10-13 | 1 | -1/+1 | |
| | ||||||
* | Improve public API of Extention* classes (#175) | Sergey Tyurin | 2017-10-12 | 3 | -33/+14 | |
| | ||||||
* | Remove JarPluginManager | Decebal Suiu | 2017-10-05 | 4 | -73/+43 | |
| | ||||||
* | Add CompoundPluginLoader | Decebal Suiu | 2017-10-05 | 6 | -26/+145 | |
| | ||||||
* | Add CompoundPluginDescriptorFinder (#172) | Decebal Suiu | 2017-10-04 | 21 | -298/+549 | |
| | ||||||
* | Open a new extension (protected method) point in ↵ | Decebal Suiu | 2017-09-27 | 1 | -2/+6 | |
| | | | | PropertiesPluginDescriptorFinder | |||||
* | Change root package from ro.fortsoft.pf4j to org.pf4j (#168) | Decebal Suiu | 2017-09-20 | 87 | -180/+179 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2017-09-07 | 1 | -3/+3 | |
|\ | ||||||
| * | add some javadoc so people don't wonder if this will throw exception or ↵ | Nicholas DiPiazza | 2017-08-11 | 1 | -3/+3 | |
| | | | | | | | | return null. (#160) | |||||
* | | Fix #161 | Decebal Suiu | 2017-09-07 | 1 | -10/+20 | |
| | | ||||||
* | | Cosmetics | Decebal Suiu | 2017-09-07 | 2 | -40/+45 | |
|/ | ||||||
* | Minor javadoc fix | Decebal Suiu | 2017-08-01 | 1 | -11/+14 | |
| | ||||||
* | Update some code to Java 7 | Decebal Suiu | 2017-07-28 | 2 | -28/+14 | |
| | ||||||
* | Close the input stream after read it and remove redundant util method | Decebal Suiu | 2017-07-28 | 1 | -49/+26 | |
| | ||||||
* | Possible fix for #156 | Decebal Suiu | 2017-07-28 | 3 | -12/+17 | |
| | ||||||
* | Add VersionManager abstractization (breaking change) (#155) | Decebal Suiu | 2017-07-12 | 17 | -94/+213 | |
| |