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

Update spring tests to current release of spring-boot #8876

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

konopka
Copy link

@konopka konopka commented Apr 13, 2024

  1. Update to current release of spring-boot
  2. Disable open-in-view feature for all tests to increase performance for plaintext & json tests
  3. Fixed non-working spring-webflux tests

open-in-view is unfortunately enabled by default for historical reasons, see spring-projects/spring-boot#7107

This significantly improves performance for requests where db connection is not needed at all, i.e. json & plaintext
db ~3% improvement
json ~17% improvement
query ~no change
update ~no change
fortune ~5% improvement
plaintext ~29% improvement
Replaces old milestone version of spring boot with current release 3.2.5
Also replaces ParalllelGC with default one, i.e. G1GC
@konopka konopka changed the title Update to Spring-boot 3.2.4 Update spring tests to current release of spring-boot Apr 19, 2024
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.

None yet

1 participant