-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable *warn-on-reflection* and add missing hints (#18)
At the moment there are several reflection calls occuring on the hot-path for request handling. This is both slow and makes it harder to compile with GraalVM. This commit enables the `*warn-on-reflection*` global on all namespaces and adds the missing type hints to locations where reflection were occuring. In some cases this required restructuring code a bit to better apply the hints.
- Loading branch information
1 parent
dd0c034
commit 6e894fb
Showing
3 changed files
with
30 additions
and
25 deletions.
There are no files selected for viewing
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
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
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