aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j
Commit message (Expand)AuthorAgeFilesLines
...
* Make DefaultPluginDescriptor#addDependency usable (#398)rreich2020-09-282-10/+45
* 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
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2020-08-141-2/+2
* [maven-release-plugin] prepare release release-3.4.1release-3.4.1Decebal Suiu2020-08-141-2/+2
* Fix #391Decebal Suiu2020-08-101-1/+1
* Fix for #377 and minor fixes found by Sonar lint (#388)Valeriy Kucherenko2020-07-247-55/+65
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2020-07-171-2/+2
* [maven-release-plugin] prepare release release-3.4.0release-3.4.0Decebal Suiu2020-07-171-2/+2
* Fix for problem with file lock on Windows platform. Introduce unloadPlugins m...Valeriy Kucherenko2020-07-173-0/+18
* 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 Clas...asafbennatan2020-07-091-1/+1
* sort files using last modified as long, preventing downcasting errors (#376)ThatGamerBlue2020-05-252-2/+3
* Switch to Log4j2Decebal Suiu2020-04-223-26/+47
* Little optimizationDecebal Suiu2020-04-221-2/+3
* Eliminate some redundant checksDecebal Suiu2020-04-221-2/+2
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2020-04-211-2/+2
* [maven-release-plugin] prepare release release-3.3.1release-3.3.1Decebal Suiu2020-04-211-2/+2
* Fix #371Decebal Suiu2020-04-211-1/+2
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2020-04-211-2/+2
* [maven-release-plugin] prepare release release-3.3.0release-3.3.0Decebal Suiu2020-04-211-2/+2
* Fix #363Decebal Suiu2020-04-213-3/+43
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-213-6/+60
* Improve annotation processor error messages (#370)GunoH2020-03-101-2/+4
* PluginClassLoader does not resolve classpath resources from plugin dependenci...Lee David Painter2020-02-203-19/+199
* Check proper list for debug logging (#366)GunoH2020-02-111-1/+1
* Failed plugin state added. When plugin failed to start previous state was kep...radeklos2020-02-043-5/+27
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-132-21/+41
* Improve readabilityDecebal Suiu2019-12-202-75/+28
* Remove unneeded methodsDecebal Suiu2019-12-202-18/+14
* Resolve #355decebals2019-12-111-1/+8
* Add test (deleteJarPlugin) in DefaultPluginManagerTest that replicates the is...decebals2019-12-111-0/+35
* adds equals/hashCode to some data classes (#352)Cameron Fieber2019-12-044-0/+62
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2019-11-291-2/+2
* [maven-release-plugin] prepare release release-3.2.0release-3.2.0Decebal Suiu2019-11-291-2/+2
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-162-7/+32
* Small refactoringDecebal Suiu2019-11-154-4/+6
* Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchiveDecebal Suiu2019-11-151-1/+2
* Found extensions when using decorated annotations (#348)Decebal Suiu2019-11-154-39/+121
* Ad more tests in ExtensionAnnotationProcessorTestDecebal Suiu2019-11-143-17/+119
* Add more defense in ExtensionAnnotationProcessor (error message if something ...Decebal Suiu2019-11-131-0/+2
* Move static method in superclassDecebal Suiu2019-11-133-42/+22
* Add javadocDecebal Suiu2019-11-134-0/+14
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2019-09-081-2/+2
* [maven-release-plugin] prepare release release-3.1.0release-3.1.0Decebal Suiu2019-09-081-2/+2
* Add IDEA classpath for Development mode (#323)Hank2019-09-051-0/+8