diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-02-01 20:05:57 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-02-01 20:05:57 +0200 |
commit | 63b3a7477e705665cd7c5b0ff70ab704fb4c1603 (patch) | |
tree | ae0e0a40b80f0bef45348f257d81e01d60021dee /CHANGELOG.md | |
parent | 7de8e5cc39709092b2463921fa699fd4545034db (diff) | |
download | pf4j-63b3a7477e705665cd7c5b0ff70ab704fb4c1603.tar.gz pf4j-63b3a7477e705665cd7c5b0ff70ab704fb4c1603.zip |
Update changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f7addcd..1ab4a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,19 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### [Unreleased][unreleased] #### Fixed +- [#273]: `ServiceProviderExtensionFinder` should scan the whole classpath +- [#276]: The plugins in the demo did not load successfully +- [#277]: Configures plugin manager to load "HowdyGreeting" using the services #### Changed +- Improve run demo scripts +- [#248]: Load extensions from plugin libraries +- [#271]: Update `slf4j` dependency to version 1.7.25 #### Added +- [#265]: Explicitly configure extension points for an extension +- [#270]: Optional plugin dependencies +- [#275]: Add automatic module name to `pf4j.jar` #### Removed @@ -295,6 +304,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). [0.11.0]: https://github.com/decebals/pf4j/compare/release-0.10.0...release-0.11.0 [0.10.0]: https://github.com/decebals/pf4j/compare/release-0.9.0...release-0.10.0 +[#277]: https://github.com/pf4j/pf4j/pull/277 +[#276]: https://github.com/pf4j/pf4j/pull/276 +[#275]: https://github.com/pf4j/pf4j/pull/275 +[#273]: https://github.com/pf4j/pf4j/pull/273 +[#271]: https://github.com/pf4j/pf4j/pull/271 +[#270]: https://github.com/pf4j/pf4j/pull/270 +[#265]: https://github.com/pf4j/pf4j/pull/265 +[#262]: https://github.com/pf4j/pf4j/pull/262 [#256]: https://github.com/pf4j/pf4j/pull/256 [#252]: https://github.com/pf4j/pf4j/issues/252 [#250]: https://github.com/pf4j/pf4j/issues/250 |