Browse Source

Clean changelog (remove empty sections)

tags/release-3.10.0
Decebal Suiu 1 year ago
parent
commit
f1cf98a4de
1 changed files with 0 additions and 60 deletions
  1. 0
    60
      CHANGELOG.md

+ 0
- 60
CHANGELOG.md View File

- Add support for reading plugin descriptor from zip - Add support for reading plugin descriptor from zip
- Use logger instead of System.out.println for demo - Use logger instead of System.out.println for demo


#### Removed

### [3.7.0] - 2022-06-28 ### [3.7.0] - 2022-06-28


#### Fixed #### Fixed
- Add code analyses via Sonar - Add code analyses via Sonar
- Add support for reading plugin descriptor from zip - Add support for reading plugin descriptor from zip


#### Removed

### [3.6.0] - 2021-01-16 ### [3.6.0] - 2021-01-16


#### Fixed #### Fixed
- [#394]: `DependencyResolver` lost dependent info after plugin stop - [#394]: `DependencyResolver` lost dependent info after plugin stop


#### Changed

#### Added #### Added
- [#415]: Externalize some useful classes from testing - [#415]: Externalize some useful classes from testing


#### Removed

### [3.5.0] - 2020-11-08 ### [3.5.0] - 2020-11-08


#### Fixed #### Fixed
- [#400]: Add support for JPMS (`module-info.java`) - [#400]: Add support for JPMS (`module-info.java`)
- [#404]: Support multiple plugin root directories - [#404]: Support multiple plugin root directories


#### Removed

### [3.4.1] - 2020-08-14 ### [3.4.1] - 2020-08-14


#### Fixed #### Fixed
- [#371]: `ClosedFileSystemException` when I run demo (Windows) - [#371]: `ClosedFileSystemException` when I run demo (Windows)
- [#391]: Incorrect enum selection in `ClassLoadingStrategy.ADP` - [#391]: Incorrect enum selection in `ClassLoadingStrategy.ADP`


#### Changed

#### Added

#### Removed

### [3.3.0] - 2020-04-21 ### [3.3.0] - 2020-04-21


#### Fixed #### Fixed
- [#352]: Add `equals`/`hashCode` to some data classes - [#352]: Add `equals`/`hashCode` to some data classes
- [#365]: `PluginClassLoader` does not resolve classpath resources from plugin dependencies - [#365]: `PluginClassLoader` does not resolve classpath resources from plugin dependencies


#### Removed

### [3.2.0] - 2019-11-29 ### [3.2.0] - 2019-11-29


#### Fixed #### Fixed
- [#348]: Found extensions when using decorated annotations - [#348]: Found extensions when using decorated annotations
- [#350]: Support any interface as an `ExtensionPoint` - [#350]: Support any interface as an `ExtensionPoint`


#### Removed

### [3.1.0] - 2019-09-08 ### [3.1.0] - 2019-09-08


#### Fixed #### Fixed
- [#323]: Add IDEA classpath for Development mode - [#323]: Add IDEA classpath for Development mode
- [#337]: Implement `PluginClassLoader.getResources` - [#337]: Implement `PluginClassLoader.getResources`


#### Removed

### [3.0.0] - 2019-06-12 ### [3.0.0] - 2019-06-12


#### Fixed #### Fixed
- [#270]: Optional plugin dependencies - [#270]: Optional plugin dependencies
- [#275]: Add automatic module name to `pf4j.jar` - [#275]: Add automatic module name to `pf4j.jar`


#### Removed

### [2.5.0] - 2018-12-12 ### [2.5.0] - 2018-12-12


#### Fixed #### Fixed
- [#242]: Add delete hook method in `Plugin` - [#242]: Add delete hook method in `Plugin`
- [#256]: Adds ability to configure plugin directory - [#256]: Adds ability to configure plugin directory


#### Removed

### [2.4.0] - 2018-08-01 ### [2.4.0] - 2018-08-01


#### Fixed #### Fixed
- [#229]: Can't find `plugin.properties` file inside `.jar` - [#229]: Can't find `plugin.properties` file inside `.jar`
- Fix error in `FileUtils.getFileSystem` - Fix error in `FileUtils.getFileSystem`


#### Changed

#### Added #### Added
- [#229]: Add `SingletonExtensionFactory` - [#229]: Add `SingletonExtensionFactory`
- [#229]: Allow a way to query all extension classes for a given plugin - [#229]: Allow a way to query all extension classes for a given plugin


#### Removed

### [2.3.0] - 2018-06-04 ### [2.3.0] - 2018-06-04


#### Fixed #### Fixed
- [#206]: Support multiple plugin directories - [#206]: Support multiple plugin directories
- Add aliases to the runtime modes (`dev` for `development` and `prod` for `deployment`) - Add aliases to the runtime modes (`dev` for `development` and `prod` for `deployment`)


#### Removed

### [2.2.0] - 2018-02-11 ### [2.2.0] - 2018-02-11


#### Fixed #### Fixed
- Add new `RESOLVED` as plugin state - Add new `RESOLVED` as plugin state
- Add support for PARENT FIRST loading strategy - Add support for PARENT FIRST loading strategy


#### Removed

### [2.1.0] - 2018-01-10 ### [2.1.0] - 2018-01-10


#### Fixed #### Fixed
#### Changed #### Changed
- [#180]: Refactoring to make `PluginDescriptor` more usable - [#180]: Refactoring to make `PluginDescriptor` more usable


#### Added

#### Removed

### [2.0.0] - 2017-10-17 ### [2.0.0] - 2017-10-17


#### Fixed #### Fixed
- [#139]: Ability to get `pluginsRoot` from PluginManager - [#139]: Ability to get `pluginsRoot` from PluginManager
- Add constructors with varargs in PluginException - Add constructors with varargs in PluginException


#### Removed

### [1.2.0] - 2017-03-03 ### [1.2.0] - 2017-03-03


#### Fixed #### Fixed
#### Added #### Added
- [#128]: Add `JarPluginManager`, `PluginLoader`, `AbstractPluginManager` - [#128]: Add `JarPluginManager`, `PluginLoader`, `AbstractPluginManager`


#### Removed

### [1.1.1] - 2016-11-17 ### [1.1.1] - 2016-11-17


#### Fixed #### Fixed
- [#116]: Default/System extensions are duplicated - [#116]: Default/System extensions are duplicated


#### Changed

#### Added #### Added
- [#111]: Add inheritance support on Extension annotation - [#111]: Add inheritance support on Extension annotation


#### Removed

### [1.1.0] - 2016-08-22 ### [1.1.0] - 2016-08-22


#### Fixed

#### Changed #### Changed
- [#107]: PluginDescriptor can't be extended - [#107]: PluginDescriptor can't be extended


#### Added #### Added
- [#108]: Return a list of all extensions from a plugin and optional for an extension point - [#108]: Return a list of all extensions from a plugin and optional for an extension point


#### Removed

### [1.0.0] - 2016-07-07 ### [1.0.0] - 2016-07-07


#### Fixed #### Fixed
- Eliminate duplicate log messages from demo - Eliminate duplicate log messages from demo
- Improve debugging for "no extensions found" - Improve debugging for "no extensions found"


#### Added

#### Removed

### [0.13.1] - 2016-04-01 ### [0.13.1] - 2016-04-01


#### Fixed #### Fixed
- Add `NameFileFilter` and `OrFileFilter` - Add `NameFileFilter` and `OrFileFilter`
- [#85]: ExtensionStorage based on Java Service Provider (META-INf/services) - [#85]: ExtensionStorage based on Java Service Provider (META-INf/services)


#### Removed

### [0.11.0] - 2015-11-19 ### [0.11.0] - 2015-11-19


#### Fixed #### Fixed
- Added one more fail test to DefaultExtensionFactory - Added one more fail test to DefaultExtensionFactory
- Added ManifestPluginDescriptorFinder tests - Added ManifestPluginDescriptorFinder tests


#### Removed

### [0.10.0] - 2015-08-11 ### [0.10.0] - 2015-08-11


#### Fixed #### Fixed
- [#41]: Added plugin archive source abstraction - [#41]: Added plugin archive source abstraction
- Added test for DefaultPluginRepository - Added test for DefaultPluginRepository


#### Removed

[unreleased]: https://github.com/decebals/pf4j/compare/release-3.9.0...HEAD [unreleased]: https://github.com/decebals/pf4j/compare/release-3.9.0...HEAD
[3.9.0]: https://github.com/decebals/pf4j/compare/release-3.8.0...release-3.9.0 [3.9.0]: https://github.com/decebals/pf4j/compare/release-3.8.0...release-3.9.0
[3.8.0]: https://github.com/decebals/pf4j/compare/release-3.7.0...release-3.8.0 [3.8.0]: https://github.com/decebals/pf4j/compare/release-3.7.0...release-3.8.0

Loading…
Cancel
Save