Mihai

Results 5 issues of Mihai

In order to simplify and reuse the back-end code you should find a way to call RestControllers endpoints directly from thymeleaf pages/templates at rendering time. This way the back-end could...

I've used Thymeleaf 3.0.11, and spring boot 2.3.0 I've put the problem on stackoverflow problem, no one responded: [https://stackoverflow.com/questions/62694597/create-a-fragment-for-a-form-in-thymeleaf-and-spring](https://stackoverflow.com/questions/62694597/create-a-fragment-for-a-form-in-thymeleaf-and-spring) Putting the 2 fragments below in the same file didn't work,...

tracker:question
status:pending

feature request: Can you add a feature (goal) so I can use **maven** instead of using **helm** in order to build and **deploy on cluster**. So instead of these 2...

I've created a class like this: ``` public class SmbMessageHandler extends FileTransferringMessageHandler{ public SmbMessageHandler (SmbRemoteFileTemplate s, FileExistsMode m){ super (s, m); } public SmbMessageHandler (SessionFactory f){ this(new SmbRemoteFileTemplate(f)); } public...

bug

We tried to use SI with the default library `jcifs `version 2.1.28 but the performance was very poor. We first thought might be a buffer size problem and tried to...

enhancement