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

🐛 Don't use "mvn://::" for an empty binary source in applications #2015

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

sjd78
Copy link
Member

@sjd78 sjd78 commented Jul 15, 2024

When creating an application, if the "Binary (Java)" source is not specified, we want to store an empty string as the binary value and not "mvn://::. This also applied to editing an existing application.

Resolves: #2014
Resolves: https://issues.redhat.com/browse/MTA-3238

When creating an application, if the "Binary (Java)" source
is not specified, we want to store an empty string as the
`binary` value and not `"mvn://::`.  This also applied to editing
an existing application.

Signed-off-by: Scott J Dickerson <[email protected]>
@sjd78 sjd78 added this to the v0.5.0 milestone Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

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

Project coverage is 42.22%. Comparing base (b654645) to head (731c763).
Report is 191 commits behind head on main.

Files Patch % Lines
...s/components/application-form/application-form.tsx 0.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2015      +/-   ##
==========================================
+ Coverage   39.20%   42.22%   +3.01%     
==========================================
  Files         146      171      +25     
  Lines        4857     5476     +619     
  Branches     1164     1351     +187     
==========================================
+ Hits         1904     2312     +408     
- Misses       2939     3048     +109     
- Partials       14      116     +102     
Flag Coverage Δ
client 42.22% <0.00%> (+3.01%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

[BUG] Applications created without Binary (Java) settings save "mvn://::" as the value
2 participants