aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Fix #363Decebal Suiu2020-04-212-0/+38
* Add test for findExtensionAnnotation (preparation for #363)Decebal Suiu2020-04-212-5/+59
* PluginClassLoader does not resolve classpath resources from plugin dependenci...Lee David Painter2020-02-201-5/+122
* Throw IOException if `mkdirs()` fails while unpacking ZIP file (#359) (#362)Sebastian Lövdahl2020-01-131-3/+20
* 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-041-0/+12
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-161-1/+1
* Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchiveDecebal Suiu2019-11-151-1/+2
* Found extensions when using decorated annotations (#348)Decebal Suiu2019-11-151-4/+44
* Ad more tests in ExtensionAnnotationProcessorTestDecebal Suiu2019-11-141-6/+103
* Implement PluginClassLoader.getResources (#336) (#337)Sebastian Lövdahl2019-09-042-6/+268
* Resolve #335Decebal Suiu2019-08-051-6/+43
* Improve testing of #335Decebal Suiu2019-08-051-6/+10
* Convert PluginException in PluginRuntimeException and use unchecked exceptionsDecebal Suiu2019-06-088-14/+14
* Polishing #321decebals2019-06-041-44/+48
* Recreate FileSystemException in windows on plugin delete (#321)hazemkmammu2019-06-041-0/+69
* Improve PluginJar, add ClassDataProvider conceptDecebal Suiu2019-05-317-6/+170
* Add JarPluginManagerTestdecebals2019-05-301-0/+80
* Improve PluginZipdecebals2019-05-301-2/+18
* Improve PluginJardecebals2019-05-301-6/+23
* Revert commit 40846fa (Rename PluginRepository.getPluginPaths to getPluginsPa...Decebal Suiu2019-05-133-17/+17
* Improve #307 (add support for development mode)decebals2019-05-033-30/+68
* Add DirectedGraphTestDecebal Suiu2019-04-201-0/+98
* Add AbstractPluginManagerTestDecebal Suiu2019-04-201-0/+49
* Improve #292Decebal Suiu2019-04-202-11/+20
* Improve #292Decebal Suiu2019-04-203-13/+13
* Add pluginClass getter in PluginZip and PluginJarDecebal Suiu2019-04-154-28/+69
* Resolve #311Decebal Suiu2019-04-152-13/+60
* Rename PluginRepository.getPluginPaths to getPluginsPathsDecebal Suiu2019-04-141-15/+15
* Improve readabilityDecebal Suiu2019-04-135-199/+155
* Add constants for properties namesDecebal Suiu2019-04-121-34/+35
* Improve readability of PropertiesPluginDescriptorFinderTestDecebal Suiu2019-04-121-73/+64
* Clean testsDecebal Suiu2019-04-122-21/+5
* Add PluginJarDecebal Suiu2019-04-121-0/+114
* Add possibility to add extra propertiesDecebal Suiu2019-04-121-7/+21
* Migrate to JUnit 5Decebal Suiu2019-03-2019-225/+209
* Fix deprecated classDecebal Suiu2019-03-131-4/+9
* 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