aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [maven-release-plugin] prepare release release-3.2.0release-3.2.0Decebal Suiu2019-11-299-17/+17
|
* Update changelogDecebal Suiu2019-11-291-1/+21
|
* Support any interface as an ExtensionPoint (#350)Decebal Suiu2019-11-162-7/+32
|
* Small refactoringDecebal Suiu2019-11-154-4/+6
|
* Fix gradle demo (#349)Clay McCoy2019-11-1512-22/+317
|
* Fix flaky test DefaultPluginRepositoryTest.testGetPluginArchiveDecebal Suiu2019-11-151-1/+2
|
* Update README.mdDecebal Suiu2019-11-151-1/+1
|
* 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
| | | | is wrong)
* Move static method in superclassDecebal Suiu2019-11-133-42/+22
|
* Add javadocDecebal Suiu2019-11-134-0/+14
|
* Quickstart (call to action) section in readmeDecebal Suiu2019-09-101-0/+6
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2019-09-089-17/+17
|
* [maven-release-plugin] prepare release release-3.1.0release-3.1.0Decebal Suiu2019-09-089-17/+17
|
* Update changelogDecebal Suiu2019-09-081-0/+10
|
* Add version 3.0.0 to changelogDecebal Suiu2019-09-081-1/+12
|
* Add IDEA classpath for Development mode (#323)Hank2019-09-051-0/+8
|
* Implement PluginClassLoader.getResources (#336) (#337)Sebastian Lövdahl2019-09-043-6/+288
|
* Resolve #335Decebal Suiu2019-08-053-19/+113
|
* Improve testing of #335Decebal Suiu2019-08-051-6/+10
|
* Make AbstractPluginManager fields protected to allow better control in ↵Johannes Schüth2019-07-121-17/+17
| | | | custom plugin managers (#330)
* Make PluginWrapper#setPluginState and PluginWrapper#setPluginFactory public ↵Johannes Schüth2019-07-101-2/+2
| | | | to better support custom plugin managers (#329)
* Modified org.pf4j.PluginState to an enum (#328)MacTrophy2019-07-021-21/+19
|
* Update README.mdDecebal Suiu2019-06-201-5/+5
|
* Update README.mdDecebal Suiu2019-06-181-1/+1
|
* Update README.mdDecebal Suiu2019-06-181-14/+39
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2019-06-129-17/+17
|
* [maven-release-plugin] prepare release release-3.0.1release-3.0.1Decebal Suiu2019-06-129-17/+17
|
* Revert disable Javadoc generation on 11+Decebal Suiu2019-06-121-12/+0
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2019-06-129-17/+17
|
* [maven-release-plugin] prepare release release-3.0.0release-3.0.0Decebal Suiu2019-06-129-17/+17
|
* Update changelogDecebal Suiu2019-06-121-1/+41
|
* Merge pull request #324 from pf4j/pf4j_3Decebal Suiu2019-06-12100-940/+2659
|\ | | | | PF4J 3
| * Merge branch masterpf4j_3Decebal Suiu2019-06-111-1/+1
| |
| * Convert PluginException in PluginRuntimeException and use unchecked exceptionsDecebal Suiu2019-06-0829-103/+105
| |
| * Fix FileSystemException in windows on plugin delete (#322)hazemkmammu2019-06-051-8/+16
| |
| * 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
| |
| * Add constructors in JarPluginManagerdecebals2019-05-301-0/+10
| |
| * Resolve #306Decebal Suiu2019-05-1620-0/+728
| |
| * Revert commit 40846fa (Rename PluginRepository.getPluginPaths to ↵Decebal Suiu2019-05-138-30/+30
| | | | | | | | getPluginsPaths)
| * Remove empty lineDecebal Suiu2019-05-031-1/+0
| |
| * Remove unneeded methoddecebals2019-05-032-8/+5
| |
| * Improve #307 (add support for development mode)decebals2019-05-0318-136/+334
| |
| * Extract constants for some stringsdecebals2019-05-021-7/+5
| |