summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [maven-release-plugin] prepare release release-0.13.1release-0.13.1Decebal Suiu2016-04-018-16/+16
|
* Fix #98Decebal Suiu2016-04-011-0/+3
|
* Update CHANGELOG.mdDecebal Suiu2016-03-291-1/+1
|
* Update CHANGELOG.mdDecebal Suiu2016-03-291-1/+23
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2016-03-288-16/+16
|
* [maven-release-plugin] prepare release release-0.13.0release-0.13.0Decebal Suiu2016-03-288-16/+16
|
* Fix typoDecebal Suiu2016-03-281-2/+2
|
* Fix typoDecebal Suiu2016-03-281-2/+0
|
* Improve readmeDecebal Suiu2016-03-281-1/+29
|
* 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
|
* Add distributionManagement in pom.xmlDecebal Suiu2016-03-191-0/+11
|
* Modifier "public" is redundant for interface methodsDecebal Suiu2016-03-199-38/+38
|
* 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
|
* Merge pull request #89 from harbulot/masterDecebal Suiu2016-02-122-9/+17
|\ | | | | Fix "URI is not hierarchical" issue
| * 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
|/
* Update CHANGELOG.mdDecebal Suiu2016-01-291-1/+12
|
* [maven-release-plugin] prepare for next development iterationDecebal Suiu2016-01-298-16/+16
|
* [maven-release-plugin] prepare release release-0.12.0release-0.12.0Decebal Suiu2016-01-298-16/+16
|
* Add properties to exclude demo from deploy, javadoc, etcDecebal Suiu2016-01-212-0/+26
|
* fix wildcard importsDecebal Suiu2016-01-181-2/+16
|
* Merge pull request #87 from horuzhiy/masterDecebal Suiu2016-01-181-11/+18
|\ | | | | Fix issue "URI is not hierarchical" when working with extensions jar's
| * 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.
* Add 'ServiceLoader interoperability' section in readmeDecebal Suiu2016-01-141-0/+33
|
* Plugable ExtensionStorage in ExtensionAnnotationProcessor (via processor ↵Decebal Suiu2016-01-141-4/+42
| | | | options and system properties)
* Add changelogDecebal Suiu2016-01-131-0/+83
|
* Merge pull request #85 from decebals/service_providerDecebal Suiu2016-01-1314-391/+938
|\ | | | | Extension storage based on Java Service Provider (META-INf/services)
| * 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
| |
| * add HowdyGreeting in demo, a Greeting service implementation declared via ↵Decebal Suiu2016-01-042-0/+33
| | | | | | | | Java Service Provider mechanism (META-INF/services)
| * 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 SNAPSHOT maven repositoryDecebal Suiu2016-01-061-0/+17
|/
* Fix linkDecebal Suiu2015-12-301-1/+1
|