In one of my projects I let Spring Boot automatically bind domain objects from the database.
This fails in the reduced unit test setup, because DomainClassConverter
is not available. But it can be mocked!
In one of my projects I let Spring Boot automatically bind domain objects from the database.
This fails in the reduced unit test setup, because DomainClassConverter
is not available. But it can be mocked!
The Google phone number parser & formatter is very helpful to ensure the same number format for user prodived data. To simplify the use in Spring Boot application with Thymeleaf I created a wrapping TagLib/ExpressionFactory.
When I started to use Spring Boot I had some issues with the validation. The @Validated annotation triggered the validation as requested but the validation terminated with an org.springframework.validation.BindException
instead of filling the BindingResult
object.
Using the PostgreSQL JDBC driver since 42.2.5, the SSL behaviour changed which can cause FileNotFoundExceptions
looking for .postgresql/root.crt
.
Sometimes if you do not properly delete objects in a Grails/GORM/Hibernate transaction the following error might occur:
deleted object would be re-saved by cascade (remove deleted object from associations)
This message is presented by the org.hibernate.ObjectDeletedException
After some hours of investigation I found a solution to find the cause!
If you would like to do the authentification in Java application running on Oracle WebLogic, you will probably wonder why the Authentification-Header does not reach the Filter.
Um im Sommer Pflanzen nicht zu vernachlässigen habe ich das das Projekt einer automatischen Bewässerungsanlage gestartet... als Testumgebung nutze ich den Topf mit den Kräutern.
Ein Stehpult ist ja schön und gut, aber ohne Verbindung zum Computer ist das doch langweilig...
© 2015 - 2022 Moritz Kobel
Theme by Anders Noren — Up ↑