Skip to content

Feature/warn fixes#77

Merged
jhonatapers merged 2 commits intodevelopfrom
feature/warn-fixes
Aug 28, 2025
Merged

Feature/warn fixes#77
jhonatapers merged 2 commits intodevelopfrom
feature/warn-fixes

Conversation

@jhonatapers
Copy link
Copy Markdown
Member

This pull request introduces a couple of improvements to security configuration and application performance. The main changes include correcting a path in the security filter to properly secure admin endpoints and disabling the JPA "open-in-view" feature to improve transaction management.

Security configuration improvements:

  • Corrected the admin endpoint pattern in SecurityConfig.java to use /admin/** instead of admin/**, ensuring that all admin routes are properly protected.

Application performance and best practices:

  • Disabled open-in-view in application.yml by setting spring.jpa.open-in-view: false, which helps prevent potential issues with lazy loading outside of transactional boundaries.

@jhonatapers jhonatapers self-assigned this Aug 28, 2025
@jhonatapers jhonatapers added the enhancement New feature or request label Aug 28, 2025
@jhonatapers jhonatapers merged commit 95453a7 into develop Aug 28, 2025
@jhonatapers jhonatapers deleted the feature/warn-fixes branch August 28, 2025 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant