aboutsummaryrefslogtreecommitdiffstats
path: root/pf4j/src/main/java
Commit message (Expand)AuthorAgeFilesLines
...
* Remove class loaders checkingDecebal Suiu2016-07-022-15/+1
* Add useful log messagesDecebal Suiu2016-07-012-2/+6
* Improve debugging for no extensions founddecebal2016-07-011-6/+19
* Minor improvementdecebal2016-07-011-7/+3
* Change class loaders order on trace debugdecebal2016-07-011-3/+3
* Resolve #97 and keep #98 safedecebal2016-07-011-9/+6
* Fix #99Decebal Suiu2016-05-112-6/+23
* Fix #98Decebal Suiu2016-04-011-0/+3
* Add helper DefaultExtensionFinder.addServiceProviderExtensionFinderDecebal Suiu2016-03-281-0/+9
* Try to create a defense for the issues similar with #97Decebal Suiu2016-03-211-1/+7
* Modifier "public" is redundant for interface methodsDecebal Suiu2016-03-198-37/+37
* Fix warningDecebal Suiu2016-03-191-0/+1
* Remove dezactivate ServiceProviderExtensionFinder from DefaultExtensionFinderDecebal Suiu2016-03-191-4/+6
* Minor code improvementDecebal Suiu2016-03-191-2/+2
* 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
* 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 ext...Alexander Horuzhiy2016-01-181-11/+18
* Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor opti...Decebal Suiu2016-01-141-4/+42
* 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
* 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-049-311/+904
* 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 AndFileFi...Decebal Suiu2015-12-241-2/+9
* Format the license headerDecebal Suiu2015-12-2450-300/+450
* fix #83Decebal Suiu2015-12-231-1/+4
* make PluginManager available in Plugin via PluginWrapperDecebal Suiu2015-10-072-2/+11
* use FileUtils.writeLinesDecebal Suiu2015-10-061-1/+1
* fix #78Decebal Suiu2015-10-061-3/+8
* 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