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 22KB

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