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

Update lambda regex to ignore missing resource exceptions #1794

Merged
merged 1 commit into from Mar 11, 2024

Conversation

jtduffy
Copy link
Contributor

@jtduffy jtduffy commented Mar 11, 2024

Resolves #1759

Add $$Lambda/ to list of generated lambda class name patterns. Thrown MissingResourceException instances are ignored if the target class matches one of these defined patterns.

@jtduffy jtduffy requested a review from a team March 11, 2024 17:54
@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.87%. Comparing base (bfcd92a) to head (ae0de09).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1794      +/-   ##
============================================
+ Coverage     70.85%   70.87%   +0.02%     
- Complexity     9950     9951       +1     
============================================
  Files           827      827              
  Lines         39880    39880              
  Branches       6043     6043              
============================================
+ Hits          28255    28263       +8     
+ Misses         8899     8891       -8     
  Partials       2726     2726              

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

@jtduffy jtduffy merged commit 267afe2 into main Mar 11, 2024
104 checks passed
@jtduffy jtduffy deleted the lambda-regex-fix branch March 11, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Fix agent lambda support for Java 21
4 participants