Fixed BugsJavaOpenAPI: format date with specific pattern in Java Format date with specific pattern in Java IvanFeb 14, 2025Feb 14, 2025
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
Fixed BugsJavaMapstruct: Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead! Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead! IvanFeb 26, 2024Feb 26, 20245 Comments on Mapstruct: Mapping of Enums via @Mapping is removed. Please use @ValueMapping instead!
Fixed BugsJavaJUnit: This exception may occur if matchers are combined with raw values This exception may occur if matchers are combined with raw values IvanFeb 20, 2024Feb 20, 2024
Fixed BugsJavaJPA: Inferred type ‘S’ for type parameter ‘S’ is not within its bound Problem: In Java, using JPA returns next error: Solution: check the type of the object that you are... IvanFeb 20, 2024Feb 20, 20241 Comment on JPA: Inferred type ‘S’ for type parameter ‘S’ is not within its bound