Software TipsDatabaseFixed BugsDBeaver with H2: The write format 3 is larger than the supported format 2 Problem: When trying to connect H2 database with DBeaver returns next error: Solution: The problem is that is... IvanFeb 14, 2025Feb 14, 2025
Fixed BugsJavaOpenAPI: format date with specific pattern in Java Format date with specific pattern in Java IvanFeb 14, 2025Feb 14, 2025
Fixed BugsScriptingThe input device is not a TTY The input device is not a TTY IvanOct 7, 2024Oct 7, 2024
Fixed BugsJavajava.lang.UnsupportedOperationException at java.base/java.util.InmutableCollections.uoe Problem: Junit returns next error: Solution: Instead of List.of() or Array.asList() or… you have to use new ArrayList(Arrays.asList(…))... IvanMar 25, 2024Mar 25, 2024
Fixed BugsJavaEnum does not have an accessible constructor Problem: Mapstruct mapper returns next error: Solution: Maybe there is some data that depends on other mapper, if... IvanMar 25, 2024Mar 25, 20241 Comment on Enum does not have an accessible constructor
Fixed BugsJavaNo read accessor found for property in target type Problem: When you are trying to map nested objects and you are using Mapstruct and Lombok and it... IvanMar 11, 2024Mar 11, 2024
Fixed BugsJavaJPA: Could not resolve target entity Problem: When you are trying to use @Query and returns next error: Solution: You have to use as... IvanMar 5, 2024Mar 5, 2024
Fixed BugsJavaJUnit: java.lang.NullPointerException: Cannot invoke “[Ljava.lang.Class;.clone()” because ” .parameterTypes” is null Problem: If you are launching JUnit test and returns next error: Solution: The problem is that you are... IvanMar 5, 2024Mar 5, 2024
Fixed BugsJavaJPA: jakarta.persistence.TransactionRequiredException: Executing an update/delete query org.hibernate.internal.AbstractSharedSessionContract.checkTransactionNeededForUpdateOperation Problem: When you are using JPA and returns next error: Solution: Just add @Transactional at class level of... IvanMar 5, 2024Mar 5, 2024