Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #104 from ecumene-software/ecu-gradle-fixes | Decebal Suiu | 2016-06-30 | 3 | -6/+17 | |
|\ | | | | | Fix for issue #103 and added the SLF4 Simple dependency | |||||
| * | Included SLF4J Simple to gradle-demo's app | ecumene-software | 2016-06-30 | 1 | -0/+1 | |
| | | ||||||
| * | Fix #103 | ecumene-software | 2016-06-30 | 2 | -6/+16 | |
|/ | ||||||
* | Merge remote-tracking branch 'origin/master' | Decebal Suiu | 2016-05-11 | 1 | -1/+0 | |
|\ | ||||||
| * | Try to fix #100 | Decebal Suiu | 2016-05-10 | 1 | -1/+0 | |
| | | ||||||
* | | Fix #99 | Decebal Suiu | 2016-05-11 | 2 | -6/+23 | |
|/ | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2016-04-01 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-0.13.1release-0.13.1 | Decebal Suiu | 2016-04-01 | 8 | -16/+16 | |
| | ||||||
* | Fix #98 | Decebal Suiu | 2016-04-01 | 1 | -0/+3 | |
| | ||||||
* | Update CHANGELOG.md | Decebal Suiu | 2016-03-29 | 1 | -1/+1 | |
| | ||||||
* | Update CHANGELOG.md | Decebal Suiu | 2016-03-29 | 1 | -1/+23 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2016-03-28 | 8 | -16/+16 | |
| | ||||||
* | [maven-release-plugin] prepare release release-0.13.0release-0.13.0 | Decebal Suiu | 2016-03-28 | 8 | -16/+16 | |
| | ||||||
* | Fix typo | Decebal Suiu | 2016-03-28 | 1 | -2/+2 | |
| | ||||||
* | Fix typo | Decebal Suiu | 2016-03-28 | 1 | -2/+0 | |
| | ||||||
* | Improve readme | Decebal Suiu | 2016-03-28 | 1 | -1/+29 | |
| | ||||||
* | Add helper DefaultExtensionFinder.addServiceProviderExtensionFinder | Decebal Suiu | 2016-03-28 | 1 | -0/+9 | |
| | ||||||
* | Try to create a defense for the issues similar with #97 | Decebal Suiu | 2016-03-21 | 1 | -1/+7 | |
| | ||||||
* | Add distributionManagement in pom.xml | Decebal Suiu | 2016-03-19 | 1 | -0/+11 | |
| | ||||||
* | Modifier "public" is redundant for interface methods | Decebal Suiu | 2016-03-19 | 9 | -38/+38 | |
| | ||||||
* | Fix warning | Decebal Suiu | 2016-03-19 | 1 | -0/+1 | |
| | ||||||
* | Remove dezactivate ServiceProviderExtensionFinder from DefaultExtensionFinder | Decebal Suiu | 2016-03-19 | 1 | -4/+6 | |
| | ||||||
* | Minor code improvement | Decebal Suiu | 2016-03-19 | 1 | -2/+2 | |
| | ||||||
* | Possible fix for #91 | Decebal Suiu | 2016-02-20 | 2 | -0/+10 | |
| | ||||||
* | Fix typo | Decebal Suiu | 2016-02-20 | 1 | -2/+2 | |
| | ||||||
* | Fix string format placeholder | Decebal Suiu | 2016-02-20 | 1 | -2/+2 | |
| | ||||||
* | Rename note() to info() | Decebal Suiu | 2016-02-20 | 2 | -8/+8 | |
| | ||||||
* | Add some note messages in ExtensionAnnotationProcessor | Decebal Suiu | 2016-02-20 | 1 | -0/+2 | |
| | ||||||
* | Little clean in code | Decebal Suiu | 2016-02-20 | 1 | -7/+0 | |
| | ||||||
* | Log with trace level on PluginClassLoader | Decebal Suiu | 2016-02-20 | 1 | -9/+9 | |
| | ||||||
* | Merge pull request #89 from harbulot/master | Decebal Suiu | 2016-02-12 | 2 | -9/+17 | |
|\ | | | | | Fix "URI is not hierarchical" issue | |||||
| * | Fixing debugging statement. | Bruno Harbulot | 2016-02-12 | 1 | -1/+1 | |
| | | ||||||
| * | Fix issue with listing files from the jar file in readPluginsStorages(). | Bruno Harbulot | 2016-02-12 | 1 | -8/+16 | |
|/ | ||||||
* | Update CHANGELOG.md | Decebal Suiu | 2016-01-29 | 1 | -1/+12 | |
| | ||||||
* | [maven-release-plugin] prepare for next development iteration | Decebal Suiu | 2016-01-29 | 8 | -16/+16 | |
| | ||||||
* | [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 |