summaryrefslogtreecommitdiffstats
path: root/pf4j/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Relax Plugin construction (remove dependency on PluginWrapper) (#512)Decebal Suiu2023-01-303-311/+340
|
* Fix #508Decebal Suiu2022-10-271-1/+3
|
* Fix #492Decebal Suiu2022-06-301-1/+1
|
* Fix memory leak in SingletonExtensionFactory (#487) (#490)RationalityFrontline2022-03-081-4/+9
|
* Add support for reading plugin descriptor from zipdsuiu2021-11-273-40/+64
|
* Do not rely on version from Manifest (#455)wolframhaussig2021-06-152-11/+29
|
* Fixed Dependency version check fails even if required is * (#451)wolframhaussig2021-06-131-1/+1
|
* Add secure wrapper to plugin manager (#450)wolframhaussig2021-06-133-5/+320
|
* Update module-info.java (#426)Decebal Suiu2021-04-041-3/+3
|
* Add a unit test in AbstractExtensionFinderTest to reproduce #428 (#430)ahaha-vip2021-03-241-2/+7
|
* Fix for #394 (#417)Decebal Suiu2021-01-101-5/+5
|
* Support multiple plugin root directories (#404)rreich2020-11-059-71/+136
|
* Bucketed caching in SingletonExtensionFactory (#402)Ajith Kumar2020-10-201-5/+15
|
* Solve #440Decebal Suiu2020-10-121-0/+47
|
* Make DefaultPluginDescriptor#addDependency usable (#398)rreich2020-09-281-10/+3
| | | Thanks!
* added toString to WrongDependencyVersion to solve issue #396 (#397)asafbennatan2020-09-141-0/+9
|
* Fix #395Decebal Suiu2020-08-271-1/+1
|
* Fix #378Decebal Suiu2020-08-181-1/+1
|
* Fix #391Decebal Suiu2020-08-101-1/+1
|
* Fix for #377 and minor fixes found by Sonar lint (#388)Valeriy Kucherenko2020-07-246-52/+63
|
* Fix for problem with file lock on Windows platform. Introduce unloadPlugins ↵Valeriy Kucherenko2020-07-172-0/+16
| | | | | method. (#387) Thanks for your contribution!
* Little formattingDecebal Suiu2020-07-172-27/+34
|
* Deprecate PluginClassLoader with parentFirst as parameterDecebal Suiu2020-07-171-1/+3
|
* Better Customization for PluginClassLoader (#385)asafbennatan2020-07-172-98/+140
|
* Fix wrong logical condition (optional dependencies are always skipped) (#386)Valeriy Kucherenko2020-07-173-36/+35
|
* parent first class loading is protected by ClassCastException instead of ↵asafbennatan2020-07-091-1/+1
| | | | ClassNotFoundException (#384)
* sort files using last modified as long, preventing downcasting errors (#376)ThatGamerBlue2020-05-251-1/+1
|
* Little optimizationDecebal Suiu2020-04-221-2/+3
|
* Eliminate some redundant checksDecebal Suiu2020-04-221-2/+2
|
* Fix #371Decebal Suiu2020-04-211-1/+2
|
* Fix #363Decebal Suiu2020-04-211-3/+5
|
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-211-1/+1
|
* Improve annotation processor error messages (#370)GunoH2020-03-101-2/+4
|
* PluginClassLoader does not resolve classpath resources from plugin ↵Lee David Painter2020-02-202-14/+77
| | | | dependencies (#365)
* Check proper list for debug logging (#366)GunoH2020-02-111-1/+1
|
* Failed plugin state added. When plugin failed to start previous state was ↵radeklos2020-02-043-5/+27
| | | | kept (#364)
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-131-18/+21
|
* Improve readabilityDecebal Suiu2019-12-202-75/+28
|
* Remove unneeded methodsDecebal Suiu2019-12-202-18/+14
|
* Resolve #355decebals2019-12-111-1/+8
|
* adds equals/hashCode to some data classes (#352)Cameron Fieber2019-12-043-0/+50
|
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-161-6/+31
|
* Small refactoringDecebal Suiu2019-11-154-4/+6
|
* Found extensions when using decorated annotations (#348)Decebal Suiu2019-11-153-35/+77
|
* Ad more tests in ExtensionAnnotationProcessorTestDecebal Suiu2019-11-141-7/+8
|
* Add more defense in ExtensionAnnotationProcessor (error message if something ↵Decebal Suiu2019-11-131-0/+2
| | | | is wrong)
* Move static method in superclassDecebal Suiu2019-11-133-42/+22
|
* Add javadocDecebal Suiu2019-11-134-0/+14
|
* Add IDEA classpath for Development mode (#323)Hank2019-09-051-0/+8
|
* Implement PluginClassLoader.getResources (#336) (#337)Sebastian Lövdahl2019-09-041-0/+20
|