Make it possible to have non-static SecureRandom in RESTEasy Reactive filters
See original GitHub issueDescription
Declaring a SecureRandom
instance variable in a RESTEasy Reactive filter causes a native build failure - therefore the implementations have to create it during the request processing which can be expensive.
Please investigate if the way RESTEasy Reactive filters are created can be changed to support it
CC @geoand
Implementation ideas
No response
Issue Analytics
- State:
- Created a year ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
Writing REST Services with RESTEasy Reactive - Quarkus
These filters allow you to do various things such as examine the request URI, HTTP method, influence routing, look or change request headers, ......
Read more >Full Archive - Baeldung
Full Archive. Sometimes it's difficult to have a birds eye view over an entire site; here's Baeldung from 10000 feet: Expand All. November...
Read more >Quarkus Cookbook - Library
advanced concepts from Eclipse MicroProfile; reactive programming, ... tom Servlet filters or get the HTTP request directly into the code.
Read more >vocab.txt - Hugging Face
... tr ##ction ##able ##ata work get ##ust using like ##ain code will ##ally ... high ##omp Note ##way ##ouble items nothing filter...
Read more >Quarkus Cookbook - Index of /
advanced concepts from Eclipse MicroProfile; reactive programming, ... tom Servlet filters or get the HTTP request directly into the code.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Great stuff, look forward to updating
quarkus-csrf-reactive
, thanks Georgios@sberyozkin https://github.com/quarkusio/quarkus/pull/28079 should address your issue