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

sync #948

Merged
merged 61 commits into from
May 8, 2024
Merged

sync #948

merged 61 commits into from
May 8, 2024

Conversation

ds-lcapellino
Copy link
Contributor

Description

Added

Changed

Pre-review checks

Please ensure to do as many of the following checks as possible, before asking for committer review:

ds-crehm and others added 30 commits April 29, 2024 12:38
…ple-bpns' into chore/849-notifications-to-multiple-bpns
…ation-2

chore(dependabot): XXX upgrade dependencies
…tend-feedback

Feature/918 merge parts frontend feedback
ds-mwesener and others added 24 commits May 7, 2024 22:10
chore-xxx: updated testdata file
…ions-on-own-bpn

Feature/783 reject notifications on own bpn
chore(helm):778 adding counterPartyId to catalog request.
…ultiple-bpns

chore(concept): #849 create concept
…ions

chore(helm):783 fixxed environment import
…egration/notification/EditNotificationIT.java
…ions

chore(backend):783 added validation to notification service not allowing…
@@ -74,7 +74,7 @@
throw new InvestigationReceiverBpnMismatchException("BPN of sender cannot be null.");
}
if (applicationBPN.value().equals(senderBPN)) {
throw new NotificationSenderAndReceiverBPNEqualException(BPN.of(senderBPN), edcNotification.getNotificationId());
throw new NotificationSenderAndReceiverBPNEqualException(senderBPN, Long.valueOf(edcNotification.getNotificationId()));

Check notice

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.
Copy link
Contributor

@ds-mwesener ds-mwesener left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ds-mwesener ds-mwesener merged commit 197a5c0 into eclipse-tractusx:main May 8, 2024
16 of 18 checks passed
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.

3 participants