pgj opened a new pull request, #5180:
URL: https://github.com/apache/couchdb/pull/5180

   The latest version of Clouseau now fixes the incompatibility issue with OTP 
26 and later [1], so pull that in and remove the related checks.
   
   At the same time, replace SLF4J Simple with [Logback 
Classic](https://logback.qos.ch/) since that has been the standard logging 
backend for a while.  Note that Clouseau is still shipped with SLF4J API 1.7, 
which supports Logback up to 1.2 only.
   
   [1] Thanks @jdoane!
   
   ## Testing recommendations
   
   Configure with Clouseau enabled:
   
   ```console
   ./configure --with-clouseau
   ```
   
   Run the Mango tests (which should automatically utilize Clouseau):
   
   ```console
   make mango-test
   ```
   
   Run the Elixir search tests (which should automatically utilize Clouseau):
   
   ```console
   make elixir-search
   ```
   
   This should all work with Erlang/OTP 25, 26, and 27.  However, Elixir 
(1.17.2) did not seem to work for me with OTP 27, but that is a different 
issue.  The Mango tests still passed for me on OTP 27.
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [x] Changes are covered by tests
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to