forked from TechEmpower/FrameworkBenchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
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
add userver #1
Closed
add userver #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* add queries/updates tests
* restructure project * add cached-queries
itrofimow
pushed a commit
that referenced
this pull request
Dec 4, 2022
…mpower#7675) * upgrade kotlin, gradle, http4k * upgrade libraries, replace Jackson with Argo * upgrade libraries, replace Jackson with Argo * upgrade libraries, replace Jackson with Argo * upgrade libraries, replace Jackson with Argo, introduce GraalVM * update graalvm server to contain database routes * remove cached queries from graal because it isn't supported * rename graalvm jarfile * adding in loom * build custom gradle image for Java 19 builds * rename dockerfile to be correct with the value set in the config file * rename jetty dockerfile to be correct, fix config files as well * switched port to 8080 * remove database tests for graalvm for the moment * upgrade cache2k * fixes for Cache2k API upgrades * upgrade http4k * repoint at port 9000, remove duplicate code from GraalVM * fix graalvm configuration options * added reflection config * fixing graalvm reflection * cleanup * tweak implementation of cache population on update... much more efficient! * added pbl resources and reflection config for fortune endpoint classes * readded urls for graalvm * tweak config for graalvm * Introduce multiple database drivers (PGclient and Hikari) (#1) Co-authored-by: albertlatacz <[email protected]>
itrofimow
pushed a commit
that referenced
this pull request
Jul 24, 2023
* [JavaScript] Add HyperExpress * [HyperExpress] Create readme.md * Rename readme.md to README.md * [HyperExpress] Tidy up codes * [HyperExpress] Add mysql * [HyperExpress] Tweaking github actions for db pool max connections * [HyperExpress] Instantiating json for each request (#1) * [HyperExpress] Instantiating json for each request * [HyperExpress] add max connections to postgres * [HyperExpress] Removing postgres pool max connections * [HyperExpress] Fix starting app in single instance * [HyperExpress] Remove unused scripts * [HyperExpress] Removing postgres pool max connections
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.