Artificer 1.0.0 Final 发布,更新内容如下 :
[ARTIF-728] Add upload endpoint that takes a local file path - JBoss Issue Tracker
If you're using an Artificer client that's co-located with the server, or a file is visible to both (network storage, etc.), there's no reason to pass the entire content stream through HTTP (as you would remotely). So, we've added new endpoints that simply take an absolute file path as the means to "upload" an artifact.
[ARTIF-733] Improve expansion/derivation relationship lookups - JBoss Issue Tracker
A performance enhancement that reduced the number of trips to the database during batch processing.
[ARTIF-737] Execute batch persist in single transaction - JBoss Issue Tracker
Batch uploads are now processed within a single transaction. Therefore, if any item fails, the entire set of artifacts are rolled back. This makes sense for most use cases, otherwise you'd have to manually deal with cleanup and synchronization.
Artificer 是 JBoss 旗下的一个 SOA Repository Artifact Model and Protocol (S-RAMP) 的开源实现。
软件详情:https://developer.jboss.org/en/artificer/blog/2015/07/07/artificer-100final-released
下载地址:https://github.com/ArtificerRepo/artificer/archive/artificer-1.0.0.Final.zip
来自:开源中国社区

