{"id":17992673,"url":"https://github.com/apache/jackrabbit-oak","last_synced_at":"2025-05-15T01:05:44.686Z","repository":{"id":2666568,"uuid":"3657930","full_name":"apache/jackrabbit-oak","owner":"apache","description":"Apache Jackrabbit Oak","archived":false,"fork":false,"pushed_at":"2025-05-13T10:34:33.000Z","size":95437,"stargazers_count":394,"open_issues_count":67,"forks_count":414,"subscribers_count":54,"default_branch":"trunk","last_synced_at":"2025-05-13T11:34:55.797Z","etag":null,"topics":["database","jackrabbit","java","jcr","repository"],"latest_commit_sha":null,"homepage":"https://jackrabbit.apache.org/oak/","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/apache.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2012-03-08T08:00:14.000Z","updated_at":"2025-05-13T07:33:31.000Z","dependencies_parsed_at":"2023-07-05T19:18:17.868Z","dependency_job_id":"ddf922e0-14b3-4b7f-9dab-2a56c2bc451c","html_url":"https://github.com/apache/jackrabbit-oak","commit_stats":{"total_commits":18697,"total_committers":97,"mean_commits":"192.75257731958763","dds":0.8607798042466706,"last_synced_commit":"1cb0962e1e21b2f3a7a962c871d2da401afa9526"},"previous_names":[],"tags_count":325,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-oak","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-oak/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-oak/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apache%2Fjackrabbit-oak/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apache","download_url":"https://codeload.github.com/apache/jackrabbit-oak/tar.gz/refs/heads/trunk","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254045753,"owners_count":22005446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","jackrabbit","java","jcr","repository"],"created_at":"2024-10-29T20:08:55.802Z","updated_at":"2025-05-15T01:05:44.669Z","avatar_url":"https://github.com/apache.png","language":"Java","readme":"[![ASF Jira](https://img.shields.io/badge/ASF%20JIRA-OAK-orange)](https://issues.apache.org/jira/projects/OAK/summary)\n[![Maven Central](https://img.shields.io/maven-central/v/org.apache.jackrabbit/oak-core.svg?label=Maven%20Central)](https://central.sonatype.com/artifact/org.apache.jackrabbit/oak-core)\n[![Build](https://github.com/apache/jackrabbit-oak/actions/workflows/build.yml/badge.svg)](https://github.com/apache/jackrabbit-oak/actions/workflows/build.yml)\n[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=org.apache.jackrabbit%3Ajackrabbit-oak\u0026metric=bugs)](https://sonarcloud.io/summary/new_code?id=org.apache.jackrabbit%3Ajackrabbit-oak)\n[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=org.apache.jackrabbit%3Ajackrabbit-oak\u0026metric=code_smells)](https://sonarcloud.io/summary/new_code?id=org.apache.jackrabbit%3Ajackrabbit-oak)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=org.apache.jackrabbit%3Ajackrabbit-oak\u0026metric=coverage)](https://sonarcloud.io/summary/new_code?id=org.apache.jackrabbit%3Ajackrabbit-oak)\n\nJackrabbit Oak - the next generation content repository\n=======================================================\n\nJackrabbit Oak is a scalable, high-performance hierarchical content\nrepository designed for use as the foundation of modern world-class\nweb sites and other demanding content applications.\n\nThe Oak effort is a part of the Apache Jackrabbit project.\nApache Jackrabbit is a project of the Apache Software Foundation.\n\nGetting Started \n---------------\n\nTo get started with Oak, build the latest sources with\nMaven 3 and Java 11 (or higher) like this:\n\n    mvn clean install\n\nTo enable all integration tests, including the JCR TCK, use:\n\n    mvn clean install -PintegrationTesting\n\nBefore committing changes or submitting a patch, please make sure that\nthe above integration testing build passes without errors. If you like,\nyou can enable integration tests by default by setting the\n`OAK_INTEGRATION_TESTING` environment variable.\n\nMongoDB integration\n-------------------\n\nParts of the Oak build expects a MongoDB instance to be available for\ntesting. By default a MongoDB instance running on localhost is expected,\nand the relevant tests are simply skipped if such an instance is not found.\nYou can also configure the build to use custom MongoDB settings with the\nfollowing properties (shown with their default values):\n\n    -Dmongo.host=127.0.0.1\n    -Dmongo.port=27017\n    -Dmongo.db=MongoMKDB\n    -Dmongo.db2=MongoMKDB2\n\nNote that the configured test databases will be *dropped* by the test cases.\n\nComponents\n----------\n\nThe build consists of the following main components:\n\n  - oak-parent        - parent POM\n  - oak-doc           - Oak documentation\n  - oak-commons       - shared utility code\n  - [oak-core][1]     - Oak repository API and implementation\n  - oak-jcr           - JCR binding for the Oak repository\n  - oak-sling         - integration with Apache Sling\n  - oak-solr-core     - Apache Solr indexing and search\n  - oak-solr-embedded - Apache Solr on an embedded Solr instance\n  - oak-solr-remote   - Apache Solr on an remote (HTTP) Solr instance\n  - oak-http          - HTTP binding for Oak\n  - oak-lucene        - Lucene-based query index\n  - oak-run           - runnable jar packaging\n  - oak-pojosr        - integration with PojoSR\n  - oak-segment-tar   - TarMK API and implementation\n  - oak-upgrade       - tooling for upgrading Jackrabbit repositories to Oak\n  - oak-it            - integration tests\n    - oak-it/osgi     - integration tests for OSGi\n  - [oak-exercise][2] - Oak training material\n\n  [1]: oak-api/README.md\n  [2]: oak-exercise/README.md\n\nArchive\n-------\n\nThe following components have been moved to the Jackrabbit Attic:\n\n  - oak-mk-api        - MicroKernel API (_deprecated_, see OAK-2701)\n  - oak-mk            - MicroKernel implementation  (see OAK-2702)\n  - oak-mk-remote     - MicroKernel remoting  (see OAK-2693)\n  - oak-it/mk         - integration tests for MicroKernel\n\nLicense\n-------\n\n(see [LICENSE.txt](LICENSE.txt) for full license details)\n\nCollective work: Copyright 2014 The Apache Software Foundation.\n\nLicensed to the Apache Software Foundation (ASF) under one or more\ncontributor license agreements.  See the NOTICE file distributed with\nthis work for additional information regarding copyright ownership.\nThe ASF licenses this file to You under the Apache License, Version 2.0\n(the \"License\"); you may not use this file except in compliance with\nthe License.  You may obtain a copy of the License at\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjackrabbit-oak","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapache%2Fjackrabbit-oak","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapache%2Fjackrabbit-oak/lists"}