Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@MDeLuise
Copy link
Contributor

@MDeLuise MDeLuise commented Jul 1, 2024

Description

This pull request addresses an issue in the ServiceConfigurations class where ClassNotFoundException was being thrown by the following methods:

  • update(...)
  • getComponent(...)
  • updateComponent(...)

These exceptions were not user-friendly and have now been replaced with KapuaIllegalArgumentException to provide a better user experience since the affected values are user-provided values.

Note

Please merge this pull request after eclipse/kapua#4064 is merged.

@MDeLuise MDeLuise marked this pull request as ready for review July 1, 2024 09:25
@Coduz Coduz added Bug This is a bug or an unexpected behaviour. Fix it! REST API We hope to REST everyday labels Jul 1, 2024
@codecov
Copy link

codecov bot commented Jul 1, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Project coverage is 16.80%. Comparing base (646e283) to head (05fe2ce).

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##             develop    #4068      +/-   ##
=============================================
- Coverage      16.81%   16.80%   -0.01%     
  Complexity        22       22              
=============================================
  Files           2008     2008              
  Lines          52167    52177      +10     
  Branches        4398     4398              
=============================================
  Hits            8770     8770              
- Misses         43001    43011      +10     
  Partials         396      396              
Files Coverage Δ
.../resources/v1/resources/ServiceConfigurations.java 0.00% <0.00%> (ø)

@Coduz Coduz merged commit 03becfd into eclipse-kapua:develop Jul 1, 2024
@MDeLuise MDeLuise deleted the fix-classNotFound branch July 1, 2024 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug This is a bug or an unexpected behaviour. Fix it! REST API We hope to REST everyday

Projects

Development

Successfully merging this pull request may close these issues.

2 participants