commit | 4db085417b5221c9fdd74f0c1ff704e1a827b193 | [log] [tgz] |
---|---|---|
author | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Thu Dec 17 18:10:51 2020 +0100 |
committer | Matthias Andreas Benkard <code@mail.matthias.benkard.de> | Thu Dec 17 18:10:51 2020 +0100 |
tree | 0d032eac1a3110b57b7ab0e760bd23d0c50eb1f9 | |
parent | a743872d30d72dfdc230cd72a1f529edd82e691e [diff] |
Work around authentication check blocking-call bug in Quarkus 1.10.x. A bug causes authentication checks to fail when performed from inside a reactive operation: https://github.com/quarkusio/quarkus/issues/13835 To avoid such a reactive operation, we now render the HTML template eagerly even in NewsletterResource#register, which is otherwise a reactive implementation. Change-Id: I26d6c1cc76eaa041a04c106b7cf06f024a0cded3