Apache Karaf Cave 3.x - DocumentationStarting Apache Karaf Cave Server 2. Repository 2.1. Create 2.2. List 2.3. Repository and OBR service 2.4. Destroy 2.5. What's next 3. Populate repository 3.1. Upload a single artifact 3.2. Populate from an external repository 4. Proxy repository 5. OBR commands 6. HTTP wrapper service 6.1. OBR metadata access 6.2. OSGi bundles access 7. Administration ## Overview Apache Karaf Cave provides an OSGi Bundle Repository (OBR) and Karaf Features Repository (KFR). OBR provides a service that can automatically install a bundle, with its deployment dependencies, from a bundle repository. Apache0 码力 | 18 页 | 101.41 KB | 1 年前3
Building a central Go modules repository: GoCenter’s back to the future## Building a central Go modules repository: GoCenter's back to the future GopherCon 2019 Lightning Talk Ankush Chadha 0 码力 | 19 页 | 9.22 MB | 2 年前3
The Weblate Manual 4.0.2information like instructions for translators, or information about its version control system repository. If the translation format supports it, you can also follow supplied links to respective source configuration for detailed description of the fields): |Field|Value| |---|---| |Source code repository|URL of the VCS repository with your project| |File mask|$ po/* $ .po| |Template for new translations|$ po $ updates from Weblate To fetch updated strings from Weblate you can simply fetch the underlying repository (either from filesystem or it can be made available through Git exporter). Prior to this, you might0 码力 | 363 页 | 3.59 MB | 2 年前3
Spring Framework 3.0.4 Changelog(2010-08-19) * support for Hibernate Core 3.6, Hibernate Validator 4.1, EclipseLink 2.1, EHCache 2.2 * OSGi manifest version range accepts EHCache 2.x as well * added "contentLength()" method to Resource translation to error views as well * mvc:annotation-driven reliably detects JSR-303 and JAXB2 in an OSGi environment * revised @MVC handler method resolution with respect to handler methods on generic interfaces includes #### Changes in version 3.0.2 (2010-04-02) $ ^{*} $ fixed cross-module version ranges in OSGi manifests * fixed contents of org.springframework.web.struts jar * upgraded to Hibernate Validator0 码力 | 15 页 | 41.47 KB | 2 年前3
Spring Framework 3.1.4 Changelogversion 3.1.2 (2012-07-09) $ ^{*} $ removed INDEX.LIST entries from Spring jar META-INF dir * fixed OSGi metadata for optional "java.inject" package import * fixed AbstractResource'sInputStream-based type does not have a filename * Resource "contentLength()" implementations work with OSGi bundle resources and JBoss VFS resources * PathMatchingResourcePatternResolver preserves caching for added String constants to MediaType Changes in version 3.1 RC2 (2011-11-28) * fixed OSGi manifest for spring-web bundle to not require Apache HttpComponents anymore $ ^{*} $ fixed GenericTypeResolver to0 码力 | 26 页 | 72.26 KB | 2 年前3
Apache Karaf 3.0.5 Guidesis a OSGi-based runtime which provides a lightweight container onto which various components and applications can be deployed. Apache Karaf uses either Apache Felix Framework or Eclipse Equinox OSGi frameworks Provisioning: Apache Karaf supports a large set of URL where you can install your application (Maven repository, HTTP, file, etc). It also provides the concept of "Karaf Feature" which is a way to describe instances of Apache Karaf can be managed directly from a main instance (root). - OSGi frameworks: Apache Karaf is not tight to one OSGi framework. By default, Apache Karaf runs with Apache Felix Framework, but0 码力 | 203 页 | 534.36 KB | 1 年前3
CurveFS ChunkID持久化申请的chunkID池是否枯竭? 1. 是,使用 KVStorageClient 申请新的 chunkid Bundle (etcd 中记录的已使用 chunkID 增加一个 chunkID Bundle 的大小); 1. 申请失败 2. storeKey 不存在,从现在已使用的 ChunkID 继续申请新的 Bundle 1. 首次连接 etcd 2. etcd 环境切换 3. storeKey 被删除 etcd chunkIdStoreKey; // chunkid 存储在etcd上的 key nextId; // 下一个可分配的 chunkID lastId: // 当前chunkID bundle 内最后一个可分配的chunkID bundleSize;// chunkId池子的大小 } ## 问题与风险 1. 构造函数内判断 storeKey 不存在时,会从0开始分配,可能会出现覆盖chunkid的情况;0 码力 | 3 页 | 79.38 KB | 1 年前3
百度智能云 Apache Doris 文档FROM repository_name ON ( table_name [PARTITION (p1, ...)] [AS tbl_alias], ) PROPERTIES ("key"="value", ...); - snapshot name:通过 SHOW SNAPSHOT 命令查看到的 Snapshot 名称。 • repository name:仓库名称。 作。提交成功后,需通过 SHOW BACKUP 命令查看进度。 仅支持备份 OLAP 类型的表。 BACKUP SNAPSHOT [db_name.]snapshot_name TO `repository_name` ON ( `table_name` [PARTITION (`p1`, ...)], ... ) PROPERTIES ("key"="value" 中,已减少磁盘 IO。但这个属性不会保证数据块常驻在内存中,仅作为一种尽力而为的标识。 DROP-REPOSITORY DROP REPOSITORY Description 该语句用于删除一个已创建的仓库。仅 root 或 superuser 用户可以删除仓库。 DROP REPOSITORY repo_name; 删除仓库,仅仅是删除该仓库在 Doris 中的映射,不会删除实际的仓库数0 码力 | 203 页 | 1.75 MB | 2 年前3
Conda 24.7.x DocumentationGPG key and add a repository configuration file for conda. # Import our GPG public key rpm --import https://repo.anaconda.com/pkg/misc/gpgkeys/anaconda.asc # Add the Anaconda repository cat </etc/yum be installed --> Finished Dependency Resolution Dependencies Resolved Package Arch Version Repository Size Installing: conda x86_64 4.5.11-0 conda 73 M Transaction Summary Install 1 Package(s) Total Debian-based Linux distributions, such as Ubuntu, download the public GPG key and add the conda repository to the sources list. # Install our public GPG key to trusted store curl https://repo.anaconda 0 码力 | 808 页 | 4.97 MB | 1 年前3
Apache Karaf Cave 4.x - DocumentationApache Karaf Cave Server 2. Repository 2.1. Create 2.2. List 3. Populate repository 3.1. Upload a single artifact 3.2. Populate from an external repository 4. Proxy repository 5. HTTP wrapper service 1. Repository metadata access 6. Maven wrapper service 7. Administration 7.1.JMX 7.2. REST ## Overview Apache Karaf Cave is an Apache Karaf sub-project. Cave is an implementation of the OSGi Repository specification, providing additional features such as a complete Maven repository support, a REST API for management, support of remote repository proxy. Cave deals with the requirements and capabilities of all0 码力 | 11 页 | 88.13 KB | 1 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100
相关搜索词
Apache Karaf CaveOSGi Bundle RepositoryKaraf Features RepositoryCave RepositoryMaven 仓库Go modulesGoCentergo mod initgo mod tidygithub repositoriesWeblatetranslationconfigurationrepositoryaddonHibernateEclipseLinkOSGiResourceConversionServiceSpring FrameworkJPAJUnitApache KarafSSHJMXMavenCurveFS ChunkID持久化etcdChunkIDGenerator单mdsChunkID BundleRoutine LoadCREATE TABLEBACKUPREPOSITORYLOADcondapackage managernoarch packagepluginsRepositoryREST APIArtifact Upload













