Tomasz Kucharzyk

Results 12 issues of Tomasz Kucharzyk

Create instructions how to debug appliacation with docker and use Spring Boot dev tools

enhancement

- Use user service - Allow user to create account - Allow admin to manage users - (optional) send activation email

enhancement

- Use Reactor Core - Create user service with it's own database - Expose public api via gateway service - Use internal api in auth service

enhancement

- Polish UI - Add page transitions if possible - Add animations - Add better styling

enhancement

SSL conection in main application and between microservices

enhancement

Security review for entire stack must be done.

enhancement

- Internationalization support - Messages stored in db - Allow to edit messages via web interface

enhancement

### Description Hello, I would like to create multiple endpoints with the same url. Depending on request headers I would like to decide which method should be used. Currently I...

kind/enhancement
area/resteasy-reactive

I am getting the following error during the tests with r2dbc-mssql 1.0.2.RELEASE ``` 2023-09-08 10:38:14,559 ERROR [reactor-tcp-nio-2] io.netty.util.ResourceLeakDetector: LEAK: ByteBuf.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more...

type: bug