You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2024/02/26 20:46:58 UTC

(arrow) branch main updated: MINOR: [Java] Bump de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic from 0.9.44 to 8.3.0 in /java (#40239)

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

kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/main by this push:
     new 8940a427a5 MINOR: [Java] Bump de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic from 0.9.44 to 8.3.0 in /java (#40239)
8940a427a5 is described below

commit 8940a427a5432469823783c52dc07d939b122acc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 27 05:46:51 2024 +0900

    MINOR: [Java] Bump de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic from 0.9.44 to 8.3.0 in /java (#40239)
    
    Bumps [de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic](https://github.com/huxi/lilith) from 0.9.44 to 8.3.0.
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/huxi/lilith/blob/master/CHANGELOG.md">de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic's changelog</a>.</em></p>
    <blockquote>
    <h2>[8.3.0] - 2021-12-11</h2>
    <h3>Changed</h3>
    <ul>
    <li>Demand Java 8 <code>1.8.0_312</code>.</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>SLF4J 1.7.32, logback 1.2.7, log4j2 2.15.0, Groovy 2.5.15, Spring 5.3.13, jackson 2.13.0, commons-io 2.11.0, commons-text 1.5, commons-lang3 3.12.0, flying-saucer 9.1.18, aspectj 1.9.7, woodstox 6.2.7, httpcore 4.4.14, httpclient 4.5.13, protobuf 3.19.1</li>
    </ul>
    <h2>[8.2.0] - 2018-08-09</h2>
    <h3>Added</h3>
    <ul>
    <li>Added &quot;Find previous active&quot; and &quot;Find next active&quot; buttons to toolbar.</li>
    <li>Added &quot;Find previous&quot; and &quot;Find next&quot; buttons to toolbar.</li>
    <li>Added lots of missing mnemonics.</li>
    <li>If the connection is lost then Message/RequestURI in table will now show &quot;Connection closed.&quot; instead of nothing.</li>
    <li>Added smooth horizontal table scrolling option that is enabled by default.</li>
    <li>Added support for Log4j 2 <code>JsonLayout</code>, <code>YamlLayout</code> and <code>XmlLayout</code>. <code>SerializedLayout</code> has been deprecated in log4j2 2.9.0 so you should use one of the other options instead.</li>
    <li>Added Automatic-Module-Names for artifacts where appropriate. See <a href="http://branchandbound.net/blog/java/2017/12/automatic-module-name/">Automatic-Module-Name: Calling all Java Library Maintainers</a>.</li>
    </ul>
    <h3>Changed</h3>
    <ul>
    <li>&quot;Clean all inactive logs&quot; is now less noisy in the Lilith log.</li>
    <li>Changed icons for &quot;Find previous active&quot; and &quot;Find next active&quot;. They now differ from &quot;Find previous&quot; and &quot;Find next&quot; as they should.</li>
    <li>Refactored actions and icon handling.</li>
    <li>Don't add null events to global logs.</li>
    <li>Unchecking &quot;Enable global logs.&quot; in Preferences is now deleting existing global log files automatically.</li>
    <li>Keyboard help will now always be up-to-date.</li>
    <li>Demand Java 8 <code>1.8.0_181</code>.</li>
    </ul>
    <h3>Deprecated</h3>
    <ul>
    <li>Nothing.</li>
    </ul>
    <h3>Removed</h3>
    <ul>
    <li>&quot;Previous&quot; and &quot;Next&quot; buttons in find panel.</li>
    <li>&quot;Pause&quot; action. Pausing only paused updating of the table, not receiving of events. This was confusing (even me) and served no actual purpose. This action was a left-over from the early days of Lilith when it was used for debugging during development.</li>
    </ul>
    <h3>Fixed</h3>
    <ul>
    <li>All L&amp;F support mac screen menu bar with Java 9 or higher.</li>
    <li>Zero-delimited event receivers did not add a <code>null</code> event when end of stream was reached.</li>
    <li>Fixed initial enabled state of &quot;Go to source&quot;.</li>
    <li>Fixed enabled state of &quot;Edit&quot; menu. Mustn't be disabled anymore because &quot;Paste StackTraceElement&quot; is always available.</li>
    <li>Fixed enabled state of &quot;Copy selection&quot;.</li>
    <li>Menu entries related to global logs are now disabled if &quot;Enable global logs.&quot; is unchecked in Preferences.</li>
    <li>Added more dependencies and entries to the deserialization whitelist. This is essentially necessary because <code>logback-access</code> does not have an <code>AccessEventVO</code>. See also <a href="http://jira.qos.ch/browse/LOGBACK-1182">LOGBACK-1182 - Problem deserializing AccessEvent.</a>.</li>
    <li>Not all event producers expect a heartbeat.</li>
    <li>Made sure that &quot;You have changed the look &amp; feel.&quot; and &quot;You have changed the application path.&quot; dialogs aren't hidden by the preferences dialog.</li>
    <li>Fixed java executable detection in Windows bat file. Thanks, <a href="https://github.com/tha2015">tha2015</a>!</li>
    <li>Logback 1.2.3, log4j2 2.11.1, Groovy 2.5.1, jackson 2.9.6, spring 5.0.8, protobuf 3.6.1, junique 1.0.4, jcommander 1.72, commons-lang 3.7, commons-text 1.4, commons-io 2.6, flying-saucer 9.1.14, glazedlists 1.10.0, aspectj 1.9.1, httpcore 4.4.10, httpclient 4.5.6, woodstox 5.1.0</li>
    <li>Fixed several split package issues. Because of this, some classes have changed package names:
    <ul>
    <li>the two most commonly used classes <code>de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender</code> and <code>de.huxhorn.lilith.logback.encoder.ClassicLilithEncoder</code> have not been moved.</li>
    <li><code>de.huxhorn.lilith.logback.encoder.AccessLilithEncoder</code> changed to <code>de.huxhorn.lilith.logback.encoder.access.AccessLilithEncoder</code>.</li>
    </ul>
    </li>
    </ul>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/huxi/lilith/commit/79c8ec553a7a3fffe64516342435ca1ac0ede990"><code>79c8ec5</code></a> console is not working anymore</li>
    <li><a href="https://github.com/huxi/lilith/commit/80dce6598d44fbad6b862fb28b2adca5afbfb0ae"><code>80dce65</code></a> Release notes &amp; changelog</li>
    <li><a href="https://github.com/huxi/lilith/commit/dd89c2315da976901982dab2d410509e380859dd"><code>dd89c23</code></a> Demand Java 1.8.0_312</li>
    <li><a href="https://github.com/huxi/lilith/commit/756463d89c33bbf3b13981cf38e5c10d1862310c"><code>756463d</code></a> byte-buddy 2.12.3</li>
    <li><a href="https://github.com/huxi/lilith/commit/833cc31007494b85a0cc1361a250b9a6bb8dc155"><code>833cc31</code></a> log4j 2.15.0</li>
    <li><a href="https://github.com/huxi/lilith/commit/4db2419584e9f6c9de7af20bb976c6472784eb8c"><code>4db2419</code></a> checkstyle 9.2</li>
    <li><a href="https://github.com/huxi/lilith/commit/d2551fbba2bda36ce1cd68f634f2150be843807f"><code>d2551fb</code></a> protobuf 3.19.1</li>
    <li><a href="https://github.com/huxi/lilith/commit/bae38177d7ac1f2bde1024d3d7c3fd6a1c25ffd6"><code>bae3817</code></a> woodstox 6.2.7</li>
    <li><a href="https://github.com/huxi/lilith/commit/a055174cb48d6ce7936304de20e8c3385a2d6f87"><code>a055174</code></a> checkstyle 9.1</li>
    <li><a href="https://github.com/huxi/lilith/commit/2da5530c12597f89237f2f78f9850483fe322b44"><code>2da5530</code></a> pmd 6.41.0</li>
    <li>Additional commits viewable in <a href="https://github.com/huxi/lilith/compare/v0.9.44...v8.3.0">compare view</a></li>
    </ul>
    </details>
    <br />
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=de.huxhorn.lilith:de.huxhorn.lilith.logback.appender.multiplex-classic&package-manager=maven&previous-version=0.9.44&new-version=8.3.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@ dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@ dependabot rebase` will rebase this PR
    - `@ dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@ dependabot merge` will merge this PR after your CI passes on it
    - `@ dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@ dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@ dependabot reopen` will reopen this PR if it is closed
    - `@ dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@ dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@ dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@ dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@ dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    </details>
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 69ee8a26d9..d32a179f39 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -768,7 +768,7 @@
     <dependency>
       <groupId>de.huxhorn.lilith</groupId>
       <artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>
-      <version>0.9.44</version>
+      <version>8.3.0</version>
       <scope>test</scope>
     </dependency>