aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j
Commit message (Collapse)AuthorAgeFilesLines
...
* Possible fix for #91Decebal Suiu2016-02-202-0/+10
|
* Fix typoDecebal Suiu2016-02-201-2/+2
|
* Fix string format placeholderDecebal Suiu2016-02-201-2/+2
|
* Rename note() to info()Decebal Suiu2016-02-202-8/+8
|
* Add some note messages in ExtensionAnnotationProcessorDecebal Suiu2016-02-201-0/+2
|
* Little clean in codeDecebal Suiu2016-02-201-7/+0
|
* Log with trace level on PluginClassLoaderDecebal Suiu2016-02-201-9/+9
|
* Fixing debugging statement.Bruno Harbulot2016-02-121-1/+1
|
* Fix issue with listing files from the jar file in readPluginsStorages().Bruno Harbulot2016-02-121-8/+16
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2016-01-291-2/+2
|
* [maven-release-plugin] prepare release release-0.12.0release-0.12.0Decebal Suiu2016-01-291-2/+2
|
* fix wildcard importsDecebal Suiu2016-01-181-2/+16
|
* Change Java 8 newBufferedReader method to be compiled on Java 7Alexander Horuzhiy2016-01-181-1/+2
|
* Remove Java 8 dependencyAlexander Horuzhiy2016-01-181-1/+0
|
* Fix issue with listing files from the Jar file. Work with Jar's like with ↵Alexander Horuzhiy2016-01-181-11/+18
| | | | external file system using NIO.
* Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor ↵Decebal Suiu2016-01-141-4/+42
| | | | options and system properties)
* Remove unused util classDecebal Suiu2016-01-051-79/+0
|
* Back to extensions.idx storage (maybe temporary) because it's more testedDecebal Suiu2016-01-051-23/+2
|
* Use PluginClassLoader.findResource instead of getResourceDecebal Suiu2016-01-053-6/+7
|
* Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ↵Decebal Suiu2016-01-051-11/+0
| | | | ServiceProvider is seen as an extension point
* Fix a bug related to extension HowdyGreeting is not visible on getExtensions()Decebal Suiu2016-01-041-4/+7
|
* fix a stupid bugDecebal Suiu2016-01-041-1/+1
|
* improve *ExtensionStorage.read methods, remove comments and whitespacesDecebal Suiu2016-01-042-3/+31
|
* use META-INF/services storage by defaultDecebal Suiu2016-01-0410-312/+905
|
* Add getExtensionFactory in PluginManager interfaceDecebal Suiu2015-12-283-5/+10
|
* Pull method DefaultPluginManager.whichPlugin() to PluginManagerDecebal Suiu2015-12-262-3/+7
|
* fix #84Decebal Suiu2015-12-261-1/+0
|
* In development mode hide plugins/target (is not a plugin)Decebal Suiu2015-12-241-5/+11
|
* Add NameFileFilter and OrFileFilterDecebal Suiu2015-12-242-0/+124
|
* Add constructor with vararg and make addFileFilter method fluent in ↵Decebal Suiu2015-12-241-2/+9
| | | | AndFileFilter
* Format the license headerDecebal Suiu2015-12-2456-309/+456
|
* fix #83Decebal Suiu2015-12-231-1/+4
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2015-11-191-2/+2
|
* [maven-release-plugin] prepare release release-0.11.0release-0.11.0Decebal Suiu2015-11-191-2/+2
|
* make PluginManager available in Plugin via PluginWrapperDecebal Suiu2015-10-072-2/+11
|
* minor changesDecebal Suiu2015-10-062-9/+7
|
* use FileUtils.writeLinesDecebal Suiu2015-10-062-16/+18
|
* fix #78Decebal Suiu2015-10-062-34/+51
|
* make DefaultExtensionFinder testableDecebal Suiu2015-09-251-28/+43
|
* fix tests after improve PluginDescriptorFinderDecebal Suiu2015-09-222-3/+12
|
* improve PluginDescriptorFinder implementations (see #70)Decebal Suiu2015-09-182-67/+93
|
* make more fields protected in DefaultPluginManagerDecebal Suiu2015-09-171-17/+17
|
* remove unused importDecebal Suiu2015-09-171-2/+0
|
* remove unused importDecebal Suiu2015-09-171-2/+0
|
* Generate Manifest content for testingMário Franco2015-09-098-93/+163
|
* Added a few moreMário Franco2015-09-093-12/+53
|
* Added fail on missing plugin idMário Franco2015-09-092-0/+24
|
* Added more fail testsMário Franco2015-09-093-3/+52
|
* Added ManifestPluginDescriptorFinder testsMário Franco2015-09-094-0/+119
|
* Added one more fail test to DefaultExtensionFactoryMário Franco2015-09-092-0/+39
|