Skip to content

Add audit logs #1666

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

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

Add audit logs #1666

wants to merge 1 commit into from

Conversation

stiv03
Copy link

@stiv03 stiv03 commented Jul 9, 2025

No description provided.

@@ -20,8 +20,6 @@
import org.cloudfoundry.multiapps.controller.persistence.query.impl.ConfigurationEntryQueryImpl;
import org.cloudfoundry.multiapps.mta.model.Version;

import com.fasterxml.jackson.core.type.TypeReference;

@Named
public class ConfigurationEntryService extends PersistenceService<ConfigurationEntry, ConfigurationEntryDto, Long> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Exclude this class for the PR because here you don't change anything

import java.util.Map;

import static java.text.MessageFormat.format;

@Named
public class ConfigurationSubscriptionService extends PersistenceService<ConfigurationSubscription, ConfigurationSubscriptionDto, Long> {
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this class also

@stiv03 stiv03 force-pushed the add-audit-logs branch 2 times, most recently from a05a6e6 to a08e30e Compare July 14, 2025 12:36
Yavor16
Yavor16 previously approved these changes Jul 15, 2025
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