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

AWS: Fix CLASSPATH to prevent NULL entry #696

Merged
merged 1 commit into from
Oct 11, 2024
Merged

Conversation

MrSerth
Copy link
Member

@MrSerth MrSerth commented Sep 26, 2024

Since the CLASSPATH is not set already, the previous solution created the following path:

".:/var/task/lib/org.hamcrest.hamcrest-3.0.jar:/var/task/lib/junit.junit-4.13.2.jar:null"

Now, we create the following:

".:/var/task/lib/org.hamcrest.hamcrest-3.0.jar:/var/task/lib/junit.junit-4.13.2.jar"

@MrSerth MrSerth added bug Something isn't working java Pull requests that update Java code labels Sep 26, 2024
@MrSerth MrSerth self-assigned this Sep 26, 2024

This comment was marked as off-topic.

This comment was marked as off-topic.

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.30%. Comparing base (9a04b95) to head (8b5e7ff).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
+ Coverage   76.22%   76.30%   +0.08%     
==========================================
  Files          43       43              
  Lines        3688     3688              
==========================================
+ Hits         2811     2814       +3     
+ Misses        640      638       -2     
+ Partials      237      236       -1     

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

@Dome-GER Dome-GER merged commit 436fa70 into main Oct 11, 2024
10 checks passed
@Dome-GER Dome-GER deleted the fix_aws_classpath branch October 11, 2024 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants