Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [maven-release-plugin] prepare release release-0.12.0release-0.12.0 | Decebal Suiu | 2016-01-29 | 8 | -16/+16 | |
| | ||||||
* | Add properties to exclude demo from deploy, javadoc, etc | Decebal Suiu | 2016-01-21 | 2 | -0/+26 | |
| | ||||||
* | fix wildcard imports | Decebal Suiu | 2016-01-18 | 1 | -2/+16 | |
| | ||||||
* | Merge pull request #87 from horuzhiy/master | Decebal Suiu | 2016-01-18 | 1 | -11/+18 | |
|\ | | | | | Fix issue "URI is not hierarchical" when working with extensions jar's | |||||
| * | Change Java 8 newBufferedReader method to be compiled on Java 7 | Alexander Horuzhiy | 2016-01-18 | 1 | -1/+2 | |
| | | ||||||
| * | Remove Java 8 dependency | Alexander Horuzhiy | 2016-01-18 | 1 | -1/+0 | |
| | | ||||||
| * | Fix issue with listing files from the Jar file. Work with Jar's like with ↵ | Alexander Horuzhiy | 2016-01-18 | 1 | -11/+18 | |
|/ | | | | external file system using NIO. | |||||
* | Add 'ServiceLoader interoperability' section in readme | Decebal Suiu | 2016-01-14 | 1 | -0/+33 | |
| | ||||||
* | Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor ↵ | Decebal Suiu | 2016-01-14 | 1 | -4/+42 | |
| | | | | options and system properties) | |||||
* | Add changelog | Decebal Suiu | 2016-01-13 | 1 | -0/+83 | |
| | ||||||
* | Merge pull request #85 from decebals/service_provider | Decebal Suiu | 2016-01-13 | 14 | -391/+938 | |
|\ | | | | | Extension storage based on Java Service Provider (META-INf/services) | |||||
| * | Remove unused util class | Decebal Suiu | 2016-01-05 | 1 | -79/+0 | |
| | | ||||||
| * | Back to extensions.idx storage (maybe temporary) because it's more tested | Decebal Suiu | 2016-01-05 | 1 | -23/+2 | |
| | | ||||||
| * | Use PluginClassLoader.findResource instead of getResource | Decebal Suiu | 2016-01-05 | 3 | -6/+7 | |
| | | ||||||
| * | Remove isExtensionPoint check in AbstractExtensionFinder so a Service from a ↵ | Decebal Suiu | 2016-01-05 | 1 | -11/+0 | |
| | | | | | | | | ServiceProvider is seen as an extension point | |||||
| * | Fix a bug related to extension HowdyGreeting is not visible on getExtensions() | Decebal Suiu | 2016-01-04 | 1 | -4/+7 | |
| | | ||||||
| * | add HowdyGreeting in demo, a Greeting service implementation declared via ↵ | Decebal Suiu | 2016-01-04 | 2 | -0/+33 | |
| | | | | | | | | Java Service Provider mechanism (META-INF/services) | |||||
| * | fix a stupid bug | Decebal Suiu | 2016-01-04 | 1 | -1/+1 | |
| | | ||||||
| * | improve *ExtensionStorage.read methods, remove comments and whitespaces | Decebal Suiu | 2016-01-04 | 2 | -3/+31 | |
| | | ||||||
| * | use META-INF/services storage by default | Decebal Suiu | 2016-01-04 | 10 | -312/+905 | |
| | | ||||||
* | | Add SNAPSHOT maven repository | Decebal Suiu | 2016-01-06 | 1 | -0/+17 | |
|/ | ||||||
* | Fix link | Decebal Suiu | 2015-12-30 | 1 | -1/+1 | |
| | ||||||
* | Add section `Default/System extension` in readme | Decebal Suiu | 2015-12-30 | 1 | -3/+41 | |
| | ||||||
* | Add a little description for each external (separate repository) PF4J extensions | Decebal Suiu | 2015-12-28 | 1 | -63/+85 | |
| | ||||||
* | Add getExtensionFactory in PluginManager interface | Decebal Suiu | 2015-12-28 | 3 | -5/+10 | |
| | ||||||
* | Pull method DefaultPluginManager.whichPlugin() to PluginManager | Decebal Suiu | 2015-12-26 | 2 | -3/+7 | |
| | ||||||
* | fix #84 | Decebal Suiu | 2015-12-26 | 1 | -1/+0 | |
| | ||||||
* | Remove unnecessary line | Decebal Suiu | 2015-12-24 | 1 | -1/+0 | |
| | ||||||
* | In development mode hide plugins/target (is not a plugin) | Decebal Suiu | 2015-12-24 | 1 | -5/+11 | |
| | ||||||
* | Add NameFileFilter and OrFileFilter | Decebal Suiu | 2015-12-24 | 2 | -0/+124 | |
| | ||||||
* | Add constructor with vararg and make addFileFilter method fluent in ↵ | Decebal Suiu | 2015-12-24 | 1 | -2/+9 | |
| | | | | AndFileFilter | |||||
* | Format the license header | Decebal Suiu | 2015-12-24 | 66 | -369/+547 | |
| | ||||||
* | fix #83 | Decebal Suiu | 2015-12-23 | 1 | -1/+4 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2015-11-19 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-0.11.0release-0.11.0 | Decebal Suiu | 2015-11-19 | 8 | -16/+16 | |
| | ||||||
* | update maven-release-plugin to 2.5.3 | Decebal Suiu | 2015-11-19 | 1 | -1/+1 | |
| | ||||||
* | make PluginManager available in Plugin via PluginWrapper | Decebal Suiu | 2015-10-07 | 2 | -2/+11 | |
| | ||||||
* | minor changes | Decebal Suiu | 2015-10-06 | 2 | -9/+7 | |
| | ||||||
* | use FileUtils.writeLines | Decebal Suiu | 2015-10-06 | 2 | -16/+18 | |
| | ||||||
* | fix #78 | Decebal Suiu | 2015-10-06 | 2 | -34/+51 | |
| | ||||||
* | fix typo | Decebal Suiu | 2015-10-03 | 1 | -1/+1 | |
| | ||||||
* | make DefaultExtensionFinder testable | Decebal Suiu | 2015-09-25 | 1 | -28/+43 | |
| | ||||||
* | Merge pull request #72 from decebals/plugin_descriptor_finder | Decebal Suiu | 2015-09-23 | 2 | -67/+102 | |
|\ | | | | | improve PluginDescriptorFinder implementations (see #70) | |||||
| * | fix tests after improve PluginDescriptorFinder | Decebal Suiu | 2015-09-22 | 2 | -3/+12 | |
| | | ||||||
| * | improve PluginDescriptorFinder implementations (see #70) | Decebal Suiu | 2015-09-18 | 2 | -67/+93 | |
|/ | ||||||
* | make more fields protected in DefaultPluginManager | Decebal Suiu | 2015-09-17 | 1 | -17/+17 | |
| | ||||||
* | remove unused import | Decebal Suiu | 2015-09-17 | 1 | -2/+0 | |
| | ||||||
* | remove unused import | Decebal Suiu | 2015-09-17 | 1 | -2/+0 | |
| | ||||||
* | Merge pull request #61 from lightglitch/unit-tests | Decebal Suiu | 2015-09-09 | 6 | -4/+364 | |
|\ | | | | | A few more unit tests | |||||
| * | Generate Manifest content for testing | Mário Franco | 2015-09-09 | 8 | -93/+163 | |
| | |