Commit e2d934f
committed
fix: Address PR review feedback from @dreamorosi
- Remove .sonarcloud.properties changes (keep SonarCloud rules strict)
- Remove LambdaHandlerProcessor.java changes (belong in PR aws-powertools#2124)
- Remove LambdaConstants.java changes (belong in PR aws-powertools#2124)
- Keep PR focused only on CRaC tracing functionality
- Maintain GraalVM compatibility fixes for CRaC tracing
SpotBugs exclusions are justified for CRaC beforeCheckpoint methods which
intentionally ignore return values during priming operations.1 parent e2865e3 commit e2d934f
File tree
3 files changed
+1
-12
lines changed- powertools-common/src/main/java/software/amazon/lambda/powertools/common/internal
3 files changed
+1
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | 26 | | |
Lines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
95 | 92 | | |
96 | 93 | | |
97 | 94 | | |
| |||
0 commit comments