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

Removed unnecessary EDC Code #294

Merged
merged 24 commits into from
Sep 20, 2023
Merged

Conversation

ds-mmaul
Copy link
Contributor

Removed

  • Old edc code not necessary anymorestricted libs.

ds-mwesener and others added 24 commits September 18, 2023 14:06
…3.12

Prepare Helm release for next version
chore: TRACEFOSS-XXX removing some edc logic / refactored some files / directories.
@ds-mwesener ds-mwesener merged commit 76543d5 into eclipse-tractusx:main Sep 20, 2023
@@ -73,7 +72,7 @@
*/
@PostMapping("/qualityalerts/receive")
public void qualityNotificationAlertReceive(final @ValidEDCNotification @Valid @RequestBody EDCNotification edcNotification) {
log.info("EdcController [qualityNotificationReceive] notificationId:{}", edcNotification);
log.info("EdcController [qualityalertReceive] notificationId:{}", edcNotification);

Check failure

Code scanning / CodeQL

Log Injection

This log entry depends on a [user-provided value](1).
@@ -83,7 +82,7 @@
*/
@PostMapping("/qualityalerts/update")
public void qualityNotificationAlertUpdate(final @ValidEDCNotification @Valid @RequestBody EDCNotification edcNotification) {
log.info("EdcController [qualityNotificationUpdate] notificationId:{}", edcNotification);
log.info("EdcController [qualityalertUpdate] notificationId:{}", edcNotification);

Check failure

Code scanning / CodeQL

Log Injection

This log entry depends on a [user-provided value](1).
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.

2 participants