Manuel Jordan Elera
Manuel Jordan Elera
Huge Thanks!
I understand the situation. Thank you
Hello @Nibsi Yes, I have the `Person` class involved, but in testing is more clearer work with `Tuples` because you can see directly at a first glance what you are...
@Nibsi Like I said I want see the data to be compared directly: ``` tuple("087", "Peter", "Jordani", parse("1980-01-01") ``` Even when could be verbose until some point, is good for...
I see now, with Snippet code all go better, thanks! Not sure if Hamcrest support that to be adapted to check collection's items.
About > Unnecessary @PathVariable annotation when the name matches the parameter name (maybe more?) Do you mean about: **From** ```java @GetMapping(path={"/ciencias/{id}","/ciencias/{id}.html"}) String findOneById(Model model, @PathVariable(name="id") Integer id) { model.addAttribute("ciencia", cienciaService.findById(id));...
If I can help, pls let me know I work with 2 OS, Windows 10/11 and Linux Debian, Fedora and Ubuntu
@martinlippert thanks for the mention > If you would still be up for it, it would be awesome Yes > if you could give the latest nightly downloads I understood...
Thanks for the feedback It seems the ideal scenario is create by complete a Full GUI HTTP client. Am I correct? I think it would be perfect but it requires...
Thanks for the polite reply > there is a cool explanation in the previous chapter Understood, Yes, I checked the previous chapter according with your answer. As a friendly suggestion...