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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

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.19%. Comparing base (636a30e) to head (4f55a34).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #696      +/-   ##
==========================================
+ Coverage   76.11%   76.19%   +0.08%     
==========================================
  Files          43       43              
  Lines        3676     3676              
==========================================
+ Hits         2798     2801       +3     
+ Misses        642      640       -2     
+ Partials      236      235       -1     

☔ 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
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.

1 participant