Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / alibaba/cooma issues and pull requests
#77 - Extension因为含义广泛废弃,改用功 {@link com.alibaba.dubbo.common.extension.SPI}
Issue -
State: open - Opened by raindali about 7 years ago
- 1 comment
#76 - hi,请问关于Adaptive Instance的方法。
Issue -
State: open - Opened by xinzhg over 11 years ago
- 3 comments
Labels: documentation
#75 - 开发文档中说明prototype style和single style的优劣
Issue -
State: open - Opened by oldratlee over 11 years ago
- 2 comments
Labels: documentation
#74 - 写Dogfooding项目Dubbolite,使用Cooma作为微容器
Issue -
State: open - Opened by oldratlee over 11 years ago
Labels: task
#73 - 添加Prototype的使用方法的Demo,build扩展点链
Issue -
State: open - Opened by oldratlee over 11 years ago
Labels: enhancement, documentation
#72 - 在文档中添加Cooma的最佳实践
Issue -
State: open - Opened by oldratlee over 11 years ago
Labels: documentation
#71 - 更新开发者指南
Issue -
State: open - Opened by oldratlee over 11 years ago
Labels: documentation
#70 - 重构API,让Adaptive使用方式和Prototype使用方式有一致用法和概念
Issue -
State: open - Opened by oldratlee over 11 years ago
Labels: enhancement, refactor
#69 - 注入依赖的扩展点出错要抛异常
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: enhancement, refactor
#68 - 添加类似spring的singleton和prototype模式,
Issue -
State: closed - Opened by melin over 11 years ago
- 1 comment
Labels: duplicate, feature
#67 - 调整命名com.alibaba.cooma.Adaptive#path
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: refactor
#66 - 清理外部对象的toString方法调用
Issue -
State: closed - Opened by oldratlee over 11 years ago
- 1 comment
Labels: cleanup
#65 - 重构完成后更新文档
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: documentation, task
#64 - 重构完成后更新Demo
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: task
#63 - 公共方法:属性名到get方法名
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: refactor
#62 - AdaptiveInstance的调用性能损耗测试
Issue -
State: closed - Opened by oldratlee over 11 years ago
- 1 comment
Labels: cleanup, task
#61 - checkAndCollectAdaptiveInfo0方法重构,一遍扫描
Issue -
State: closed - Opened by oldratlee over 11 years ago
- 1 comment
Labels: refactor
#60 - 把仓库移到AlibabaTech
Issue -
State: closed - Opened by oldratlee over 11 years ago
Labels: task
#59 - 支持以原型方式管理扩展点
Issue -
State: closed - Opened by oldratlee over 11 years ago
- 1 comment
Labels: feature
#58 - add test case for NAME_PATTERN
Pull Request -
State: closed - Opened by zavakid almost 12 years ago
Labels: enhancement
#57 - NAME_PATTERN正则表达式错误
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: bug, duplicate
#56 - 小笔误修正, from [a-zA-z0-9_] to [a-zA-Z0-9_]
Pull Request -
State: closed - Opened by zavakid almost 12 years ago
- 2 comments
Labels: bug
#55 - Adaptive重构,去掉对Config概念的依赖
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, feature
#54 - ExtensionLoader获取扩展的属性
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: feature
#53 - Config类的getInt等方法缓存结果
Issue -
State: closed - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: enhancement, invalid
#52 - ExtensionLoader对Extension执行注入时,支持从ObjectFactory获取要注入的对象
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: feature
#51 - 添加release note文档
Issue -
State: closed - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: documentation
#50 - Wrapper实例实现成单例
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: enhancement
#49 - 没有同步的区域使用Holder有并发问题,改用AtomicReference
Issue -
State: closed - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: bug, enhancement
#48 - 删除没有必要的getExtName方法
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#47 - 更新Wrapper相关的Demo和文档
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: documentation, cleanup
#46 - 返回扩展实例可以指定Wrapper
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#45 - 把获取Adaptive注释上配置的Key值的逻辑从Proxy InvocationHandler中移到createAdaptiveInstance中
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#44 - cooma配置文件格式在文档中说明
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#43 - entension、wrapper instance的销毁(生命周期管理)
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: enhancement, feature
#42 - 扩展点配置文件格式加强
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, feature
#41 - 开发者文档中调用关系图更新
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: documentation
#40 - 添加UT,确认:没有缺省构造函数的扩展点行为
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#39 - 加载出错时,异常信息中要区分Extension、Wrapper
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#38 - Wrapper类存储名字,这样可以用名字来定位
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#37 - 文档中加上核心概念的说明
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: documentation
#36 - 扩展点注入时要检查可能的循环依赖,避免调用死循环
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#35 - 添加Config类的UT
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: cleanup
#34 - 手写的adaptive class不能生效
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: bug, enhancement
#33 - adaptive extension术语改成adaptive instance
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#32 - 可以通过编程方式让cooma接管新的扩展点接口
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: feature
#31 - 统一相关术语使用Extension
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#30 - 扩展点配置文件的目录可以配置
Issue -
State: open - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: enhancement, feature
#29 - 文档中加上QuickStart说明、代码中添加对应的Demo
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#28 - 添加简单使用Cooma的例子
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#27 - 术语上要区分开扩展点和扩展点实现
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#26 - createExtension要Cache操作的Throwable
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: bug, enhancement
#25 - 在源文件中加上开源协议说明
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation
#24 - 统一getExtension:getDefaultExtension的返回方式
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#23 - 支持重新加载ExtensionLoader
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: enhancement, feature
#22 - 扩展点名合法字符检验
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#21 - com.metaframe.cooma.ExtensionLoader#getExtensionName方法应该要先加载扩展点类
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: bug, enhancement
#20 - 清理注释
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation, cleanup
#19 - 清除代码中的TODO、FIXME
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#18 - 可以通过编程方式添加扩展
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: feature
#17 - 没有配置文件中没有扩展点名,报错!添加对应的UT。
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#16 - 注入其它扩展点的Adaptive Instance时,即使要注入的扩展点没有实现也要注入Adaptive Instance
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: bug
#15 - 简化com.metaframe.cooma.ExtensionLoader#createAdaptiveInstance
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#14 - com.metaframe.cooma.ExtensionLoader#createExtension方法保证线程安全
Issue -
State: closed - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: enhancement, cleanup
#13 - Adaptive Instance要能正确处理Object的方法(toString, hashcode...)
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#12 - Wrapper类不要自动加载
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, feature
#11 - 公开的类和方法上都要加上javadoc @since,这样方便用户保证兼容性
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, documentation, cleanup
#10 - com.metaframe.cooma.ExtensionLoader#rethrowAsRuntime方法,统一加上new IllegalStateException
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#9 - 在扩展点配置文件中,支持属性
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: feature
#8 - 清理getExtClasses & getAdaptiveInstance的调用关系。
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#7 - 开发者文档中说明ExtensionLoader调用关系
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: documentation, cleanup
#6 - 文档中加上设计和模型的说明
Issue -
State: closed - Opened by oldratlee almost 12 years ago
- 1 comment
Labels: enhancement, documentation
#5 - 把Dubbo中新加的ExtensionLoader的UT迁过来,clean ut
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement, cleanup
#4 - readme中加上同类产品
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#3 - 支持ClassLoader设置
Issue -
State: open - Opened by oldratlee almost 12 years ago
Labels: feature
#2 - 去Logging适配,简化实现
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement
#1 - 去javassist依赖,简化实现
Issue -
State: closed - Opened by oldratlee almost 12 years ago
Labels: enhancement