You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

CHANGELOG.md 21KB

8 years ago
5 years ago
8 years ago
8 years ago
8 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  1. ## Change Log
  2. All notable changes to this project will be documented in this file.
  3. This project adheres to [Semantic Versioning](http://semver.org/).
  4. ### [Unreleased][unreleased]
  5. #### Fixed
  6. #### Changed
  7. #### Added
  8. #### Removed
  9. ### [3.8.0] - 2022-10-27
  10. #### Fixed
  11. - [#492]: Loading extensions crashes kotlin application
  12. - [#508]: Not create extensions.idx if no extensions exist
  13. #### Changed
  14. - Make ServiceProviderExtensionFinder optional in demo (commented code)
  15. #### Added
  16. - Add support for reading plugin descriptor from zip
  17. - Use logger instead of System.out.println for demo
  18. #### Removed
  19. ### [3.7.0] - 2022-06-28
  20. #### Fixed
  21. - [#435]: Fix the path separator used in the SingletonExtensionFactoryTest.java
  22. - [#451]: Fix Dependency version check fails even if required is '*'
  23. - [#490]: Fix memory leak in SingletonExtensionFactory
  24. #### Changed
  25. - Update mockito version from 2.24.0 to 3.8.0
  26. - [#426]: Update module-info.java
  27. - [#455]: Do not rely on version from Manifest
  28. - Update Log4j version to 2.17.1
  29. #### Added
  30. - [#430]: Add a unit test in AbstractExtensionFinderTest to reproduce #428
  31. - [#450]: Add wrapper to plugin manager (SecurePluginManagerWrapper)
  32. - Add code analyses via Sonar
  33. - Add support for reading plugin descriptor from zip
  34. #### Removed
  35. ### [3.6.0] - 2021-01-16
  36. #### Fixed
  37. - [#394]: `DependencyResolver` lost dependent info after plugin stop
  38. #### Changed
  39. #### Added
  40. - [#415]: Externalize some useful classes from testing
  41. #### Removed
  42. ### [3.5.0] - 2020-11-08
  43. #### Fixed
  44. - [#378]: Wrong log message
  45. - [#396]: `WrongDependencyVersionException` logs do not contain any info
  46. #### Changed
  47. - [#395]: Make ClassLoadingStrategy's constructor public
  48. - [#398]: Make `DefaultPluginDescriptor#addDependency` usable
  49. - [#402]: Bucketed caching in `SingletonExtensionFactory`
  50. #### Added
  51. - [#400]: Add support for JPMS (`module-info.java`)
  52. - [#404]: Support multiple plugin root directories
  53. #### Removed
  54. ### [3.4.1] - 2020-08-14
  55. #### Fixed
  56. - [#371]: `ClosedFileSystemException` when I run demo (Windows)
  57. - [#391]: Incorrect enum selection in `ClassLoadingStrategy.ADP`
  58. #### Changed
  59. #### Added
  60. #### Removed
  61. ### [3.3.0] - 2020-04-21
  62. #### Fixed
  63. - [#355]: Cannot remove plugin jar file after unloading
  64. - [#359]: Calls to `File.mkdirs` in unzip logic may silently fail
  65. - [#363]: StackOverflow in `AbstractExtensionFinder.findExtensionAnnotation`
  66. - [#366]: Check proper list for debug logging
  67. #### Changed
  68. - [#364]: Failed plugin state added. When plugin failed to start previous state was kept
  69. - [#370]: Improve annotation processor error messages
  70. #### Added
  71. - [#352]: Add `equals`/`hashCode` to some data classes
  72. - [#365]: `PluginClassLoader` does not resolve classpath resources from plugin dependencies
  73. #### Removed
  74. ### [3.2.0] - 2019-11-29
  75. #### Fixed
  76. - Fix flaky test `DefaultPluginRepositoryTest.testGetPluginArchive`
  77. - [#349]: Fix Gradle demo
  78. #### Changed
  79. - Add more defense in `ExtensionAnnotationProcessor` (error message if something is wrong)
  80. - Add more tests in `ExtensionAnnotationProcessorTest`
  81. #### Added
  82. - [#348]: Found extensions when using decorated annotations
  83. - [#350]: Support any interface as an `ExtensionPoint`
  84. #### Removed
  85. ### [3.1.0] - 2019-09-08
  86. #### Fixed
  87. - [#335]: `DefaultPluginStatusProvider.enablePlugin` function seems to be wrong
  88. #### Changed
  89. - [#328]: Modified `PluginState` to an enum
  90. - [#330]: Make `AbstractPluginManager` fields protected
  91. #### Added
  92. - [#323]: Add IDEA classpath for Development mode
  93. - [#337]: Implement `PluginClassLoader.getResources`
  94. #### Removed
  95. ### [3.0.0] - 2019-06-12
  96. #### Fixed
  97. - [#297]: Loading extensions may shutdown the application
  98. - Fix the plugin directory will be deleted anyway in unzip `extract` method
  99. - [#309]: Can't delete/remove unloaded plugin
  100. - [#311]: Wrong file delete on `JarPluginRepository.deletePluginPath`
  101. - [#322]: Fix `FileSystemException` in Windows on plugin delete
  102. #### Changed
  103. - Improve `run-demo` scripts
  104. - [#294]: Configure compound classes to use JAR plugins first
  105. - [#296]: Return extension classes with wildcard type arguments
  106. - [#298]: update ASM library to version 7.1
  107. - Migrate to JUnit 5
  108. - Improve `PluginZip` (used in tests)
  109. - Improve readability of `PropertiesPluginDescriptorFinderTest`
  110. - Convert `PluginException` in `PluginRuntimeException` and use unchecked exceptions in PF4J
  111. #### Added
  112. - [#278]: Make the project build on Java 11
  113. - [#287]: Check no plugin with same `pluginId` is loaded
  114. - [#288]: Document thread safety of `PluginManager`s
  115. - [#292]: Communicate errors with Exceptions where appropriate
  116. - [#306]: Provide an Archetype for new PF4J based projects
  117. - [#307]: Add `JarPluginManager` and `ZipPluginManager`
  118. - Add constants for manifest's attributes names
  119. - Add constants for properties names
  120. - Add `PluginJar` (used in tests)
  121. - Add `AbstractPluginManagerTest`
  122. - Add `DirectedGraphTest`
  123. - Add `JarPluginManagerTest`
  124. - Extract constants for some system property names
  125. #### Removed
  126. - Remove deprecated constructor in `DefaultPluginManager`
  127. ### [2.6.0] - 2019-02-01
  128. #### Fixed
  129. - [#273]: `ServiceProviderExtensionFinder` should scan the whole classpath
  130. - [#276]: The plugins in the demo did not load successfully
  131. - [#277]: Configures plugin manager to load "HowdyGreeting" using the services
  132. #### Changed
  133. - Improve run demo scripts
  134. - [#248]: Load extensions from plugin libraries
  135. - [#271]: Update `slf4j` dependency to version 1.7.25
  136. #### Added
  137. - [#265]: Explicitly configure extension points for an extension
  138. - [#270]: Optional plugin dependencies
  139. - [#275]: Add automatic module name to `pf4j.jar`
  140. #### Removed
  141. ### [2.5.0] - 2018-12-12
  142. #### Fixed
  143. - [#248]: Plugin upgrade version order not guaranteed
  144. - [#250]: Method `DependencyResolver.resolve` removes dependents in check version block
  145. - [#252]: `java.nio.file.FileSystemNotFoundException`
  146. #### Changed
  147. - [#209]: Why "plugin.properties" is required?
  148. #### Added
  149. - [#242]: Add delete hook method in `Plugin`
  150. - [#256]: Adds ability to configure plugin directory
  151. #### Removed
  152. ### [2.4.0] - 2018-08-01
  153. #### Fixed
  154. - [#222]: Correct the class passed to `DefaultPluginFactory's` logger
  155. - [#223]: A disabled plugin is automatically started by `pluginManager.startPlugins()`
  156. - [#229]: Can't find `plugin.properties` file inside `.jar`
  157. - Fix error in `FileUtils.getFileSystem`
  158. #### Changed
  159. #### Added
  160. - [#229]: Add `SingletonExtensionFactory`
  161. - [#229]: Allow a way to query all extension classes for a given plugin
  162. #### Removed
  163. ### [2.3.0] - 2018-06-04
  164. #### Fixed
  165. - [#202]: Spaces in name produce 'Illegal character in opaque part at index'
  166. - [#203]: File lock on plugin jar not released
  167. #### Changed
  168. - [#171]: Change the copyright text from the head of files
  169. - [#218]: It should not return null after it detects that the plugin has been loaded
  170. - [#219]: Improve support for Gradle and Kotlin
  171. #### Added
  172. - [#199]: Make optional the plugin class attribute of plugin manifest
  173. - [#206]: Support multiple plugin directories
  174. - Add aliases to the runtime modes (`dev` for `development` and `prod` for `deployment`)
  175. #### Removed
  176. ### [2.2.0] - 2018-02-11
  177. #### Fixed
  178. - [#197]: Close `JarFile` stream after `getManifest` in `ManifestPluginDescriptorFinder.find(Path pluginPath)`
  179. - Before start a plugin check if the plugin is resolved
  180. - [#200]: Compiling with Maven under Java9 breaks project
  181. #### Changed
  182. - [#194]: Changing packaging from ZIP to JAR for demo
  183. - Improve `VersionManager` (prepare a new `pf4j-update` release)
  184. #### Added
  185. - [#166]: Simplify main `README` (move the content to http://www.pf4j.org)
  186. - [#190]: Add methods to just get extension classes
  187. - Add `LoggingPluginStateListener` as listener in `DefaultPluginManager` (only for `development` mode)
  188. - Add new `RESOLVED` as plugin state
  189. - Add support for PARENT FIRST loading strategy
  190. #### Removed
  191. ### [2.1.0] - 2018-01-10
  192. #### Fixed
  193. - [#177]: Fix Gradle demo
  194. - [#178]: `@Override` should not change method signature
  195. - [#184]: Bug in FileUtils while creating URI on Windows
  196. #### Changed
  197. - [#180]: Refactoring to make `PluginDescriptor` more usable
  198. #### Added
  199. #### Removed
  200. ### [2.0.0] - 2017-10-17
  201. #### Fixed
  202. - [#156]: `FileSystemException` when I call `deletePlugin` after `getExtensions`
  203. - Fix Maven warnings
  204. #### Changed
  205. - [#149]: Updated gradle demo dependencies and switched from System.out.println to slf4j log
  206. - Update some code to Java 7
  207. - [#168]: Change root package from `ro.fortsoft.pf4j` to `org.pf4j`
  208. - Open a new extension (protected method) point in `PropertiesPluginDescriptorFinder`
  209. #### Added
  210. - [#146]: Kotlin plugin example added and README updated for Kotlin
  211. - [#150]: Enforce dependencies versions
  212. - [#155]: Add VersionManager abstractization (breaking change)
  213. - [#172]: Add `CompoundPluginDescriptorFinder`
  214. - Add `CompoundPluginLoader`
  215. #### Removed
  216. - Remove `JarPluginManager` (the logic is included in `DefaultPluginManager` via `CompoundXYZ` concept)
  217. ### [1.3.0] - 2017-05-03
  218. #### Fixed
  219. - [#129]: Properties Descriptor finder bug fixes and a test
  220. - [#131]: Fix bug in `loadJars()`, did not add `/lib` to classloader
  221. - [#134]: `getVersion()` use wrong class for calculating PF4J version
  222. - [#135]: `deletePlugin()` failed to delete plugin folder with contents
  223. - [#137]: The requires Expression does not print well
  224. - [#140]: Unzip plugin zip file in `loadPluginFromPath()`
  225. #### Changed
  226. - [#130]: Refactor validation of PluginDescriptors
  227. - [#138]: Refactor of requires in PluginDescriptor (breaking change)
  228. #### Added
  229. - [#133]: Support for adding license information to the plugins
  230. - [#136]: Delete plugin zip on uninstall
  231. - [#139]: Ability to get `pluginsRoot` from PluginManager
  232. - Add constructors with varargs in PluginException
  233. #### Removed
  234. ### [1.2.0] - 2017-03-03
  235. #### Fixed
  236. - [#125]: Fix possible NPE
  237. #### Changed
  238. - [#116]: Updated PF4J to newest version in Gradle demo
  239. - Reactivate protection against the issues similar with [#97]
  240. #### Added
  241. - [#128]: Add `JarPluginManager`, `PluginLoader`, `AbstractPluginManager`
  242. #### Removed
  243. ### [1.1.1] - 2016-11-17
  244. #### Fixed
  245. - [#116]: Default/System extensions are duplicated
  246. #### Changed
  247. #### Added
  248. - [#111]: Add inheritance support on Extension annotation
  249. #### Removed
  250. ### [1.1.0] - 2016-08-22
  251. #### Fixed
  252. #### Changed
  253. - [#107]: PluginDescriptor can't be extended
  254. #### Added
  255. - [#108]: Return a list of all extensions from a plugin and optional for an extension point
  256. #### Removed
  257. ### [1.0.0] - 2016-07-07
  258. #### Fixed
  259. - [#99]: NPE in `DefaultPluginManager.stopPlugin()`
  260. - [#100]: Gradle build in demo_gradle is broken
  261. - [#103]: Gradle demos don't build zip with libs
  262. - Fix logging issue in demo
  263. #### Changed
  264. - Rework defense against [#97]
  265. - Eliminate duplicate log messages from demo
  266. - Improve debugging for "no extensions found"
  267. #### Added
  268. #### Removed
  269. ### [0.13.1] - 2016-04-01
  270. #### Fixed
  271. - [#98]: WARN ro.fortsoft.pf4j.AbstractExtensionFinder (too many log lines)
  272. ### [0.13.0] - 2016-03-28
  273. #### Fixed
  274. - Fix issue with listing files from the jar file in `readPluginsStorages()`
  275. - [#89]: Fix "URI is not hierarchical" issue
  276. - [#91]: Using project lombok with pf4j causes javax.annotation.processing.FilerException
  277. #### Changed
  278. - Log with trace level on PluginClassLoader
  279. #### Added
  280. - Add `distributionManagement` section in `pom.xml`
  281. - Add defense to [#97]
  282. - Add helper `DefaultExtensionFinder.addServiceProviderExtensionFinder()`
  283. #### Removed
  284. - Disable `ServiceProviderExtensionFinder` from `DefaultExtensionFinder`
  285. ### [0.12.0] - 2016-01-29
  286. #### Fixed
  287. - [#83]: `stopPlugin()` throws NPE for dependents check
  288. - In development mode hide `plugins/target` folder (it' is not a plugin)
  289. #### Changed
  290. - Add constructor with vararg and make `addFileFilter()` fluent in `AndFileFilter`
  291. - [#84]: remove warn from `DefaultPluginManager.whichPlugin()`
  292. - Pull method `DefaultPluginManager.whichPlugin()` to PluginManager
  293. - Add `getExtensionFactory()` in PluginManager interface
  294. #### Added
  295. - Add constructor with vararg and make addFileFilter method fluent in `AndFileFilter`
  296. - Add `NameFileFilter` and `OrFileFilter`
  297. - [#85]: ExtensionStorage based on Java Service Provider (META-INf/services)
  298. #### Removed
  299. ### [0.11.0] - 2015-11-19
  300. #### Fixed
  301. - [#78]: `PluginManager.disablePlugin()` throws UnsupportedOperationExeption
  302. #### Changed
  303. - Make more fields protected in DefaultPluginManager
  304. - [#70]: Improve PluginDescriptorFinder implementations
  305. - Make PluginManager available in Plugin via PluginWrapper
  306. #### Added
  307. - [#66]: Add possibility to overwrite DefaultPluginManager (to create a JarPluginManager)
  308. - Added one more fail test to DefaultPluginFactory
  309. - Added one more fail test to DefaultExtensionFactory
  310. - Added ManifestPluginDescriptorFinder tests
  311. #### Removed
  312. ### [0.10.0] - 2015-08-11
  313. #### Fixed
  314. - [#39]: Fix build on JDK 1.8
  315. - [42]: Stop Plugin issue
  316. - [60]: Failed tests
  317. #### Changed
  318. - Improve logging for DefaultExtensionFinder
  319. - Add defense for [#21]: (not find META-INF/extensions.idx)
  320. - [#44]: Replace `Version` class with `semver` lib
  321. - [#55]: Stop plugin leafs first
  322. - [63]: Extended pf4j to allow custom class loaders to be created
  323. #### Added
  324. - [#33]: Add demo build configuration with Gradle
  325. - [#40]: Add Plugin status provider
  326. - [#41]: Added plugin archive source abstraction
  327. - Added test for DefaultPluginRepository
  328. #### Removed
  329. [unreleased]: https://github.com/decebals/pf4j/compare/release-3.8.0...HEAD
  330. [3.8.0]: https://github.com/decebals/pf4j/compare/release-3.7.0...release-3.8.0
  331. [3.7.0]: https://github.com/decebals/pf4j/compare/release-3.6.0...release-3.7.0
  332. [3.6.0]: https://github.com/decebals/pf4j/compare/release-3.5.0...release-3.6.0
  333. [3.5.0]: https://github.com/decebals/pf4j/compare/release-3.4.1...release-3.5.0
  334. [3.4.1]: https://github.com/decebals/pf4j/compare/release-3.4.0...release-3.4.1
  335. [3.4.1]: https://github.com/decebals/pf4j/compare/release-3.3.0...release-3.4.0
  336. [3.3.0]: https://github.com/decebals/pf4j/compare/release-3.2.0...release-3.3.0
  337. [3.2.0]: https://github.com/decebals/pf4j/compare/release-3.1.0...release-3.2.0
  338. [3.1.0]: https://github.com/decebals/pf4j/compare/release-3.0.0...release-3.1.0
  339. [3.0.0]: https://github.com/decebals/pf4j/compare/release-2.6.0...release-3.0.0
  340. [2.6.0]: https://github.com/decebals/pf4j/compare/release-2.5.0...release-2.6.0
  341. [2.5.0]: https://github.com/decebals/pf4j/compare/release-2.4.0...release-2.5.0
  342. [2.4.0]: https://github.com/decebals/pf4j/compare/release-2.3.0...release-2.4.0
  343. [2.3.0]: https://github.com/decebals/pf4j/compare/release-2.2.0...release-2.3.0
  344. [2.2.0]: https://github.com/decebals/pf4j/compare/release-2.1.0...release-2.2.0
  345. [2.1.0]: https://github.com/decebals/pf4j/compare/release-2.0.0...release-2.1.0
  346. [2.0.0]: https://github.com/decebals/pf4j/compare/release-1.3.0...release-2.0.0
  347. [1.3.0]: https://github.com/decebals/pf4j/compare/release-1.2.0...release-1.3.0
  348. [1.2.0]: https://github.com/decebals/pf4j/compare/release-1.1.1...release-1.2.0
  349. [1.1.1]: https://github.com/decebals/pf4j/compare/release-1.1.0...release-1.1.1
  350. [1.1.0]: https://github.com/decebals/pf4j/compare/release-1.0.0...release-1.1.0
  351. [1.0.0]: https://github.com/decebals/pf4j/compare/release-0.13.1...release-1.0.0
  352. [0.13.1]: https://github.com/decebals/pf4j/compare/release-0.13.0...release-0.13.1
  353. [0.13.0]: https://github.com/decebals/pf4j/compare/release-0.12.0...release-0.13.0
  354. [0.12.0]: https://github.com/decebals/pf4j/compare/release-0.11.0...release-0.12.0
  355. [0.11.0]: https://github.com/decebals/pf4j/compare/release-0.10.0...release-0.11.0
  356. [0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0
  357. [#508]: https://github.com/pf4j/pf4j/issues/508
  358. [#492]: https://github.com/pf4j/pf4j/issues/492
  359. [#490]: https://github.com/pf4j/pf4j/pull/490
  360. [#455]: https://github.com/pf4j/pf4j/pull/455
  361. [#451]: https://github.com/pf4j/pf4j/pull/451
  362. [#450]: https://github.com/pf4j/pf4j/pull/450
  363. [#435]: https://github.com/pf4j/pf4j/pull/435
  364. [#430]: https://github.com/pf4j/pf4j/pull/430
  365. [#426]: https://github.com/pf4j/pf4j/pull/426
  366. [#415]: https://github.com/pf4j/pf4j/pull/415
  367. [#404]: https://github.com/pf4j/pf4j/pull/404
  368. [#402]: https://github.com/pf4j/pf4j/pull/402
  369. [#400]: https://github.com/pf4j/pf4j/issues/400
  370. [#398]: https://github.com/pf4j/pf4j/pull/398
  371. [#396]: https://github.com/pf4j/pf4j/issues/396
  372. [#395]: https://github.com/pf4j/pf4j/issues/395
  373. [#394]: https://github.com/pf4j/pf4j/issues/394
  374. [#378]: https://github.com/pf4j/pf4j/issues/378
  375. [#391]: https://github.com/pf4j/pf4j/issues/391
  376. [#371]: https://github.com/pf4j/pf4j/issues/371
  377. [#370]: https://github.com/pf4j/pf4j/pull/370
  378. [#366]: https://github.com/pf4j/pf4j/pull/366
  379. [#365]: https://github.com/pf4j/pf4j/pull/365
  380. [#364]: https://github.com/pf4j/pf4j/pull/364
  381. [#363]: https://github.com/pf4j/pf4j/issues/363
  382. [#359]: https://github.com/pf4j/pf4j/issues/359
  383. [#355]: https://github.com/pf4j/pf4j/issues/355
  384. [#352]: https://github.com/pf4j/pf4j/pull/352
  385. [#350]: https://github.com/pf4j/pf4j/pull/350
  386. [#349]: https://github.com/pf4j/pf4j/pull/349
  387. [#348]: https://github.com/pf4j/pf4j/pull/348
  388. [#337]: https://github.com/pf4j/pf4j/pull/337
  389. [#335]: https://github.com/pf4j/pf4j/issues/335
  390. [#330]: https://github.com/pf4j/pf4j/pull/330
  391. [#328]: https://github.com/pf4j/pf4j/pull/328
  392. [#323]: https://github.com/pf4j/pf4j/pull/323
  393. [#322]: https://github.com/pf4j/pf4j/pull/322
  394. [#311]: https://github.com/pf4j/pf4j/issues/311
  395. [#309]: https://github.com/pf4j/pf4j/issues/309
  396. [#307]: https://github.com/pf4j/pf4j/issues/307
  397. [#306]: https://github.com/pf4j/pf4j/issues/306
  398. [#298]: https://github.com/pf4j/pf4j/pull/298
  399. [#297]: https://github.com/pf4j/pf4j/issues/297
  400. [#296]: https://github.com/pf4j/pf4j/issues/296
  401. [#294]: https://github.com/pf4j/pf4j/issues/294
  402. [#292]: https://github.com/pf4j/pf4j/issues/292
  403. [#288]: https://github.com/pf4j/pf4j/pull/288
  404. [#287]: https://github.com/pf4j/pf4j/pull/287
  405. [#278]: https://github.com/pf4j/pf4j/pull/278
  406. [#277]: https://github.com/pf4j/pf4j/pull/277
  407. [#276]: https://github.com/pf4j/pf4j/pull/276
  408. [#275]: https://github.com/pf4j/pf4j/pull/275
  409. [#273]: https://github.com/pf4j/pf4j/pull/273
  410. [#271]: https://github.com/pf4j/pf4j/pull/271
  411. [#270]: https://github.com/pf4j/pf4j/pull/270
  412. [#265]: https://github.com/pf4j/pf4j/pull/265
  413. [#262]: https://github.com/pf4j/pf4j/pull/262
  414. [#256]: https://github.com/pf4j/pf4j/pull/256
  415. [#252]: https://github.com/pf4j/pf4j/issues/252
  416. [#250]: https://github.com/pf4j/pf4j/issues/250
  417. [#248]: https://github.com/pf4j/pf4j/issues/248
  418. [#242]: https://github.com/pf4j/pf4j/issues/242
  419. [#233]: https://github.com/pf4j/pf4j/pull/233
  420. [#232]: https://github.com/pf4j/pf4j/issues/232
  421. [#229]: https://github.com/pf4j/pf4j/issues/229
  422. [#223]: https://github.com/pf4j/pf4j/issues/223
  423. [#222]: https://github.com/pf4j/pf4j/pull/222
  424. [#219]: https://github.com/pf4j/pf4j/pull/219
  425. [#218]: https://github.com/pf4j/pf4j/issues/218
  426. [#209]: https://github.com/pf4j/pf4j/issues/209
  427. [#206]: https://github.com/pf4j/pf4j/issues/206
  428. [#203]: https://github.com/pf4j/pf4j/issues/203
  429. [#202]: https://github.com/pf4j/pf4j/issues/202
  430. [#200]: https://github.com/decebals/pf4j/issues/200
  431. [#199]: https://github.com/pf4j/pf4j/issues/199
  432. [#197]: https://github.com/decebals/pf4j/pull/197
  433. [#194]: https://github.com/decebals/pf4j/pull/194
  434. [#190]: https://github.com/decebals/pf4j/issues/190
  435. [#184]: https://github.com/decebals/pf4j/issues/184
  436. [#180]: https://github.com/decebals/pf4j/pull/180
  437. [#178]: https://github.com/decebals/pf4j/pull/178
  438. [#177]: https://github.com/decebals/pf4j/pull/177
  439. [#172]: https://github.com/decebals/pf4j/pull/172
  440. [#171]: https://github.com/pf4j/pf4j/issues/171
  441. [#168]: https://github.com/decebals/pf4j/pull/168
  442. [#166]: https://github.com/decebals/pf4j/issues/166
  443. [#156]: https://github.com/decebals/pf4j/issues/156
  444. [#155]: https://github.com/decebals/pf4j/pull/155
  445. [#150]: https://github.com/decebals/pf4j/pull/150
  446. [#149]: https://github.com/decebals/pf4j/pull/149
  447. [#146]: https://github.com/decebals/pf4j/pull/146
  448. [#140]: https://github.com/decebals/pf4j/pull/140
  449. [#139]: https://github.com/decebals/pf4j/pull/139
  450. [#138]: https://github.com/decebals/pf4j/pull/138
  451. [#137]: https://github.com/decebals/pf4j/pull/137
  452. [#136]: https://github.com/decebals/pf4j/pull/136
  453. [#135]: https://github.com/decebals/pf4j/pull/135
  454. [#134]: https://github.com/decebals/pf4j/pull/134
  455. [#133]: https://github.com/decebals/pf4j/pull/133
  456. [#131]: https://github.com/decebals/pf4j/pull/131
  457. [#130]: https://github.com/decebals/pf4j/pull/130
  458. [#129]: https://github.com/decebals/pf4j/pull/129
  459. [#128]: https://github.com/decebals/pf4j/pull/128
  460. [#125]: https://github.com/decebals/pf4j/pull/125
  461. [#122]: https://github.com/decebals/pf4j/pull/122
  462. [#116]: https://github.com/decebals/pf4j/issues/116
  463. [#111]: https://github.com/decebals/pf4j/pull/111
  464. [#108]: https://github.com/decebals/pf4j/pull/108
  465. [#107]: https://github.com/decebals/pf4j/issues/107
  466. [#103]: https://github.com/decebals/pf4j/issues/103
  467. [#100]: https://github.com/decebals/pf4j/issues/100
  468. [#99]: https://github.com/decebals/pf4j/issues/99
  469. [#98]: https://github.com/decebals/pf4j/issues/98
  470. [#97]: https://github.com/decebals/pf4j/issues/97
  471. [#91]: https://github.com/decebals/pf4j/issues/91
  472. [#89]: https://github.com/decebals/pf4j/pull/89
  473. [#85]: https://github.com/decebals/pf4j/issues/85
  474. [#84]: https://github.com/decebals/pf4j/issues/84
  475. [#83]: https://github.com/decebals/pf4j/issues/83
  476. [#78]: https://github.com/decebals/pf4j/issues/78
  477. [#70]: https://github.com/decebals/pf4j/issues/70
  478. [#66]: https://github.com/decebals/pf4j/issues/66
  479. [#63]: https://github.com/decebals/pf4j/issues/63
  480. [#60]: https://github.com/decebals/pf4j/issues/60
  481. [#55]: https://github.com/decebals/pf4j/pull/55
  482. [#44]: https://github.com/decebals/pf4j/pull/44
  483. [#42]: https://github.com/decebals/pf4j/pull/42
  484. [#41]: https://github.com/decebals/pf4j/pull/41
  485. [#40]: https://github.com/decebals/pf4j/pull/40
  486. [#39]: https://github.com/decebals/pf4j/pull/39
  487. [#33]: https://github.com/decebals/pf4j/pull/33
  488. [#21]: https://github.com/decebals/pf4j/issues/21