Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-10905 | Add license header to AsyncCheckpointService #1579

Merged
merged 9 commits into from
Jul 12, 2024

Conversation

nit0906
Copy link
Contributor

@nit0906 nit0906 commented Jul 12, 2024

No description provided.

@nit0906 nit0906 merged commit 7f1243c into apache:trunk Jul 12, 2024
1 of 2 checks passed
thomasmueller added a commit that referenced this pull request Jul 30, 2024
thomasmueller added a commit that referenced this pull request Sep 6, 2024
* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10944: oak-auth-ldap: update commons-pool2 dependency to 2.12.0 (#1576)

* OAK-10705: oak-standalone: update dependencies (#1411)

Updated dependencies.

* OAK-10905 | Add a configurable  async checkpoint creator service (#1560)

* OAK-10905 | Add license header to  AsyncCheckpointService (#1579)

* OAK-10848: commons: remove use of slf4j.event.Level in SystemPropertySupplier implementation (#1580)

* OAK-10685: remove unused import of java.io.UnsupportedEncodingException

* OAK-10949: blob-cloud, segment-aws: update aws SDK to 1.12.761 (dependencies reference vulnerable amazon ion-java version) (#1581)

* OAK-10954: Update spotbugs plugin to 4.8.6.2 (#1588)

* OAK-10959: webapp: update Tomcat dependency to 9.0.90 (#1589)

* OAK-10960: blob-cloud, segment: update netty version to 4.1.111 (#1590)

* OAK-10945: Remove usage of Guava Function interface (#1578)

* OAK-10945: Remove usage of Guava Function interface (oak-upgrade)

* OAK-10945: Remove usage of Guava Function interface (oak-store-spi)

* OAK-10945: Remove usage of Guava Function interface (oak-it)

* OAK-10945: Remove usage of Guava Function interface (oak-store-document)

* OAK-10945: Remove usage of Guava Function interface (oak-store-composite)

* OAK-10945: Remove usage of Guava Function interface (oak-segment-tar)

* OAK-10945: Remove usage of Guava Function interface (oak-segment-azure)

* OAK-10945: Remove usage of Guava Function interface (oak-security-spi)

* OAK-10945: Remove usage of Guava Function interface (oak-security-search)

* OAK-10945: Remove usage of Guava Function interface (oak-run-commons)

* OAK-10945: Remove usage of Guava Function interface (oak-run)

* OAK-10945: Remove usage of Guava Function interface (oak-lucene)

* OAK-10945: Remove usage of Guava Function interface (oak-jcr)

* OAK-10945: Remove usage of Guava Function interface (oak-exercise)

* OAK-10945: Remove usage of Guava Function interface (oak-core-spi)

* OAK-10945: Remove usage of Guava Function interface (oak-core)

* OAK-10945: Remove usage of Guava Function interface (oak-commons)

* OAK-10945: Remove usage of Guava Function interface (oak-blob-plugins)

* OAK-10945: Remove usage of Guava Function interface (oak-blob-cloud, oak-blob-cloud-azure)

* OAK-10945: Remove usage of Guava Function interface (oak-upgrade) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-store-spi) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-store-document) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-store-composite) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-segment-tar) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-lucene) - cleanup

* OAK-10945: Remove usage of Guava Function interface (oak-jcr) - cleanup

* OAK-10962: oak-solr-osgi: update zookeeper dependency to 3.9.2 (#1591)

* Update build.yml to disable Sonar for now

...because of failures, as in https://github.com/apache/jackrabbit-oak/actions/runs/10021673018

* OAK-10965 - Make ConsoleIndexingReporter thread safe. (#1592)

* OAK-6762: Convert oak-blob to OSGi R7 annotations (#1413)

done

* OAK-6773: Convert oak-store-composite to OSGi R7 annotations (#1489)

done

* OAK-10951 - Add a new configuration property (#1594)

- "oak.indexer.persistedLinkedList.cacheSize" - sets the cache size of the PersistedLinkedList used to traverse the FFS. This controls the number FFS entries kept in memory.

* OAK-10966 - Avoid object creation in PathUtils.isAncestor (#1596)

* OAK-10964: bump nimbus-jose-jwt dependency to latest (#1593)

* OAK-6773: Convert oak-store-composite to OSGi R7 annotations - fix line ends

* OAK-10803 -- compress/uncompress property, disabled by default (#1526)

Co-authored-by: pirlogea <pirlogea@adobe.com>

* OAK-10974 and OAK-10869 : temporarily disabling flaky tests

* OAK-10971 - Add a method to test if a path is a direct ancestor of another: PathUtils.isDirectAncestor()  (#1598)

* OAK-10803: fix NPE when Mongo is unavailable, remove '*' imports (#1601)

* OAK-10976 - Avoid unnecessary call to PathUtils.getName in IndexDefinition (#1603)

* OAK-10904: Close token refresh executor service after access token is no longer needed (#1545)

* OAK-10904: change token refresh executor to use daemon thread

* OAK-10904: add log

* OAK-10904: move storage credential method to concrete class and explicitly calling close to shutdown the executor

* OAK-10904: wrap code for generating storage credentials in try catch

* OAK-10904: minor changes

* OAK-10904: refactor log

* OAK-10977 - Cleanup IndexDefinition class (#1604)

- replace Guava usages with JDK equivalents
- fix typos
- improve formatting

* OAK-10978 - Skip Azure compaction when there's not enough garbage in the repository (#1606)

* OAK-10966 - Indexing job: create optimized version of PersistedLinkedList (#1595)

* Revert "OAK-10966 - Indexing job: create optimized version of PersistedLinkedList (#1595)"

This reverts commit 8a72ef8.

* Revert "OAK-10978 - Skip Azure compaction when there's not enough garbage in the repository (#1606)"

This reverts commit 5814638.

* Revert "OAK-10977 - Cleanup IndexDefinition class (#1604)"

This reverts commit ce5c7df.

* Revert "OAK-10904: Close token refresh executor service after access token is no longer needed (#1545)"

This reverts commit 632a15b.

* Revert "OAK-10976 - Avoid unnecessary call to PathUtils.getName in IndexDefinition (#1603)"

This reverts commit e411960.

* Revert "OAK-10803: fix NPE when Mongo is unavailable, remove '*' imports (#1601)"

This reverts commit 5dd6344.

* Revert "OAK-10971 - Add a method to test if a path is a direct ancestor of another: PathUtils.isDirectAncestor()  (#1598)"

This reverts commit c416850.

* Revert "OAK-10974 and OAK-10869 : temporarily disabling flaky tests"

This reverts commit aefb990.

* Revert "OAK-10803 -- compress/uncompress property, disabled by default (#1526)"

This reverts commit 25792e7.

* Revert "OAK-6773: Convert oak-store-composite to OSGi R7 annotations - fix line ends"

This reverts commit 818317c.

* Revert "OAK-10964: bump nimbus-jose-jwt dependency to latest (#1593)"

This reverts commit 9528fdd.

* Revert "OAK-10966 - Avoid object creation in PathUtils.isAncestor (#1596)"

This reverts commit b37db4c.

* Revert "OAK-10951 - Add a new configuration property (#1594)"

This reverts commit ebefe01.

* Revert "OAK-6773: Convert oak-store-composite to OSGi R7 annotations (#1489)"

This reverts commit 0521c63.

* Revert "OAK-6762: Convert oak-blob to OSGi R7 annotations (#1413)"

This reverts commit 6c44805.

* Revert "OAK-10965 - Make ConsoleIndexingReporter thread safe. (#1592)"

This reverts commit 8b05cae.

* Revert "Update build.yml to disable Sonar for now"

This reverts commit 8db9183.

* Revert "OAK-10962: oak-solr-osgi: update zookeeper dependency to 3.9.2 (#1591)"

This reverts commit 95ed6c4.

* Revert "OAK-10945: Remove usage of Guava Function interface (#1578)"

This reverts commit 5d56db1.

* Revert "OAK-10960: blob-cloud, segment: update netty version to 4.1.111 (#1590)"

This reverts commit cd35db7.

* Revert "OAK-10959: webapp: update Tomcat dependency to 9.0.90 (#1589)"

This reverts commit 5fb55e0.

* Revert "OAK-10954: Update spotbugs plugin to 4.8.6.2 (#1588)"

This reverts commit b098fd8.

* Revert "OAK-10949: blob-cloud, segment-aws: update aws SDK to 1.12.761 (dependencies reference vulnerable amazon ion-java version) (#1581)"

This reverts commit cafbd29.

* Revert "OAK-10685: remove unused import of java.io.UnsupportedEncodingException"

This reverts commit 36cfcfa.

* Revert "OAK-10848: commons: remove use of slf4j.event.Level in SystemPropertySupplier implementation (#1580)"

This reverts commit ba530fe.

* Revert "OAK-10905 | Add license header to  AsyncCheckpointService (#1579)"

This reverts commit 7f112fa.

* Revert "OAK-10905 | Add a configurable  async checkpoint creator service (#1560)"

This reverts commit f12ccb1.

* Revert "OAK-10705: oak-standalone: update dependencies (#1411)"

This reverts commit dc10a12.

* Revert "OAK-10944: oak-auth-ldap: update commons-pool2 dependency to 2.12.0 (#1576)"

This reverts commit 3d6d009.

* OAK-10341 Tree store (bugfix for loggers)

* OAK-10341 Tree store (PipelinedTreeStoreStrategy.java)

* OAK-10341 Tree store (tests)

* OAK-10341 Tree store (use less memory)

* OAK-10341 Tree store (fix memory cache calculation)

* OAK-10341 Tree store (blob prefetch)

* OAK-10341 Tree store (blob prefetch)

* OAK-10341 Tree store (blob prefetch)

* OAK-10341 Tree store (node prefetch)

* OAK-10341 Tree store (incremental)

* OAK-10341 Tree store (pack files)

* OAK-10341 Tree store (pack files)

* OAK-10341 Tree store (tests)

* OAK-10341 Tree store (incremental)

* OAK-10341 Tree store (compress)

* OAK-10341 Tree store (traverse included paths)

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store

* OAK-10341 Tree store (use same blob prefetching configuration as for FlatFileStore)

* OAK-10341 Tree store (javadocs)

* OAK-10341 Tree store (code review)

---------

Co-authored-by: Julian Reschke <reschke@apache.org>
Co-authored-by: mbaedke <manfred.baedke@gmail.com>
Co-authored-by: nit0906 <nitingupta0906@gmail.com>
Co-authored-by: Nuno Santos <nsantos@adobe.com>
Co-authored-by: Tushar <145645280+t-rana@users.noreply.github.com>
Co-authored-by: ionutzpi <ionutzpi@yahoo.com>
Co-authored-by: pirlogea <pirlogea@adobe.com>
Co-authored-by: Stefan Egli <stefanegli@apache.org>
Co-authored-by: Andrei Dulceanu <dulceanu@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant