Skip to content

Conversation

@solrbot
Copy link
Collaborator

@solrbot solrbot commented Jan 24, 2025

This PR contains the following updates:

Package Type Update Change
org.apache.logging.log4j:log4j-1.2-api (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-web (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-slf4j2-impl (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-layout-template-json (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-jul (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-core (source) dependencies minor 2.21.0 -> 2.25.2
org.apache.logging.log4j:log4j-api (source) dependencies minor 2.21.0 -> 2.25.2

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Configuration

📅 Schedule: Branch creation - Every minute ( * * * * * ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot

@solrbot solrbot force-pushed the renovate/apache.log4j branch from 6e169e1 to 40a2a8d Compare January 24, 2025 12:25
@solrbot solrbot changed the title chore(deps): update apache.log4j to v2.24.3 Update apache.log4j to v2.24.3 Feb 11, 2025
@solrbot solrbot changed the title Update apache.log4j to v2.24.3 chore(deps): update apache.log4j to v2.24.3 Feb 15, 2025
@solrbot solrbot changed the title chore(deps): update apache.log4j to v2.24.3 Update apache.log4j to v2.24.3 Feb 16, 2025
@solrbot solrbot force-pushed the renovate/apache.log4j branch from 40a2a8d to 560d430 Compare February 16, 2025 20:45
@solrbot solrbot changed the title Update apache.log4j to v2.24.3 chore(deps): update apache.log4j to v2.24.3 Feb 16, 2025
@solrbot solrbot changed the title chore(deps): update apache.log4j to v2.24.3 Update apache.log4j to v2.24.3 Feb 26, 2025
@solrbot solrbot changed the title Update apache.log4j to v2.24.3 chore(deps): update apache.log4j to v2.24.3 Mar 21, 2025
@solrbot solrbot changed the title chore(deps): update apache.log4j to v2.24.3 Update apache.log4j to v2.24.3 Mar 22, 2025
@solrbot solrbot force-pushed the renovate/apache.log4j branch from 560d430 to 9b9505c Compare March 24, 2025 20:22
@solrbot solrbot changed the title Update apache.log4j to v2.24.3 chore(deps): update apache.log4j to v2.24.3 Mar 24, 2025
@ppkarwasz
Copy link

 * What went wrong:
Execution failed for task ':solr:core:analyzeClassesDependencies'.
> Dependency analysis found issues.
  unusedDeclaredArtifacts
   - biz.aQute.bnd:biz.aQute.bnd.annotation:7.1.0@jar

I suspect this dependency was added to suppress javac warnings with -Xlint:classfile. That flag complains when annotations from dependencies are missing (see apache/logging-log4j2#3110 (comment)) for background), even runtime-invisible ones.

The issue is mostly cosmetic, and we’ve already solved it for Gradle users in version 2.25.0 (see #3437) by publishing Gradle Module Metadata. Because of that, you can safely remove biz.aQute.bnd.annotation from Solr: it will now be pulled in automatically as a transitive, compile-only dependency.

@ppkarwasz ppkarwasz mentioned this pull request Sep 2, 2025
7 tasks
@ppkarwasz
Copy link

The build problems should be fixed in #3603.

@solrbot solrbot force-pushed the renovate/apache.log4j branch from 0bd850e to 3419017 Compare September 3, 2025 08:45
@solrbot solrbot force-pushed the renovate/apache.log4j branch 2 times, most recently from 7e99c5b to e1f2a12 Compare September 16, 2025 13:13
@solrbot solrbot force-pushed the renovate/apache.log4j branch from e1f2a12 to e17de90 Compare September 23, 2025 20:42
@solrbot solrbot changed the title Update apache.log4j to v2.25.1 Update apache.log4j to v2.25.2 Sep 23, 2025
@solrbot solrbot force-pushed the renovate/apache.log4j branch 3 times, most recently from fa70562 to df910e4 Compare October 14, 2025 21:02
@solrbot solrbot force-pushed the renovate/apache.log4j branch from df910e4 to fe69ace Compare October 23, 2025 02:32
@solrbot solrbot force-pushed the renovate/apache.log4j branch from fe69ace to 8762df1 Compare October 30, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants