Questions
- Can RESTEasy Reactive be used to implement synchronous, blocking endpoints?
- What are the two types provided by Mutiny to start a pipeline?
- What is a bean?
- How can you easily declare a singleton bean in Quarkus?
- Why is
bcrypt
preferred for hashing passwords? - How can you add a path parameter to a URL in Quarkus?
- Is it necessary to include the
@Produces
JAX-RS annotation in Quarkus endpoint definitions? - How can you intercept a Java exception and map it to an HTTP response?