Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broker crash on 1.6.x due to missing dependency #3901

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

MDeLuise
Copy link
Contributor

This PR adds the missing dependency commons-lang:commons-lang into the broker.
In the codebase both commons-lang:commons-lang and org.apache.commons:commons-lang3 are used, but the first were missing from the dependency.
In a future PR it might be useful to port all the code to org.apache.commons:commons-lang3.

Related Issue
This PR fixes #3900.

In the codebase both `commons-lang:commons-lang` and
`org.apache.commons:commons-lang3` are used, but the first were missing
from the dependency.
Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Merging #3901 (7d1579c) into release-1.6.x (c718451) will decrease coverage by 0.11%.
The diff coverage is n/a.

❗ Current head 7d1579c differs from pull request most recent head 6bcd1f6. Consider uploading reports for the commit 6bcd1f6 to get more accurate results

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                 @@
##             release-1.6.x    #3901      +/-   ##
===================================================
- Coverage            54.03%   53.93%   -0.11%     
+ Complexity             879      876       -3     
===================================================
  Files                 1587     1587              
  Lines                31950    31950              
  Branches              2663     2663              
===================================================
- Hits                 17264    17231      -33     
- Misses               13707    13734      +27     
- Partials               979      985       +6     

see 14 files with indirect coverage changes

@Coduz Coduz added the Bug This is a bug or an unexpected behaviour. Fix it! label Nov 15, 2023
@Coduz Coduz merged commit 1ebcfa5 into eclipse-kapua:release-1.6.x Nov 15, 2023
@Coduz Coduz removed the Bug This is a bug or an unexpected behaviour. Fix it! label Nov 15, 2023
@MDeLuise MDeLuise deleted the broker-lang-1.6.x branch November 16, 2023 09:34
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.

2 participants