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

New round of Spring optimizations #9288

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

sdeleuze
Copy link
Contributor

@sdeleuze sdeleuze commented Sep 21, 2024

Hi, I am Sébastien, Spring Framework committer, I am back with more optimizations for spring and spring-webflux, an upgrade to Spring Boot 3.3.4 and a switch for the templating engine from jmustache to jstachio. See the commit messages for more details.

@sdeleuze sdeleuze force-pushed the spring-new-optimizations branch 2 times, most recently from 126a2c5 to fc01286 Compare September 21, 2024 22:45
@sdeleuze sdeleuze changed the title Spring new round of optimizations New round of Spring optimizations Sep 21, 2024
- Upgrade to Spring Boot 3.3.4
- Remove the JPA variant that is not competitive and
  introduces additional processing not needed in
  other variants
- Use batched update in the JDBC variant (compliant with
  the test requirements)
- Set Hikari maximum pool size to 256
- Switch to jstachio for view rendering
@sdeleuze sdeleuze force-pushed the spring-new-optimizations branch 2 times, most recently from bd6338d to 836881e Compare September 24, 2024 16:30
- Upgrade to Spring Boot 3.3.4
- Disable Netty leak detection
- Turn a flapMap operation to a map
- Switch to jstachio for view rendering
- Remove unused JdbcDbRepository class
- Set R2DBC maximum pool size to 256
- Polishing
@NateBrady23 NateBrady23 merged commit b03e526 into TechEmpower:master Oct 1, 2024
3 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.

2 participants