Skip to content

Release/v0.3.2#79

Merged
jhonatapers merged 4 commits intomainfrom
release/v0.3.2
Aug 28, 2025
Merged

Release/v0.3.2#79
jhonatapers merged 4 commits intomainfrom
release/v0.3.2

Conversation

@jhonatapers
Copy link
Copy Markdown
Member

This pull request includes two important changes to the security configuration and application properties. The main updates are a fix to the admin endpoint security matcher and disabling JPA's open-in-view feature for improved performance and security.

Security configuration fixes:

  • Updated the admin endpoint matcher in SecurityConfig.java to use the correct path pattern (/admin/** instead of admin/**), ensuring proper route protection.

JPA configuration improvements:

  • Set spring.jpa.open-in-view to false in application.yml to prevent potential performance issues and avoid holding database connections open across web requests.

@jhonatapers jhonatapers self-assigned this Aug 28, 2025
@jhonatapers jhonatapers merged commit 5bb3c3d into main Aug 28, 2025
@jhonatapers jhonatapers deleted the release/v0.3.2 branch September 7, 2025 23:58
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.

1 participant