You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/04/27 22:27:33 UTC

[couchdb] branch nouveau-remove-afterburner updated (79cae4b3e -> 361c8fc27)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch nouveau-remove-afterburner
in repository https://gitbox.apache.org/repos/asf/couchdb.git


 discard 79cae4b3e remove afterburner
    omit 23dfab503 fix race condition when creating indexes
    omit 8e03f9766 Merge pull request #4543 from apache/jenkins-enable-nouveau-ci
     new 361c8fc27 remove afterburner

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (79cae4b3e)
            \
             N -- N -- N   refs/heads/nouveau-remove-afterburner (361c8fc27)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/couchdb/nouveau/core/IndexManager.java  | 53 +++++++---------------
 .../apache/couchdb/nouveau/core/StripedLock.java   | 44 ------------------
 test/elixir/test/nouveau_test.exs                  |  1 +
 3 files changed, 18 insertions(+), 80 deletions(-)
 delete mode 100644 nouveau/src/main/java/org/apache/couchdb/nouveau/core/StripedLock.java


[couchdb] 01/01: remove afterburner

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch nouveau-remove-afterburner
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit 361c8fc27473c8e0fc1ce822fd5b775f0970cb9d
Author: Robert Newson <rn...@apache.org>
AuthorDate: Thu Apr 27 23:24:37 2023 +0100

    remove afterburner
    
    https://github.com/FasterXML/jackson-modules-base/tree/jackson-modules-base-2.13.3/blackbird#readme
---
 nouveau/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/nouveau/pom.xml b/nouveau/pom.xml
index b7c9051ff..1c2466761 100644
--- a/nouveau/pom.xml
+++ b/nouveau/pom.xml
@@ -64,10 +64,6 @@
       <groupId>io.dropwizard</groupId>
       <artifactId>dropwizard-http2</artifactId>
     </dependency>
-    <dependency>
-      <groupId>com.fasterxml.jackson.module</groupId>
-      <artifactId>jackson-module-afterburner</artifactId>
-    </dependency>
 
     <!-- Dropwizard metrics -->
     <dependency>