Skip to content

Exclude commons-logging dependency from rdf-resource-resolver-core#805

Merged
dennisvang merged 2 commits intodevelopfrom
fix/issue800-commons-logging
Nov 18, 2025
Merged

Exclude commons-logging dependency from rdf-resource-resolver-core#805
dennisvang merged 2 commits intodevelopfrom
fix/issue800-commons-logging

Conversation

@dennisvang
Copy link
Copy Markdown
Contributor

fixes #800 (see issue for details)

Copy link
Copy Markdown
Contributor

@MarekSuchanek MarekSuchanek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good 👍🏻 I see it documented in the GitHub issue, would it make sense to add comment directly in pom.xml to clarify why exclusion is needed (this might be used for other older exclusions as well though)?

@dennisvang
Copy link
Copy Markdown
Contributor Author

Good 👍🏻 I see it documented in the GitHub issue, would it make sense to add comment directly in pom.xml to clarify why exclusion is needed (this might be used for other older exclusions as well though)?

Good idea. I'll add a comment.

That would also make sense for the other (existing) exclusions. I'll try to figure out the reason for excluding them. Two are also related to logging, one is related to tests.

No comments for the remaining two exclusions, because it's not clear why they were excluded.
Typically this is to prevent some dependency conflict, but found no clear reason in commits, nor online, nor did immediate issues arise after temporarily removing the exclusions.
@dennisvang dennisvang merged commit 3c5ea8e into develop Nov 18, 2025
13 checks passed
@dennisvang dennisvang deleted the fix/issue800-commons-logging branch November 18, 2025 09:25
dennisvang added a commit that referenced this pull request Jan 29, 2026
…olver-core (#805)

This prevents the warning "Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts"

* exclude commons-logging dependency from rdf-resource-resolver-core
* add comments in pom with reason for exclusion
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.

Standard Commons Logging discovery in action with spring-jcl

2 participants